org.opencms.setup.update6to7.mysql
Class CmsUpdateDBCreateIndexes7

java.lang.Object
  extended by org.opencms.setup.update6to7.A_CmsUpdateDBPart
      extended by org.opencms.setup.update6to7.generic.CmsUpdateDBCreateIndexes7
          extended by org.opencms.setup.update6to7.mysql.CmsUpdateDBCreateIndexes7
All Implemented Interfaces:
I_CmsUpdateDBPart

public class CmsUpdateDBCreateIndexes7
extends CmsUpdateDBCreateIndexes7

This class creates all the indexes that are used in the database version 7.

Author:
metzler

Field Summary
 
Fields inherited from class org.opencms.setup.update6to7.generic.CmsUpdateDBCreateIndexes7
QUERY_SHOW_INDEX, REPLACEMENT_TABLENAME
 
Fields inherited from class org.opencms.setup.update6to7.A_CmsUpdateDBPart
m_poolData, m_queries, QUERY_PROPERTIES_PREFIX
 
Constructor Summary
CmsUpdateDBCreateIndexes7()
          Constructor.
 
Method Summary
 
Methods inherited from class org.opencms.setup.update6to7.generic.CmsUpdateDBCreateIndexes7
internalExecute
 
Methods inherited from class org.opencms.setup.update6to7.A_CmsUpdateDBPart
execute, getDbInstance, getPoolData, isKeepHistory, loadQueryProperties, readQuery, setPoolData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsUpdateDBCreateIndexes7

public CmsUpdateDBCreateIndexes7()
                          throws java.io.IOException
Constructor.

Throws:
java.io.IOException - if the query properties cannot be read