Class CmsUpdateDBDropOldIndexes
java.lang.Object
org.opencms.setup.db.A_CmsUpdateDBPart
org.opencms.setup.db.update6to7.CmsUpdateDBDropOldIndexes
org.opencms.setup.db.update6to7.mysql.CmsUpdateDBDropOldIndexes
- All Implemented Interfaces:
I_CmsUpdateDBPart
This class drops all indexes of each table of the database.
This is done so that the indexes can be updated to the version 7.0.x
-
Field Summary
Fields inherited from class org.opencms.setup.db.update6to7.CmsUpdateDBDropOldIndexes
CMS_TABLES, CMS_TABLES_LIST, QUERY_DROP_INDEX, QUERY_SHOW_INDEX, 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.CmsUpdateDBDropOldIndexes
internalExecute
Methods inherited from class org.opencms.setup.db.A_CmsUpdateDBPart
execute, getPoolData, isKeepHistory, loadQueryProperties, readQuery
-
Constructor Details
-
CmsUpdateDBDropOldIndexes
Constructor.- Throws:
IOException
- if the query properties cannot 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:
-