Interface ResultSetHandler
- All Known Implementing Classes:
DefaultResultSetHandler
public interface ResultSetHandler
-
Method Summary
Modifier and TypeMethodDescription<E> Cursor<E>void<E> List<E>handleResultSets(Statement stmt)
-
Method Details
-
handleResultSets
- Throws:
SQLException
-
handleCursorResultSets
- Throws:
SQLException
-
handleOutputParameters
- Throws:
SQLException
-