Class AggregateQuery

  • All Implemented Interfaces:
    Task

    public class AggregateQuery
    extends java.lang.Object
    implements Task
    resolve the columns, num rows not the same
    • Method Summary

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

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

      • AggregateQuery

        public AggregateQuery​(Task task,
                              Select sql,
                              int[] tableMap)
    • Method Detail

      • run

        public void run()
                 throws java.sql.SQLException
        Specified by:
        run in interface Task
        Throws:
        java.sql.SQLException
      • getResult

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