Interface ResultSetCallback


  • public interface ResultSetCallback
    A callback using a ResultSet
    • Method Detail

      • execute

        void execute​(ResultSet rs)
              throws SQLException
        Callback with a ResultSet. The ResultSet will be closed automatically after this method returns.
        Parameters:
        rs - the ResultSet.
        Throws:
        SQLException - if an error occurs