Interface DatabaseExecute.Multiple

  • Enclosing class:
    DatabaseExecute

    public static interface DatabaseExecute.Multiple
    An interface to a handler that accepts multiple results sets
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void accept​(int index, java.sql.ResultSet rs)
      Called to process one result set from a execute() call
    • Method Detail

      • accept

        void accept​(int index,
                    java.sql.ResultSet rs)
             throws java.sql.SQLException
        Called to process one result set from a execute() call
        Parameters:
        index - the index of result set, 0 for first one
        rs - the result set
        Throws:
        java.sql.SQLException - if SQL exception