Class LoadData

  • All Implemented Interfaces:
    Task

    public class LoadData
    extends java.lang.Object
    implements Task
    Load any data from a table into data
    • Constructor Summary

      Constructors 
      Constructor Description
      LoadData​(Table table)  
    • 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

      • LoadData

        public LoadData​(Table table)
    • 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