Class NonAggregateQuery

  • All Implemented Interfaces:
    Task

    public class NonAggregateQuery
    extends java.lang.Object
    implements Task
    resolve the columns, num rows stays 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

      • NonAggregateQuery

        public NonAggregateQuery​(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