Uses of Class
adams.db.AbstractTableCleanUp
-
Packages that use AbstractTableCleanUp Package Description adams.db adams.flow.standalone -
-
Uses of AbstractTableCleanUp in adams.db
Subclasses of AbstractTableCleanUp in adams.db Modifier and Type Class Description class
AbstractTimeWindowTableCleanUp
Ancestor for clean up schemes that use a time window.class
SQLTableCleanUp
Executes an SQL statement to clean up the table. -
Uses of AbstractTableCleanUp in adams.flow.standalone
Fields in adams.flow.standalone declared as AbstractTableCleanUp Modifier and Type Field Description protected AbstractTableCleanUp
TableCleanUp. m_Cleaner
the cleaner to run.Methods in adams.flow.standalone that return AbstractTableCleanUp Modifier and Type Method Description AbstractTableCleanUp
TableCleanUp. getCleaner()
Returns the cleaner in use.Methods in adams.flow.standalone with parameters of type AbstractTableCleanUp Modifier and Type Method Description void
TableCleanUp. setCleaner(AbstractTableCleanUp value)
Sets the cleaner to use.
-