| Package | Description |
|---|---|
| com.mockrunner.jdbc | |
| com.mockrunner.mock.jdbc |
| Modifier and Type | Method and Description |
|---|---|
MockStatement |
JDBCTestModule.getStatement(int index)
Returns a
MockStatement by its index. |
protected MockStatement |
BasicJDBCTestCaseAdapter.getStatement(int index)
Delegates to
JDBCTestModule.getStatement(int) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatementResultSetHandler.addStatement(MockStatement statement)
The
Connection adds new statements with
this method. |
| Modifier and Type | Class and Description |
|---|---|
class |
MockCallableStatement
Mock implementation of
CallableStatement. |
class |
MockPreparedStatement
Mock implementation of
PreparedStatement. |
Copyright © 2003-2014. All Rights Reserved.