Uses of Class
adams.db.upgrade.AbstractTableUpgrade
-
Packages that use AbstractTableUpgrade Package Description adams.db.upgrade adams.tools -
-
Uses of AbstractTableUpgrade in adams.db.upgrade
Subclasses of AbstractTableUpgrade in adams.db.upgrade Modifier and Type Class Description class
FixInvalidMySQLTimestampDefault
Replaces invalid MySQL default values of TIMESTAMP columns.class
PassThrough
A dummy upgrader, does nothing.Methods in adams.db.upgrade that return AbstractTableUpgrade Modifier and Type Method Description static AbstractTableUpgrade
AbstractTableUpgrade. forCommandLine(String cmdline)
Instantiates the table upgrade scheme from the given commandline (i.e., classname and optional options).static AbstractTableUpgrade
AbstractTableUpgrade. forName(String classname, String[] options)
Instantiates the table upgrade scheme with the given options. -
Uses of AbstractTableUpgrade in adams.tools
Fields in adams.tools declared as AbstractTableUpgrade Modifier and Type Field Description protected AbstractTableUpgrade
TableUpgrade. m_TableUpgrade
the table upgrade to run.Methods in adams.tools that return AbstractTableUpgrade Modifier and Type Method Description AbstractTableUpgrade
TableUpgrade. getTableUpgrade()
Returns the table upgrade to use.Methods in adams.tools with parameters of type AbstractTableUpgrade Modifier and Type Method Description void
TableUpgrade. setTableUpgrade(AbstractTableUpgrade value)
Sets the table upgrade to use.
-