public class CmsUpdateDBNewTables extends A_CmsUpdateDBPart
The new tables in OpenCms 7 are:
CMS_OFFLINE_RESOURCE_RELATIONS
CMS_ONLINE_RESOURCE_RELATOINS
CMS_PUBLISH_JOBS
CMS_RESOURCE_LOCKS
CMS_CONTENTS
CMS_HISTORY_STRUCTURE
CMS_HISTORY_RESOURCES
CMS_HISTORY_PROPERTIES
CMS_HISTORY_PROPERTYDEF
CMS_HISTORY_PROJECTRESOURCES
m_poolData, m_queries
构造器和说明 |
---|
CmsUpdateDBNewTables()
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
internalExecute(CmsSetupDb dbCon)
Does the hard work.
|
execute, getPoolData, getPropertyFileLocation, isKeepHistory, loadQueryProperties, readQuery
public CmsUpdateDBNewTables() throws java.io.IOException
java.io.IOException
- if the sql queries properties file could not be readprotected void internalExecute(CmsSetupDb dbCon) throws java.sql.SQLException
A_CmsUpdateDBPart
internalExecute
在类中 A_CmsUpdateDBPart
dbCon
- the db connection interfacejava.sql.SQLException
- if something goes wrongA_CmsUpdateDBPart.internalExecute(org.opencms.setup.CmsSetupDb)