Class CmsUpdateDBDropBackupTables
java.lang.Object
org.opencms.setup.db.A_CmsUpdateDBPart
org.opencms.setup.db.update6to7.CmsUpdateDBDropBackupTables
org.opencms.setup.db.update6to7.postgresql.CmsUpdateDBDropBackupTables
- All Implemented Interfaces:
I_CmsUpdateDBPart
PostgreSQL implementation of the generic class to drop the backup tables from the database.
- Since:
- 7.0.2
-
Field Summary
Fields inherited from class org.opencms.setup.db.update6to7.CmsUpdateDBDropBackupTables
BACKUP_TABLES, BACKUP_TABLES_LIST, REPLACEMENT_TABLENAME
Fields inherited from class org.opencms.setup.db.A_CmsUpdateDBPart
m_poolData, m_queries
-
Constructor Summary
-
Method Summary
Methods inherited from class org.opencms.setup.db.update6to7.CmsUpdateDBDropBackupTables
internalExecute
Methods inherited from class org.opencms.setup.db.A_CmsUpdateDBPart
execute, getPoolData, isKeepHistory, loadQueryProperties, readQuery
-
Constructor Details
-
CmsUpdateDBDropBackupTables
Constructor.- Throws:
IOException
- if the sql queries properties file could not be read
-
-
Method Details
-
getPropertyFileLocation
Description copied from class:A_CmsUpdateDBPart
Returns the default property file location.- Overrides:
getPropertyFileLocation
in classA_CmsUpdateDBPart
- Returns:
- the default property file location
- See Also:
-