|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.setup.update6to7.A_CmsUpdateDBPart
org.opencms.setup.update6to7.generic.CmsUpdateDBCreateIndexes7
public class CmsUpdateDBCreateIndexes7
This class creates all the indexes that are used in the database version 7.
Field Summary | |
---|---|
protected static java.lang.String |
QUERY_SHOW_INDEX
Constant for the sql query to read the indexes. |
protected static java.lang.String |
REPLACEMENT_TABLENAME
Constant for the replacement of the tablename in the sql query. |
Fields inherited from class org.opencms.setup.update6to7.A_CmsUpdateDBPart |
---|
m_poolData, m_queries, QUERY_PROPERTIES_PREFIX |
Constructor Summary | |
---|---|
CmsUpdateDBCreateIndexes7()
Constructor. |
Method Summary | |
---|---|
protected void |
internalExecute(CmsSetupDb dbCon)
Does the hard work. |
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 |
Field Detail |
---|
protected static final java.lang.String QUERY_SHOW_INDEX
protected static final java.lang.String REPLACEMENT_TABLENAME
Constructor Detail |
---|
public CmsUpdateDBCreateIndexes7() throws java.io.IOException
java.io.IOException
- if the query properties cannot be readMethod Detail |
---|
protected void internalExecute(CmsSetupDb dbCon)
A_CmsUpdateDBPart
internalExecute
in class A_CmsUpdateDBPart
dbCon
- the db connection interfaceA_CmsUpdateDBPart.internalExecute(org.opencms.setup.CmsSetupDb)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |