|
||||||
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.CmsUpdateDBHistoryPrincipals
org.opencms.setup.update6to7.oracle.CmsUpdateDBHistoryPrincipals
public class CmsUpdateDBHistoryPrincipals
Oracle implementation to create the history principals table and contents.
Field Summary |
---|
Fields inherited from class org.opencms.setup.update6to7.generic.CmsUpdateDBHistoryPrincipals |
---|
QUERY_HISTORY_PRINCIPALS_CREATE_TABLE, TABLE_CMS_HISTORY_PRINCIPALS |
Fields inherited from class org.opencms.setup.update6to7.A_CmsUpdateDBPart |
---|
m_poolData, m_queries, QUERY_PROPERTIES_PREFIX |
Constructor Summary | |
---|---|
CmsUpdateDBHistoryPrincipals()
Constructor. |
Method Summary | |
---|---|
protected void |
createHistPrincipalsTable(CmsSetupDb dbCon)
Creates the CMS_HISTORY_PRINCIPALS table if it does not exist yet. |
Methods inherited from class org.opencms.setup.update6to7.generic.CmsUpdateDBHistoryPrincipals |
---|
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 |
---|
public CmsUpdateDBHistoryPrincipals() throws java.io.IOException
java.io.IOException
- if the sql queries properties file could not be readMethod Detail |
---|
protected void createHistPrincipalsTable(CmsSetupDb dbCon) throws java.sql.SQLException
CmsUpdateDBHistoryPrincipals
createHistPrincipalsTable
in class CmsUpdateDBHistoryPrincipals
dbCon
- the db connection interface
java.sql.SQLException
- if soemthing goes wrongCmsUpdateDBHistoryPrincipals.createHistPrincipalsTable(org.opencms.setup.CmsSetupDb)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |