Uses of Class
com.ibatis.sqlmap.engine.mapping.statement.RowHandlerCallback

Packages that use RowHandlerCallback
com.ibatis.sqlmap.engine.execution   
com.ibatis.sqlmap.engine.mapping.statement   
 

Uses of RowHandlerCallback in com.ibatis.sqlmap.engine.execution
 

Methods in com.ibatis.sqlmap.engine.execution with parameters of type RowHandlerCallback
 void 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.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 SqlExecutor.executeQueryProcedure(StatementScope statementScope, Connection conn, String sql, Object[] parameters, int skipResults, int maxResults, RowHandlerCallback callback)
          Execute a stored procedure
 void DefaultSqlExecutor.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 RowHandlerCallback
protected  void ProcedureStatement.sqlExecuteQuery(StatementScope statementScope, Connection conn, String sqlString, Object[] parameters, int skipResults, int maxResults, RowHandlerCallback callback)
           
protected  void MappedStatement.sqlExecuteQuery(StatementScope statementScope, Connection conn, String sqlString, Object[] parameters, int skipResults, int maxResults, RowHandlerCallback callback)
           
 



Copyright © 2010. All Rights Reserved.