Uses of Class
com.github.smokestack.jdbc.MockConnection

Uses of MockConnection in com.github.smokestack.jdbc
 

Methods in com.github.smokestack.jdbc that return MockConnection
 MockConnection MockDriver._connect(String url, Properties info)
           
 MockConnection MockDataSource._getConnection()
           
 MockConnection MockDataSource._getConnection(String username, String password)
           
 

Methods in com.github.smokestack.jdbc that return types with arguments of type MockConnection
 List<MockConnection> MockDataSource.getMockConnections()
           
 List<MockConnection> MockDriver.getMockConnections()
           
 

Methods in com.github.smokestack.jdbc with parameters of type MockConnection
 void MockStatement.setParent(MockConnection mockConnection)
           
 

Constructors in com.github.smokestack.jdbc with parameters of type MockConnection
MockPreparedStatement(MockConnection connection, String sql)
           
 



Copyright © 2009-2010 Smokestack. All Rights Reserved.