public interface ResultSetHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleOutputParameters(CallableStatement cs) |
<E> List<E> |
handleResultSets(Statement stmt) |
<E> List<E> handleResultSets(Statement stmt) throws SQLException
SQLExceptionvoid handleOutputParameters(CallableStatement cs) throws SQLException
SQLExceptionCopyright © 2010-2014 MyBatis.org. All Rights Reserved.