Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.opencms.setup.db Classes and Interfaces - 60 results found.
NameDescriptionTypePackageFramework
A_CmsUpdateDBPartRepresent a part of the database update process.Classorg.opencms.setup.dbOpenCMS
CmsUpdateDBAlterTablesThis class makes the remaining changes to some tables in order to update them.Classorg.opencms.setup.db.update6to7OpenCMS
CmsUpdateDBAlterTablesThis class makes the remaining changes to some tables in order to update them.Classorg.opencms.setup.db.update6to7.mysqlOpenCMS
CmsUpdateDBAlterTablesOracle implementation of the generic Alter Table class.Classorg.opencms.setup.db.update6to7.oracleOpenCMS
CmsUpdateDBAlterTablesPostgreSQL implementation of the generic Alter Table class.Classorg.opencms.setup.db.update6to7.postgresqlOpenCMS
CmsUpdateDBCmsUsersThis class makes an update of the CMS_USERS table splitting it up into CMS_USERS and CMS_USERDATA.Classorg.opencms.setup.db.update6to7OpenCMS
CmsUpdateDBCmsUsersThis class makes an update of the CMS_USERS table splitting it up into CMS_USERS and CMS_USERDATA.Classorg.opencms.setup.db.update6to7.mysqlOpenCMS
CmsUpdateDBCmsUsersOracle implementation of the generic update class for the Users.Classorg.opencms.setup.db.update6to7.oracleOpenCMS
CmsUpdateDBCmsUsersPostgreSQL implementation of the generic update class for the Users.Classorg.opencms.setup.db.update6to7.postgresqlOpenCMS
CmsUpdateDBContentTablesThis class creates the table CMS_CONTENTS and fills it with data from the tables CMS_BACKUP_CONTENTS and CMS_ONLINE_CONTENTS.Classorg.opencms.setup.db.update6to7OpenCMS
CmsUpdateDBContentTablesThis class creates the table CMS_CONTENTS and fills it with data from the tables CMS_BACKUP_CONTENTS and CMS_ONLINE_CONTENTS.Classorg.opencms.setup.db.update6to7.mysqlOpenCMS
CmsUpdateDBContentTablesOracle implementation of the generic update of the contents tables.Classorg.opencms.setup.db.update6to7.oracleOpenCMS
CmsUpdateDBContentTablesPostgreSQL implementation of the generic update of the contents tables.Classorg.opencms.setup.db.update6to7.postgresqlOpenCMS
CmsUpdateDBCreateIndexes7This class creates all the indexes that are used in the database version 7.Classorg.opencms.setup.db.update6to7OpenCMS
CmsUpdateDBCreateIndexes7This class creates all the indexes that are used in the database version 7.Classorg.opencms.setup.db.update6to7.mysqlOpenCMS
CmsUpdateDBCreateIndexes7Oracle implementation for the creation of the indexes of the tables in version 7.Classorg.opencms.setup.db.update6to7.oracleOpenCMS
CmsUpdateDBCreateIndexes7PostgreSQL implementation for the creation of the indexes of the tables in version 7.Classorg.opencms.setup.db.update6to7.postgresqlOpenCMS
CmsUpdateDBDropBackupTablesThis class drops the CMS_BACKUP tables that are no longer used after all the transfers are finished.Classorg.opencms.setup.db.update6to7OpenCMS
CmsUpdateDBDropBackupTablesThis class drops the CMS_BACKUP tables that are no longer used after all the transfers are finished.Classorg.opencms.setup.db.update6to7.mysqlOpenCMS
CmsUpdateDBDropBackupTablesOracle implementation of the generic class to drop the backup tables from the database.Classorg.opencms.setup.db.update6to7.oracleOpenCMS
CmsUpdateDBDropBackupTablesPostgreSQL implementation of the generic class to drop the backup tables from the database.Classorg.opencms.setup.db.update6to7.postgresqlOpenCMS
CmsUpdateDBDropOldIndexesThis class drops all indexes of each table of the database.Classorg.opencms.setup.db.update6to7OpenCMS
CmsUpdateDBDropOldIndexesThis class drops all indexes of each table of the database.Classorg.opencms.setup.db.update6to7.mysqlOpenCMS
CmsUpdateDBDropOldIndexesOracle implementation to drop the old indexes from the database.Classorg.opencms.setup.db.update6to7.oracleOpenCMS
CmsUpdateDBDropOldIndexesPostgreSQL implementation to drop the old indexes from the database.Classorg.opencms.setup.db.update6to7.postgresqlOpenCMS
CmsUpdateDBDropUnusedTablesThis class drops the outdated tables from the OpenCms database.Classorg.opencms.setup.db.update6to7OpenCMS
CmsUpdateDBDropUnusedTablesThis class drops the outdated tables from the OpenCms database.Classorg.opencms.setup.db.update6to7.mysqlOpenCMS
CmsUpdateDBDropUnusedTablesOracle implementation to drop the unused tables from the database.Classorg.opencms.setup.db.update6to7.oracleOpenCMS
CmsUpdateDBDropUnusedTablesPostgreSQL implementation to drop the unused tables from the database.Classorg.opencms.setup.db.update6to7.postgresqlOpenCMS
CmsUpdateDBHistoryPrincipalsThis class inserts formerly deleted users/groups in the CMS_HISTORY_PRINCIPALS table.Classorg.opencms.setup.db.update6to7OpenCMS
CmsUpdateDBHistoryPrincipalsThis class inserts formerly deleted users/groups in the CMS_HISTORY_PRINCIPALS table.Classorg.opencms.setup.db.update6to7.mysqlOpenCMS
CmsUpdateDBHistoryPrincipalsOracle implementation to create the history principals table and contents.Classorg.opencms.setup.db.update6to7.oracleOpenCMS
CmsUpdateDBHistoryPrincipalsPostgreSQL implementation to create the history principals table and contents.Classorg.opencms.setup.db.update6to7.postgresqlOpenCMS
CmsUpdateDBHistoryTablesThis class converts the backup tables to history tables.Classorg.opencms.setup.db.update6to7OpenCMS
CmsUpdateDBHistoryTablesThis class converts the backup tables to history tables.Classorg.opencms.setup.db.update6to7.mysqlOpenCMS
CmsUpdateDBHistoryTablesOracle implementation to create the history tables and move the according contents to them.Classorg.opencms.setup.db.update6to7.oracleOpenCMS
CmsUpdateDBHistoryTablesPostgreSQL implementation to create the history tables and move the according contents to them.Classorg.opencms.setup.db.update6to7.postgresqlOpenCMS
CmsUpdateDBManagerThis manager controls the update of the database from OpenCms 6 to OpenCms 7.Classorg.opencms.setup.dbOpenCMS
CmsUpdateDBNewTablesThis class creates the new tables for the database of OpenCms.Classorg.opencms.setup.db.update6to7OpenCMS
CmsUpdateDBNewTablesThis class creates the new tables for the database version of OpenCms 7.Classorg.opencms.setup.db.update6to7.mysqlOpenCMS
CmsUpdateDBNewTablesOracle implementation to create the new tables for version 7 of OpenCms.Classorg.opencms.setup.db.update6to7.oracleOpenCMS
CmsUpdateDBNewTablesPostgreSQL implementation to create the new tables for version 7 of OpenCms.Classorg.opencms.setup.db.update6to7.postgresqlOpenCMS
CmsUpdateDBNewTablesThis class creates the new tables for the database of OpenCms.Classorg.opencms.setup.db.update7to8OpenCMS
CmsUpdateDBNewTablesThis class creates the new tables for the database version of OpenCms 8.Classorg.opencms.setup.db.update7to8.mysqlOpenCMS
CmsUpdateDBNewTablesOracle implementation to create the new tables for version 7 of OpenCms.Classorg.opencms.setup.db.update7to8.oracleOpenCMS
CmsUpdateDBNewTablesOracle implementation to create the new tables for version 7 of OpenCms.Classorg.opencms.setup.db.update7to8.postgresqlOpenCMS
CmsUpdateDBProjectIdThis class updates the project ids from integer values to CmsUUIDs in all existing database tables.Classorg.opencms.setup.db.update6to7OpenCMS
CmsUpdateDBProjectIdThis class updates the project ids from integer values to CmsUUIDs in all existing database tables.Classorg.opencms.setup.db.update6to7.mysqlOpenCMS
CmsUpdateDBProjectIdOracle implementation to update the project ids to uuids.Classorg.opencms.setup.db.update6to7.oracleOpenCMS
CmsUpdateDBProjectIdPostgreSQL implementation to update the project ids to uuids.Classorg.opencms.setup.db.update6to7.postgresqlOpenCMS
CmsUpdateDBThreadUsed for the workplace setup in the OpenCms setup wizard.Classorg.opencms.setup.dbOpenCMS
CmsUpdateDBUpdateOUThis class upgrades the database tables containing new OU columns.Classorg.opencms.setup.db.update6to7OpenCMS
CmsUpdateDBUpdateOUThis class upgrades the database tables containing new OU columns.Classorg.opencms.setup.db.update6to7.mysqlOpenCMS
CmsUpdateDBUpdateOUOracle implementation to update the OUs of of the database.Classorg.opencms.setup.db.update6to7.oracleOpenCMS
CmsUpdateDBUpdateOUPostgreSQL implementation to update the OUs of of the database.Classorg.opencms.setup.db.update6to7.postgresqlOpenCMS
CmsUpdatePasswordColumnUpdates the password column length in the CMS_USERS table.Classorg.opencms.setup.db.update7to8OpenCMS
CmsUpdatePasswordColumnMySQL version of CmsUpdatePasswordColumn.Classorg.opencms.setup.db.update7to8.mysqlOpenCMS
CmsUpdatePasswordColumnOracle version of CmsUpdatePasswordColumn.Classorg.opencms.setup.db.update7to8.oracleOpenCMS
CmsUpdatePasswordColumnPostgres version of CmsUpdatePasswordColumn.Classorg.opencms.setup.db.update7to8.postgresqlOpenCMS
I_CmsUpdateDBPartRepresent a part of the database update process.Interfaceorg.opencms.setup.dbOpenCMS