public class CallableStatementResultSetHandler extends AbstractOutParameterResultSetHandler
MockCallableStatement
.exactMatchParameter
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
|
java.util.Map<java.lang.String,java.util.List<MockCallableStatement>> |
getCallableStatementMap()
Returns a
Map of all callable statements. |
java.util.List<MockCallableStatement> |
getCallableStatements()
Returns a
List of all callable statements. |
clearOutParameter, getGlobalOutParameter, getMustRegisterOutParameters, getOutParameter, getOutParameter, onPatternMatcherFactoryChanged, prepareGlobalOutParameter, prepareOutParameter, prepareOutParameter, prepareOutParameter, prepareOutParameter, removeOutParameter, removeOutParameter, setMustRegisterOutParameters
addParameterMapForExecutedStatement, getExecutedStatementParameter, getExecutedStatementParameterMap, getGeneratedKeys, getParametersForExecutedStatement, getResultSet, getResultSets, getSQLException, getThrowsSQLException, getUpdateCount, getUpdateCounts, hasMultipleResultSets, hasMultipleUpdateCounts, prepareGeneratedKeys, prepareGeneratedKeys, prepareGeneratedKeys, prepareGeneratedKeys, prepareResultSet, prepareResultSet, prepareResultSet, prepareResultSet, prepareResultSets, prepareResultSets, prepareResultSets, prepareResultSets, prepareThrowsSQLException, prepareThrowsSQLException, prepareThrowsSQLException, prepareThrowsSQLException, prepareThrowsSQLException, prepareThrowsSQLException, prepareThrowsSQLException, prepareThrowsSQLException, prepareUpdateCount, prepareUpdateCount, prepareUpdateCount, prepareUpdateCount, prepareUpdateCounts, prepareUpdateCounts, prepareUpdateCounts, prepareUpdateCounts, removeGeneratedKeys, removeResultSet, removeThrowsSqlException, removeUpdateCount, setExactMatchParameter
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, prepareGlobalGeneratedKeys, prepareGlobalResultSet, prepareGlobalResultSets, prepareGlobalUpdateCount, prepareGlobalUpdateCounts, prepareReturnsResultSet, recompile, removeAllGeneratedKeys, removeAllResultSet, removeAllThrowsSqlException, removeAllUpdateCount, removeGeneratedKeys, removeGeneratedKeys, removeMatchingParameterWrapper, removeResultSet, removeResultSet, removeThrowsSqlException, removeThrowsSqlException, removeUpdateCount, removeUpdateCount, resetPatternMatcherFactory, setCaseSensitive, setContinueProcessingOnBatchFailure, setExactMatch, setPatternMatcherFactory, setResultSetFactory, setUseRegularExpressions
public void addCallableStatement(MockCallableStatement statement)
Connection
adds new statements with
this method.statement
- the MockCallableStatement
public java.util.List<MockCallableStatement> getCallableStatements()
List
of all callable statements.List
of MockCallableStatement
objectspublic java.util.Map<java.lang.String,java.util.List<MockCallableStatement>> getCallableStatementMap()
Map
of all callable statements.
The SQL strings map to the corresponding MockCallableStatement
object.Map
of MockCallableStatement
objectspublic void clearCallableStatements()
Copyright © 2003-2018. All Rights Reserved.