public interface ResultSetHandler
Modifier and Type | Method and Description |
---|---|
<E> Cursor<E> |
handleCursorResultSets(Statement stmt) |
void |
handleOutputParameters(CallableStatement cs) |
<E> List<E> |
handleResultSets(Statement stmt) |
<E> List<E> handleResultSets(Statement stmt) throws SQLException
SQLException
<E> Cursor<E> handleCursorResultSets(Statement stmt) throws SQLException
SQLException
void handleOutputParameters(CallableStatement cs) throws SQLException
SQLException
Copyright © 2009–2021 MyBatis.org. All rights reserved.