Interface ResultSetHandler

    • Method Detail

      • handleResultSets

        <E> java.util.List<E> handleResultSets​(java.sql.Statement stmt)
                                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • handleCursorResultSets

        <E> Cursor<E> handleCursorResultSets​(java.sql.Statement stmt)
                                      throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • handleOutputParameters

        void handleOutputParameters​(java.sql.CallableStatement cs)
                             throws java.sql.SQLException
        Throws:
        java.sql.SQLException