Class CmsUpdateDBCreateIndexes7
java.lang.Object
org.opencms.setup.db.A_CmsUpdateDBPart
org.opencms.setup.db.update6to7.CmsUpdateDBCreateIndexes7
org.opencms.setup.db.update6to7.mysql.CmsUpdateDBCreateIndexes7
- All Implemented Interfaces:
I_CmsUpdateDBPart
This class creates all the indexes that are used in the database version 7.
-
Field Summary
Fields inherited from class org.opencms.setup.db.update6to7.CmsUpdateDBCreateIndexes7
QUERY_SHOW_INDEX, REPLACEMENT_TABLENAME
Fields inherited from class org.opencms.setup.db.A_CmsUpdateDBPart
m_poolData, m_queries
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opencms.setup.db.update6to7.CmsUpdateDBCreateIndexes7
internalExecute
Methods inherited from class org.opencms.setup.db.A_CmsUpdateDBPart
execute, getPoolData, isKeepHistory, loadQueryProperties, readQuery
-
Constructor Details
-
CmsUpdateDBCreateIndexes7
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:
-