Class DBLoader.Table

  • Enclosing class:
    DBLoader

    public class DBLoader.Table
    extends Object
    • Method Detail

      • getName

        public String getName()
      • getDropTableStmt

        public String getDropTableStmt()
      • setDropTableStmt

        public void setDropTableStmt​(String dropTableStmt)
      • getDropTableRowsStmt

        public String getDropTableRowsStmt()
      • setDropTableRowsStmt

        public void setDropTableRowsStmt​(String dropTableRowsStmt)
      • getCreateTableStmt

        public String getCreateTableStmt()
      • setCreateTableStmt

        public void setCreateTableStmt​(String createTableStmt)
      • setBeforeActions

        public void setBeforeActions​(List<String> beforeActionList)
      • setAfterActions

        public void setAfterActions​(List<String> afterActionList)
      • getBeforeActions

        public List<String> getBeforeActions()
      • getAfterActions

        public List<String> getAfterActions()