Class CmsUpdateDBCreateIndexes7
java.lang.Object
org.opencms.setup.db.A_CmsUpdateDBPart
org.opencms.setup.db.update6to7.CmsUpdateDBCreateIndexes7
org.opencms.setup.db.update6to7.oracle.CmsUpdateDBCreateIndexes7
- All Implemented Interfaces:
I_CmsUpdateDBPart
Oracle implementation for the creation of the indexes of the tables in version 7.
- Since:
- 7.0.0
-
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
internalExecute
(CmsSetupDb dbCon) Does the hard work.Methods inherited from class org.opencms.setup.db.A_CmsUpdateDBPart
execute, getPoolData, getPropertyFileLocation, isKeepHistory, loadQueryProperties, readQuery
-
Constructor Details
-
CmsUpdateDBCreateIndexes7
Constructor.- Throws:
IOException
- if the sql queries properties file could not be read
-
-
Method Details
-
internalExecute
Description copied from class:A_CmsUpdateDBPart
Does the hard work.- Overrides:
internalExecute
in classCmsUpdateDBCreateIndexes7
- Parameters:
dbCon
- the db connection interface- See Also:
-