| Name | Description | Type | Package | Framework |
| A_CmsUpdateDBPart | Represent a part of the database update process. | Class | org.opencms.setup.db | OpenCMS |
| CmsUpdateDBAlterTables | This class makes the remaining changes to some tables in order to update them. | Class | org.opencms.setup.db.update6to7 | OpenCMS |
| CmsUpdateDBAlterTables | This class makes the remaining changes to some tables in order to update them. | Class | org.opencms.setup.db.update6to7.mysql | OpenCMS |
| CmsUpdateDBAlterTables | Oracle implementation of the generic Alter Table class. | Class | org.opencms.setup.db.update6to7.oracle | OpenCMS |
| CmsUpdateDBAlterTables | PostgreSQL implementation of the generic Alter Table class. | Class | org.opencms.setup.db.update6to7.postgresql | OpenCMS |
| CmsUpdateDBCmsUsers | This class makes an update of the CMS_USERS table splitting it up into CMS_USERS and CMS_USERDATA. | Class | org.opencms.setup.db.update6to7 | OpenCMS |
| CmsUpdateDBCmsUsers | This class makes an update of the CMS_USERS table splitting it up into CMS_USERS and CMS_USERDATA. | Class | org.opencms.setup.db.update6to7.mysql | OpenCMS |
| CmsUpdateDBCmsUsers | Oracle implementation of the generic update class for the Users. | Class | org.opencms.setup.db.update6to7.oracle | OpenCMS |
| CmsUpdateDBCmsUsers | PostgreSQL implementation of the generic update class for the Users. | Class | org.opencms.setup.db.update6to7.postgresql | OpenCMS |
| CmsUpdateDBContentTables | This class creates the table CMS_CONTENTS and fills it with data from the tables CMS_BACKUP_CONTENTS and CMS_ONLINE_CONTENTS. | Class | org.opencms.setup.db.update6to7 | OpenCMS |
| CmsUpdateDBContentTables | This class creates the table CMS_CONTENTS and fills it with data from the tables CMS_BACKUP_CONTENTS and CMS_ONLINE_CONTENTS. | Class | org.opencms.setup.db.update6to7.mysql | OpenCMS |
| CmsUpdateDBContentTables | Oracle implementation of the generic update of the contents tables. | Class | org.opencms.setup.db.update6to7.oracle | OpenCMS |
| CmsUpdateDBContentTables | PostgreSQL implementation of the generic update of the contents tables. | Class | org.opencms.setup.db.update6to7.postgresql | OpenCMS |
| CmsUpdateDBCreateIndexes7 | This class creates all the indexes that are used in the database version 7. | Class | org.opencms.setup.db.update6to7 | OpenCMS |
| CmsUpdateDBCreateIndexes7 | This class creates all the indexes that are used in the database version 7. | Class | org.opencms.setup.db.update6to7.mysql | OpenCMS |
| CmsUpdateDBCreateIndexes7 | Oracle implementation for the creation of the indexes of the tables in version 7. | Class | org.opencms.setup.db.update6to7.oracle | OpenCMS |
| CmsUpdateDBCreateIndexes7 | PostgreSQL implementation for the creation of the indexes of the tables in version 7. | Class | org.opencms.setup.db.update6to7.postgresql | OpenCMS |
| CmsUpdateDBDropBackupTables | This class drops the CMS_BACKUP tables that are no longer used after all the transfers are finished. | Class | org.opencms.setup.db.update6to7 | OpenCMS |
| CmsUpdateDBDropBackupTables | This class drops the CMS_BACKUP tables that are no longer used after all the transfers are finished. | Class | org.opencms.setup.db.update6to7.mysql | OpenCMS |
| CmsUpdateDBDropBackupTables | Oracle implementation of the generic class to drop the backup tables from the database. | Class | org.opencms.setup.db.update6to7.oracle | OpenCMS |
| CmsUpdateDBDropBackupTables | PostgreSQL implementation of the generic class to drop the backup tables from the database. | Class | org.opencms.setup.db.update6to7.postgresql | OpenCMS |
| CmsUpdateDBDropOldIndexes | This class drops all indexes of each table of the database. | Class | org.opencms.setup.db.update6to7 | OpenCMS |
| CmsUpdateDBDropOldIndexes | This class drops all indexes of each table of the database. | Class | org.opencms.setup.db.update6to7.mysql | OpenCMS |
| CmsUpdateDBDropOldIndexes | Oracle implementation to drop the old indexes from the database. | Class | org.opencms.setup.db.update6to7.oracle | OpenCMS |
| CmsUpdateDBDropOldIndexes | PostgreSQL implementation to drop the old indexes from the database. | Class | org.opencms.setup.db.update6to7.postgresql | OpenCMS |
| CmsUpdateDBDropUnusedTables | This class drops the outdated tables from the OpenCms database. | Class | org.opencms.setup.db.update6to7 | OpenCMS |
| CmsUpdateDBDropUnusedTables | This class drops the outdated tables from the OpenCms database. | Class | org.opencms.setup.db.update6to7.mysql | OpenCMS |
| CmsUpdateDBDropUnusedTables | Oracle implementation to drop the unused tables from the database. | Class | org.opencms.setup.db.update6to7.oracle | OpenCMS |
| CmsUpdateDBDropUnusedTables | PostgreSQL implementation to drop the unused tables from the database. | Class | org.opencms.setup.db.update6to7.postgresql | OpenCMS |
| CmsUpdateDBHistoryPrincipals | This class inserts formerly deleted users/groups in the CMS_HISTORY_PRINCIPALS table. | Class | org.opencms.setup.db.update6to7 | OpenCMS |
| CmsUpdateDBHistoryPrincipals | This class inserts formerly deleted users/groups in the CMS_HISTORY_PRINCIPALS table. | Class | org.opencms.setup.db.update6to7.mysql | OpenCMS |
| CmsUpdateDBHistoryPrincipals | Oracle implementation to create the history principals table and contents. | Class | org.opencms.setup.db.update6to7.oracle | OpenCMS |
| CmsUpdateDBHistoryPrincipals | PostgreSQL implementation to create the history principals table and contents. | Class | org.opencms.setup.db.update6to7.postgresql | OpenCMS |
| CmsUpdateDBHistoryTables | This class converts the backup tables to history tables. | Class | org.opencms.setup.db.update6to7 | OpenCMS |
| CmsUpdateDBHistoryTables | This class converts the backup tables to history tables. | Class | org.opencms.setup.db.update6to7.mysql | OpenCMS |
| CmsUpdateDBHistoryTables | Oracle implementation to create the history tables and move the according contents to them. | Class | org.opencms.setup.db.update6to7.oracle | OpenCMS |
| CmsUpdateDBHistoryTables | PostgreSQL implementation to create the history tables and move the according contents to them. | Class | org.opencms.setup.db.update6to7.postgresql | OpenCMS |
| CmsUpdateDBManager | This manager controls the update of the database from OpenCms 6 to OpenCms 7. | Class | org.opencms.setup.db | OpenCMS |
| CmsUpdateDBNewTables | This class creates the new tables for the database of OpenCms. | Class | org.opencms.setup.db.update6to7 | OpenCMS |
| CmsUpdateDBNewTables | This class creates the new tables for the database version of OpenCms 7. | Class | org.opencms.setup.db.update6to7.mysql | OpenCMS |
| CmsUpdateDBNewTables | Oracle implementation to create the new tables for version 7 of OpenCms. | Class | org.opencms.setup.db.update6to7.oracle | OpenCMS |
| CmsUpdateDBNewTables | PostgreSQL implementation to create the new tables for version 7 of OpenCms. | Class | org.opencms.setup.db.update6to7.postgresql | OpenCMS |
| CmsUpdateDBNewTables | This class creates the new tables for the database of OpenCms. | Class | org.opencms.setup.db.update7to8 | OpenCMS |
| CmsUpdateDBNewTables | This class creates the new tables for the database version of OpenCms 8. | Class | org.opencms.setup.db.update7to8.mysql | OpenCMS |
| CmsUpdateDBNewTables | Oracle implementation to create the new tables for version 7 of OpenCms. | Class | org.opencms.setup.db.update7to8.oracle | OpenCMS |
| CmsUpdateDBNewTables | Oracle implementation to create the new tables for version 7 of OpenCms. | Class | org.opencms.setup.db.update7to8.postgresql | OpenCMS |
| CmsUpdateDBProjectId | This class updates the project ids from integer values to CmsUUIDs in all existing database tables. | Class | org.opencms.setup.db.update6to7 | OpenCMS |
| CmsUpdateDBProjectId | This class updates the project ids from integer values to CmsUUIDs in all existing database tables. | Class | org.opencms.setup.db.update6to7.mysql | OpenCMS |
| CmsUpdateDBProjectId | Oracle implementation to update the project ids to uuids. | Class | org.opencms.setup.db.update6to7.oracle | OpenCMS |
| CmsUpdateDBProjectId | PostgreSQL implementation to update the project ids to uuids. | Class | org.opencms.setup.db.update6to7.postgresql | OpenCMS |
| CmsUpdateDBThread | Used for the workplace setup in the OpenCms setup wizard. | Class | org.opencms.setup.db | OpenCMS |
| CmsUpdateDBUpdateOU | This class upgrades the database tables containing new OU columns. | Class | org.opencms.setup.db.update6to7 | OpenCMS |
| CmsUpdateDBUpdateOU | This class upgrades the database tables containing new OU columns. | Class | org.opencms.setup.db.update6to7.mysql | OpenCMS |
| CmsUpdateDBUpdateOU | Oracle implementation to update the OUs of of the database. | Class | org.opencms.setup.db.update6to7.oracle | OpenCMS |
| CmsUpdateDBUpdateOU | PostgreSQL implementation to update the OUs of of the database. | Class | org.opencms.setup.db.update6to7.postgresql | OpenCMS |
| CmsUpdatePasswordColumn | Updates the password column length in the CMS_USERS table. | Class | org.opencms.setup.db.update7to8 | OpenCMS |
| CmsUpdatePasswordColumn | MySQL version of CmsUpdatePasswordColumn. | Class | org.opencms.setup.db.update7to8.mysql | OpenCMS |
| CmsUpdatePasswordColumn | Oracle version of CmsUpdatePasswordColumn. | Class | org.opencms.setup.db.update7to8.oracle | OpenCMS |
| CmsUpdatePasswordColumn | Postgres version of CmsUpdatePasswordColumn. | Class | org.opencms.setup.db.update7to8.postgresql | OpenCMS |
| I_CmsUpdateDBPart | Represent a part of the database update process. | Interface | org.opencms.setup.db | OpenCMS |