Package org.opencms.setup.db.update6to7
Class CmsUpdateDBDropUnusedTables
java.lang.Object
org.opencms.setup.db.A_CmsUpdateDBPart
org.opencms.setup.db.update6to7.CmsUpdateDBDropUnusedTables
- All Implemented Interfaces:
I_CmsUpdateDBPart
- Direct Known Subclasses:
CmsUpdateDBDropUnusedTables,CmsUpdateDBDropUnusedTables,CmsUpdateDBDropUnusedTables
This class drops the outdated tables from the OpenCms database.
These tables are CMS_SYSTEMID CMS_TASK CMS_TASKLOG CMS_TASKPAR CMS_TASKTYPE TEMP_PROJECT_UUIDS
- Since:
- 7.0.0
-
Field Summary
Fields inherited from class org.opencms.setup.db.A_CmsUpdateDBPart
m_poolData, m_queries -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinternalExecute(CmsSetupDb dbCon) Does the hard work.Methods inherited from class org.opencms.setup.db.A_CmsUpdateDBPart
execute, getPoolData, getPropertyFileLocation, isKeepHistory, loadQueryProperties, readQuery
-
Constructor Details
-
CmsUpdateDBDropUnusedTables
Constructor.- Throws:
IOException- if the sql queries properties file could not be read
-
-
Method Details
-
internalExecute
Description copied from class:A_CmsUpdateDBPartDoes the hard work.- Specified by:
internalExecutein classA_CmsUpdateDBPart- Parameters:
dbCon- the db connection interface- Throws:
SQLException- if something goes wrong- See Also:
-