public class FlexResultSetHandler extends org.apache.ibatis.executor.resultset.DefaultResultSetHandler
| 限定符和类型 | 类和说明 |
|---|---|
(专用程序包) static class |
FlexResultSetHandler.FlexCursor<T> |
| 构造器和说明 |
|---|
FlexResultSetHandler(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) |
| 限定符和类型 | 方法和说明 |
|---|---|
<E> org.apache.ibatis.cursor.Cursor<E> |
handleCursorResultSets(Statement stmt) |
public FlexResultSetHandler(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 <E> org.apache.ibatis.cursor.Cursor<E> handleCursorResultSets(Statement stmt) throws SQLException
handleCursorResultSets 在接口中 org.apache.ibatis.executor.resultset.ResultSetHandlerhandleCursorResultSets 在类中 org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionCopyright © 2023. All rights reserved.