Uses of Class
com.mockrunner.mock.jdbc.MockPreparedStatement

Packages that use MockPreparedStatement
com.mockrunner.jdbc   
com.mockrunner.mock.jdbc   
 

Uses of MockPreparedStatement in com.mockrunner.jdbc
 

Methods in com.mockrunner.jdbc that return MockPreparedStatement
protected  MockPreparedStatement BasicJDBCTestCaseAdapter.getPreparedStatement(java.lang.String sql)
          Delegates to JDBCTestModule.getPreparedStatement(String)
protected  MockPreparedStatement BasicJDBCTestCaseAdapter.getPreparedStatement(int index)
          Delegates to JDBCTestModule.getPreparedStatement(int)
protected  MockPreparedStatement JDBCTestCaseAdapter.getPreparedStatement(java.lang.String sql)
          Delegates to JDBCTestModule.getPreparedStatement(String)
protected  MockPreparedStatement JDBCTestCaseAdapter.getPreparedStatement(int index)
          Delegates to JDBCTestModule.getPreparedStatement(int)
 MockPreparedStatement JDBCTestModule.getPreparedStatement(int index)
          Returns a MockPreparedStatement that was created using a MockConnection by its index.
 MockPreparedStatement JDBCTestModule.getPreparedStatement(java.lang.String sql)
          Returns a MockPreparedStatement that was created using a MockConnection by its SQL statement.
 

Methods in com.mockrunner.jdbc with parameters of type MockPreparedStatement
 void PreparedStatementResultSetHandler.addPreparedStatement(MockPreparedStatement statement)
          The Connection adds new statements with this method.
 

Uses of MockPreparedStatement in com.mockrunner.mock.jdbc
 

Subclasses of MockPreparedStatement in com.mockrunner.mock.jdbc
 class MockCallableStatement
          Mock implementation of CallableStatement.