public class EzResultSetHandler
extends org.apache.ibatis.executor.resultset.DefaultResultSetHandler
| 构造器和说明 |
|---|
EzResultSetHandler(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement mappedStatement,
org.apache.ibatis.executor.parameter.ParameterHandler parameterHandler,
org.apache.ibatis.session.ResultHandler<?> resultHandler,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.session.RowBounds rowBounds) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
checkResultHandler() |
<E> org.apache.ibatis.cursor.Cursor<E> |
handleCursorResultSets(Statement stmt) |
void |
handleOutputParameters(CallableStatement cs) |
List<Object> |
handleResultSets(Statement stmt) |
void |
handleRowValues(org.apache.ibatis.executor.resultset.ResultSetWrapper rsw,
org.apache.ibatis.mapping.ResultMap resultMap,
org.apache.ibatis.session.ResultHandler<?> resultHandler,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.mapping.ResultMapping parentMapping) |
org.apache.ibatis.mapping.ResultMap |
resolveDiscriminatedResultMap(ResultSet rs,
org.apache.ibatis.mapping.ResultMap resultMap,
String columnPrefix) |
public EzResultSetHandler(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement mappedStatement,
org.apache.ibatis.executor.parameter.ParameterHandler parameterHandler,
org.apache.ibatis.session.ResultHandler<?> resultHandler,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.session.RowBounds rowBounds)
public void handleOutputParameters(CallableStatement cs) throws SQLException
handleOutputParameters 在接口中 org.apache.ibatis.executor.resultset.ResultSetHandlerhandleOutputParameters 在类中 org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionpublic List<Object> handleResultSets(Statement stmt) throws SQLException
handleResultSets 在接口中 org.apache.ibatis.executor.resultset.ResultSetHandlerhandleResultSets 在类中 org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionpublic <E> org.apache.ibatis.cursor.Cursor<E> handleCursorResultSets(Statement stmt) throws SQLException
handleCursorResultSets 在接口中 org.apache.ibatis.executor.resultset.ResultSetHandlerhandleCursorResultSets 在类中 org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionpublic void handleRowValues(org.apache.ibatis.executor.resultset.ResultSetWrapper rsw,
org.apache.ibatis.mapping.ResultMap resultMap,
org.apache.ibatis.session.ResultHandler<?> resultHandler,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.mapping.ResultMapping parentMapping)
throws SQLException
handleRowValues 在类中 org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionprotected void checkResultHandler()
checkResultHandler 在类中 org.apache.ibatis.executor.resultset.DefaultResultSetHandlerpublic org.apache.ibatis.mapping.ResultMap resolveDiscriminatedResultMap(ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap, String columnPrefix) throws SQLException
resolveDiscriminatedResultMap 在类中 org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionCopyright © 2024. All Rights Reserved.