Class Min

  • All Implemented Interfaces:
    Aggregate

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

      Constructors 
      Constructor Description
      Min()  
    • 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

      • Min

        public Min()
    • 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