public class CmsUpdateDBDropBackupTables extends A_CmsUpdateDBPart
The tables to drop are
限定符和类型 | 字段和说明 |
---|---|
protected static java.lang.String[] |
BACKUP_TABLES
Array of the BACKUP tables that are to be dropped.
|
protected static java.util.List<java.lang.String> |
BACKUP_TABLES_LIST
Constant ArrayList of the BACKUP_TABLES that are to be dropped.
|
protected static java.lang.String |
REPLACEMENT_TABLENAME
Constant for the replacement of the tablename in the sql query.
|
m_poolData, m_queries
构造器和说明 |
---|
CmsUpdateDBDropBackupTables()
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
internalExecute(CmsSetupDb dbCon)
Does the hard work.
|
execute, getPoolData, getPropertyFileLocation, isKeepHistory, loadQueryProperties, readQuery
protected static final java.lang.String[] BACKUP_TABLES
protected static final java.util.List<java.lang.String> BACKUP_TABLES_LIST
protected static final java.lang.String REPLACEMENT_TABLENAME
public CmsUpdateDBDropBackupTables() throws java.io.IOException
java.io.IOException
- if the query properties cannot be readprotected void internalExecute(CmsSetupDb dbCon)
A_CmsUpdateDBPart
internalExecute
在类中 A_CmsUpdateDBPart
dbCon
- the db connection interfaceA_CmsUpdateDBPart.internalExecute(org.opencms.setup.CmsSetupDb)