public class CmsUpdateDBHistoryPrincipals extends CmsUpdateDBHistoryPrincipals
QUERY_HISTORY_PRINCIPALS_CREATE_TABLE, TABLE_CMS_HISTORY_PRINCIPALS
m_poolData, m_queries
构造器和说明 |
---|
CmsUpdateDBHistoryPrincipals()
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
createHistPrincipalsTable(CmsSetupDb dbCon)
Creates the CMS_HISTORY_PRINCIPALS table if it does not exist yet.
|
internalExecute
execute, getPoolData, getPropertyFileLocation, isKeepHistory, loadQueryProperties, readQuery
public CmsUpdateDBHistoryPrincipals() throws java.io.IOException
java.io.IOException
- if the sql queries properties file could not be readprotected void createHistPrincipalsTable(CmsSetupDb dbCon) throws java.sql.SQLException
CmsUpdateDBHistoryPrincipals
createHistPrincipalsTable
在类中 CmsUpdateDBHistoryPrincipals
dbCon
- the db connection interfacejava.sql.SQLException
- if soemthing goes wrongCmsUpdateDBHistoryPrincipals.createHistPrincipalsTable(org.opencms.setup.CmsSetupDb)