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
SQLExceptionvoid handleOutputParameters(CallableStatement cs) throws SQLException
SQLExceptionCopyright © 2009–2021 MyBatis.org. All rights reserved.