Package org.opencms.setup.db.update6to7
Class CmsUpdateDBCreateIndexes7
java.lang.Object
org.opencms.setup.db.A_CmsUpdateDBPart
org.opencms.setup.db.update6to7.CmsUpdateDBCreateIndexes7
- All Implemented Interfaces:
I_CmsUpdateDBPart
- Direct Known Subclasses:
CmsUpdateDBCreateIndexes7,CmsUpdateDBCreateIndexes7,CmsUpdateDBCreateIndexes7
This class creates all the indexes that are used in the database version 7.
- Since:
- 7.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringConstant for the sql query to read the indexes.protected static final StringConstant for the replacement of the tablename in the sql query.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
-
Field Details
-
QUERY_SHOW_INDEX
Constant for the sql query to read the indexes.- See Also:
-
REPLACEMENT_TABLENAME
Constant for the replacement of the tablename in the sql query.- See Also:
-
-
Constructor Details
-
CmsUpdateDBCreateIndexes7
Constructor.- Throws:
IOException- if the query properties cannot 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- See Also:
-