| 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 |
|---|---|
List<MockStatement> |
JDBCTestModule.getStatements()
Returns all
MockStatement objects. |
protected List<MockStatement> |
BasicJDBCTestCaseAdapter.getStatements()
Delegates to
JDBCTestModule.getStatements() |
List<MockStatement> |
StatementResultSetHandler.getStatements()
Returns a
List of all statements. |
| 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–2023. All rights reserved.