Interface DatabaseExecute.Single

  • Enclosing class:
    DatabaseExecute

    public static interface DatabaseExecute.Single
    An interface to a handler that accepts a single result set
    • Method Summary

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

      • accept

        void accept​(java.sql.ResultSet rs)
             throws java.sql.SQLException
        Called to process the result set from a execute() call
        Parameters:
        rs - the result set
        Throws:
        java.sql.SQLException - if SQL exception