Interface DBQuery.StreamingHandler

  • Enclosing class:
    DBQuery

    public static interface DBQuery.StreamingHandler
    • Method Detail

      • onRow

        void onRow​(int rowIndex,
                   java.sql.ResultSet rs)
            throws java.sql.SQLException
        Throws:
        java.sql.SQLException