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<MockStatement> |
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, getGeneratedKeys, getGlobalGeneratedKeys, getGlobalResultSet, getGlobalResultSets, getGlobalUpdateCount, getGlobalUpdateCounts, getListFromMapForSQLStatement, getMatchingObjects, getMatchingParameterWrapper, getPatternMatcherFactory, getResultSet, getResultSet, getResultSetFactory, getResultSets, getResultSets, getReturnedResultSets, getReturnsResultSet, getSQLException, getSQLException, getThrowsSQLException, getUpdateCount, getUpdateCount, getUpdateCounts, getUpdateCounts, getUseRegularExpressions, hasMultipleGlobalResultSets, hasMultipleGlobalUpdateCounts, hasMultipleResultSets, hasMultipleResultSets, hasMultipleUpdateCounts, hasMultipleUpdateCounts, onPatternMatcherFactoryChanged, prepareGeneratedKeys, prepareGeneratedKeys, prepareGlobalGeneratedKeys, prepareGlobalResultSet, prepareGlobalResultSets, prepareGlobalUpdateCount, prepareGlobalUpdateCounts, prepareResultSet, prepareResultSet, prepareResultSets, prepareResultSets, prepareReturnsResultSet, prepareThrowsSQLException, prepareThrowsSQLException, prepareThrowsSQLException, prepareThrowsSQLException, prepareUpdateCount, prepareUpdateCount, prepareUpdateCounts, prepareUpdateCounts, recompile, removeAllGeneratedKeys, removeAllResultSet, removeAllThrowsSqlException, removeAllUpdateCount, removeGeneratedKeys, removeGeneratedKeys, removeMatchingParameterWrapper, removeResultSet, removeResultSet, removeThrowsSqlException, removeThrowsSqlException, removeUpdateCount, removeUpdateCount, resetPatternMatcherFactory, setCaseSensitive, setContinueProcessingOnBatchFailure, setExactMatch, setPatternMatcherFactory, setResultSetFactory, setUseRegularExpressionspublic void addStatement(MockStatement statement)
Connection adds new statements with
this method.statement - the MockStatementpublic List<MockStatement> getStatements()
List of all statements.List of MockStatement objectspublic void clearStatements()
List of statements.Copyright © 2003–2023. All rights reserved.