Class FilterData

  • All Implemented Interfaces:
    Task

    public class FilterData
    extends java.lang.Object
    implements Task
    filter a given result set by a given constraint
    • Constructor Summary

      Constructors 
      Constructor Description
      FilterData​(Task task, java.lang.Object where, 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

      • FilterData

        public FilterData​(Task task,
                          java.lang.Object where,
                          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