Interface Aggregate

  • All Known Implementing Classes:
    Count, Max, Min, Sum

    public interface Aggregate
    • Method Detail

      • execute

        void execute​(java.lang.Object column)
              throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getResult

        java.lang.Object getResult()