public class CallableStatementResultSetHandler extends AbstractOutParameterResultSetHandler
MockCallableStatement.AbstractParameterResultSetHandler.ParameterWrapper| Constructor and Description |
|---|
CallableStatementResultSetHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCallableStatement(MockCallableStatement statement)
The
Connection adds new statements with
this method. |
void |
clearCallableStatements()
Clears all callable statements
|
Map |
getCallableStatementMap()
Returns a
Map of all callable statements. |
List |
getCallableStatements()
Returns a
List of all callable statements. |
clearOutParameter, getGlobalOutParameter, getMustRegisterOutParameters, getOutParameter, getOutParameter, prepareGlobalOutParameter, prepareOutParameter, prepareOutParameter, prepareOutParameter, prepareOutParameter, setMustRegisterOutParametersaddParameterMapForExecutedStatement, clearGeneratedKeys, clearResultSets, clearThrowsSQLException, clearUpdateCounts, getExecutedStatementParameter, getExecutedStatementParameterMap, getGeneratedKeys, getMatchingParameterWrapper, getParametersForExecutedStatement, getResultSet, getResultSets, getSQLException, getThrowsSQLException, getUpdateCount, getUpdateCounts, hasMultipleResultSets, hasMultipleUpdateCounts, prepareGeneratedKeys, prepareGeneratedKeys, prepareGeneratedKeys, prepareResultSet, prepareResultSet, prepareResultSet, prepareResultSets, prepareResultSets, prepareResultSets, prepareThrowsSQLException, prepareThrowsSQLException, prepareThrowsSQLException, prepareThrowsSQLException, prepareThrowsSQLException, prepareThrowsSQLException, prepareUpdateCount, prepareUpdateCount, prepareUpdateCount, prepareUpdateCounts, prepareUpdateCounts, prepareUpdateCounts, setExactMatchParameteraddExecutedStatement, addReturnedResultSet, addReturnedResultSets, clearGlobalGeneratedKeys, clearGlobalResultSet, clearGlobalUpdateCount, clearReturnsResultSet, 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 addCallableStatement(MockCallableStatement statement)
Connection adds new statements with
this method.statement - the MockCallableStatementpublic List getCallableStatements()
List of all callable statements.List of MockCallableStatement objectspublic Map getCallableStatementMap()
Map of all callable statements.
The SQL strings map to the corresponding MockCallableStatement
object.Map of MockCallableStatement objectspublic void clearCallableStatements()
Copyright © 2003-2014. All Rights Reserved.