public class CmsUpdateDBDropUnusedTables extends A_CmsUpdateDBPart
These tables are CMS_SYSTEMID CMS_TASK CMS_TASKLOG CMS_TASKPAR CMS_TASKTYPE TEMP_PROJECT_UUIDS
m_poolData, m_queries
构造器和说明 |
---|
CmsUpdateDBDropUnusedTables()
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
internalExecute(CmsSetupDb dbCon)
Does the hard work.
|
execute, getPoolData, getPropertyFileLocation, isKeepHistory, loadQueryProperties, readQuery
public CmsUpdateDBDropUnusedTables() 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)