Class SimpleSort

  • All Implemented Interfaces:
    Task

    public class SimpleSort
    extends java.lang.Object
    implements Task
    Sort the given data by the given columns
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleSort​(Task task, OrderBy[] sortBy, int[] tableMap)  
    • 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

      • SimpleSort

        public SimpleSort​(Task task,
                          OrderBy[] sortBy,
                          int[] tableMap)
                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
    • 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