org.opencms.setup.update6to7.oracle
Class CmsUpdateDBHistoryPrincipals

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

public class CmsUpdateDBHistoryPrincipals
extends CmsUpdateDBHistoryPrincipals

Oracle implementation to create the history principals table and contents.

Author:
Roland Metzler

Field Summary
 
Fields inherited from class org.opencms.setup.update6to7.generic.CmsUpdateDBHistoryPrincipals
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 internalExecute(CmsSetupDb dbCon)
          Does the hard work.
 
Methods inherited from class org.opencms.setup.update6to7.generic.CmsUpdateDBHistoryPrincipals
createHistPrincipalsTable
 
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

CmsUpdateDBHistoryPrincipals

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

Throws:
java.io.IOException - if the sql queries properties file could not be read
Method Detail

internalExecute

protected void internalExecute(CmsSetupDb dbCon)
                        throws java.sql.SQLException
Description copied from class: A_CmsUpdateDBPart
Does the hard work.

Overrides:
internalExecute in class CmsUpdateDBHistoryPrincipals
Parameters:
dbCon - the db connection interface
Throws:
java.sql.SQLException - if somethign goes wrong
See Also:
A_CmsUpdateDBPart.internalExecute(org.opencms.setup.CmsSetupDb)