Class CmsUpdateDBDropOldIndexes
java.lang.Object
org.opencms.setup.db.A_CmsUpdateDBPart
org.opencms.setup.db.update6to7.CmsUpdateDBDropOldIndexes
org.opencms.setup.db.update6to7.oracle.CmsUpdateDBDropOldIndexes
- All Implemented Interfaces:
I_CmsUpdateDBPart
Oracle implementation to drop the old indexes from the database.
- Since:
- 7.0.0
-
Field Summary
Fields inherited from class org.opencms.setup.db.update6to7.CmsUpdateDBDropOldIndexes
CMS_TABLES, CMS_TABLES_LIST, QUERY_DROP_INDEX, QUERY_SHOW_INDEX, REPLACEMENT_TABLENAMEFields 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
-
CmsUpdateDBDropOldIndexes
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.- Overrides:
internalExecutein classCmsUpdateDBDropOldIndexes- Parameters:
dbCon- the db connection interface- See Also:
-