public class StatementResultSetHandler extends AbstractResultSetHandler
AbstractResultSetHandler.| Constructor and Description |
|---|
StatementResultSetHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStatement(MockStatement statement)
The
Connection adds new statements with
this method. |
void |
clearStatements()
Clears the
List of statements. |
List |
getStatements()
Returns a
List of all statements. |
addExecutedStatement, addReturnedResultSet, addReturnedResultSets, clearGeneratedKeys, clearGlobalGeneratedKeys, clearGlobalResultSet, clearGlobalUpdateCount, clearResultSets, clearReturnsResultSet, clearThrowsSQLException, clearUpdateCounts, createResultSet, createResultSet, createResultSet, createResultSet, getCaseSensitive, getContinueProcessingOnBatchFailure, getExactMatch, getExecutedStatements, getGeneratedKeys, getGeneratedKeysMap, getGlobalGeneratedKeys, getGlobalResultSet, getGlobalResultSets, getGlobalUpdateCount, getGlobalUpdateCounts, getResultSet, getResultSetMap, getResultSets, getReturnedResultSets, getReturnsResultSet, getSQLException, getThrowsSQLException, getUpdateCount, getUpdateCountMap, getUpdateCounts, getUseRegularExpressions, hasMultipleGlobalResultSets, hasMultipleGlobalUpdateCounts, hasMultipleResultSets, hasMultipleUpdateCounts, prepareGeneratedKeys, prepareGlobalGeneratedKeys, prepareGlobalResultSet, prepareGlobalResultSets, prepareGlobalUpdateCount, prepareGlobalUpdateCounts, prepareResultSet, prepareResultSets, prepareReturnsResultSet, prepareThrowsSQLException, prepareThrowsSQLException, prepareUpdateCount, prepareUpdateCounts, setCaseSensitive, setContinueProcessingOnBatchFailure, setExactMatch, setUseRegularExpressionspublic void addStatement(MockStatement statement)
Connection adds new statements with
this method.statement - the MockStatementpublic List getStatements()
List of all statements.List of MockStatement objectspublic void clearStatements()
List of statements.Copyright © 2003-2014. All Rights Reserved.