程序包 | 说明 |
---|---|
org.opencms.setup.db |
Base classes for the database updater from version 6.x to version 7.x.
|
org.opencms.setup.db.update6to7 |
Default implementation of the database updater.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsUpdateDBPart
Represent a part of the database update process.
|
限定符和类型 | 方法和说明 |
---|---|
protected I_CmsUpdateDBPart |
CmsUpdateDBManager.getInstanceForDb(I_CmsUpdateDBPart dbUpdater,
java.lang.String dbName)
Creates a new instance for the given database and setting the db pool data.
|
限定符和类型 | 方法和说明 |
---|---|
protected I_CmsUpdateDBPart |
CmsUpdateDBManager.getInstanceForDb(I_CmsUpdateDBPart dbUpdater,
java.lang.String dbName)
Creates a new instance for the given database and setting the db pool data.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsUpdateDBAlterTables
This class makes the remaining changes to some tables in order to update them.
|
class |
CmsUpdateDBCmsUsers
This class makes an update of the CMS_USERS table splitting it up into CMS_USERS and CMS_USERDATA.
|
class |
CmsUpdateDBContentTables
This class creates the table CMS_CONTENTS and fills it with data from the tables CMS_BACKUP_CONTENTS and CMS_ONLINE_CONTENTS.
|
class |
CmsUpdateDBCreateIndexes7
This class creates all the indexes that are used in the database version 7.
|
class |
CmsUpdateDBDropBackupTables
This class drops the CMS_BACKUP tables that are no longer used after all the transfers are finished.
|
class |
CmsUpdateDBDropOldIndexes
This class drops all indexes of each table of the database.
|
class |
CmsUpdateDBDropUnusedTables
This class drops the outdated tables from the OpenCms database.
|
class |
CmsUpdateDBHistoryPrincipals
This class inserts formerly deleted users/groups in the CMS_HISTORY_PRINCIPALS table.
|
class |
CmsUpdateDBHistoryTables
This class converts the backup tables to history tables.
|
class |
CmsUpdateDBNewTables
This class creates the new tables for the database of OpenCms.
|
class |
CmsUpdateDBProjectId
This class updates the project ids from integer values to CmsUUIDs in all existing database tables.
|
class |
CmsUpdateDBUpdateOU
This class upgrades the database tables containing new OU columns.
|