Class Max

  • All Implemented Interfaces:
    Aggregate

    public class Max
    extends java.lang.Object
    implements Aggregate
    • Constructor Summary

      Constructors 
      Constructor Description
      Max()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.lang.Object column)  
      java.lang.Object getResult()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Max

        public Max()
    • Method Detail

      • execute

        public void execute​(java.lang.Object column)
                     throws java.sql.SQLException
        Specified by:
        execute in interface Aggregate
        Throws:
        java.sql.SQLException
      • getResult

        public java.lang.Object getResult()
        Specified by:
        getResult in interface Aggregate