|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MockStatement | |
|---|---|
| com.mockrunner.jdbc | |
| com.mockrunner.mock.jdbc | |
| Uses of MockStatement in com.mockrunner.jdbc |
|---|
| Methods in com.mockrunner.jdbc that return MockStatement | |
|---|---|
protected MockStatement |
BasicJDBCTestCaseAdapter.getStatement(int index)
Delegates to JDBCTestModule.getStatement(int) |
protected MockStatement |
JDBCTestCaseAdapter.getStatement(int index)
Delegates to JDBCTestModule.getStatement(int) |
MockStatement |
JDBCTestModule.getStatement(int index)
Returns a MockStatement by its index. |
| Methods in com.mockrunner.jdbc with parameters of type MockStatement | |
|---|---|
void |
StatementResultSetHandler.addStatement(MockStatement statement)
The Connection adds new statements with
this method. |
| Uses of MockStatement in com.mockrunner.mock.jdbc |
|---|
| Subclasses of MockStatement in com.mockrunner.mock.jdbc | |
|---|---|
class |
MockCallableStatement
Mock implementation of CallableStatement. |
class |
MockPreparedStatement
Mock implementation of PreparedStatement. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||