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
SQLException
void handleOutputParameters(CallableStatement cs) throws SQLException
SQLException
Copyright © 2010–2015 MyBatis.org. All rights reserved.