public class FlexDefaultResultSetHandler
extends org.apache.ibatis.executor.resultset.DefaultResultSetHandler
| Constructor and Description |
|---|
FlexDefaultResultSetHandler(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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkResultHandler() |
protected Object |
createPrimitiveResultObject(org.apache.ibatis.executor.resultset.ResultSetWrapper rsw,
org.apache.ibatis.mapping.ResultMap resultMap,
String columnPrefix) |
<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) |
protected String |
prependPrefix(String columnName,
String prefix) |
org.apache.ibatis.mapping.ResultMap |
resolveDiscriminatedResultMap(ResultSet rs,
org.apache.ibatis.mapping.ResultMap resultMap,
String columnPrefix) |
public FlexDefaultResultSetHandler(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 in interface org.apache.ibatis.executor.resultset.ResultSetHandlerhandleOutputParameters in class org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionpublic List<Object> handleResultSets(Statement stmt) throws SQLException
handleResultSets in interface org.apache.ibatis.executor.resultset.ResultSetHandlerhandleResultSets in class org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionpublic <E> org.apache.ibatis.cursor.Cursor<E> handleCursorResultSets(Statement stmt) throws SQLException
handleCursorResultSets in interface org.apache.ibatis.executor.resultset.ResultSetHandlerhandleCursorResultSets in class 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 in class org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionprotected void checkResultHandler()
checkResultHandler in class org.apache.ibatis.executor.resultset.DefaultResultSetHandlerprotected Object createPrimitiveResultObject(org.apache.ibatis.executor.resultset.ResultSetWrapper rsw, org.apache.ibatis.mapping.ResultMap resultMap, String columnPrefix) throws SQLException
SQLExceptionpublic org.apache.ibatis.mapping.ResultMap resolveDiscriminatedResultMap(ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap, String columnPrefix) throws SQLException
resolveDiscriminatedResultMap in class org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionCopyright © 2024. All rights reserved.