Uses of Class
com.ibatis.sqlmap.engine.mapping.statement.RowHandlerCallback
Packages that use RowHandlerCallback
-
Uses of RowHandlerCallback in com.ibatis.sqlmap.engine.execution
Methods in com.ibatis.sqlmap.engine.execution with parameters of type RowHandlerCallbackModifier and TypeMethodDescriptionvoid
DefaultSqlExecutor.executeQuery
(StatementScope statementScope, Connection conn, String sql, Object[] parameters, int skipResults, int maxResults, RowHandlerCallback callback) Long form of the method to execute a queryvoid
SqlExecutor.executeQuery
(StatementScope statementScope, Connection conn, String sql, Object[] parameters, int skipResults, int maxResults, RowHandlerCallback callback) Long form of the method to execute a query.void
DefaultSqlExecutor.executeQueryProcedure
(StatementScope statementScope, Connection conn, String sql, Object[] parameters, int skipResults, int maxResults, RowHandlerCallback callback) Execute a stored procedurevoid
SqlExecutor.executeQueryProcedure
(StatementScope statementScope, Connection conn, String sql, Object[] parameters, int skipResults, int maxResults, RowHandlerCallback callback) Execute a stored procedure. -
Uses of RowHandlerCallback in com.ibatis.sqlmap.engine.mapping.statement
Methods in com.ibatis.sqlmap.engine.mapping.statement with parameters of type RowHandlerCallbackModifier and TypeMethodDescriptionprotected void
MappedStatement.sqlExecuteQuery
(StatementScope statementScope, Connection conn, String sqlString, Object[] parameters, int skipResults, int maxResults, RowHandlerCallback callback) Sql execute query.protected void
ProcedureStatement.sqlExecuteQuery
(StatementScope statementScope, Connection conn, String sqlString, Object[] parameters, int skipResults, int maxResults, RowHandlerCallback callback)