Uses of Interface
org.opencms.db.I_CmsHistoryDriver
Packages that use I_CmsHistoryDriver
Package
Description
Low-level database connection and access functionality.
AS400 implementation of the OpenCms database connector.
DB2 implementation of the OpenCms database connector.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
HSQLDB implementation of the OpenCms database connector.
MS SQL implementation of the OpenCms database connector.
MySQL4+ implementation of the OpenCms database connector.
Oracle9+ implementation of the OpenCms database connector.
PostgreSql implementation of the OpenCms database connector.
-
Uses of I_CmsHistoryDriver in org.opencms.db
Methods in org.opencms.db that return I_CmsHistoryDriverModifier and TypeMethodDescriptionCmsDbContext.getHistoryDriver(CmsUUID projectId) Gets the history driver associated with this database context.CmsDriverManager.getHistoryDriver()Returns the history driver.CmsDriverManager.getHistoryDriver(CmsDbContext dbc) Returns the history driver for a given database context. -
Uses of I_CmsHistoryDriver in org.opencms.db.as400
Classes in org.opencms.db.as400 that implement I_CmsHistoryDriverModifier and TypeClassDescriptionclassAS400 implementation of the history driver methods. -
Uses of I_CmsHistoryDriver in org.opencms.db.db2
Classes in org.opencms.db.db2 that implement I_CmsHistoryDriverModifier and TypeClassDescriptionclassDB2 implementation of the history driver methods. -
Uses of I_CmsHistoryDriver in org.opencms.db.generic
Classes in org.opencms.db.generic that implement I_CmsHistoryDriverModifier and TypeClassDescriptionclassGeneric (ANSI-SQL) database server implementation of the history driver methods. -
Uses of I_CmsHistoryDriver in org.opencms.db.hsqldb
Classes in org.opencms.db.hsqldb that implement I_CmsHistoryDriverModifier and TypeClassDescriptionclassHSQLDB implementation of the history driver methods. -
Uses of I_CmsHistoryDriver in org.opencms.db.mssql
Classes in org.opencms.db.mssql that implement I_CmsHistoryDriverModifier and TypeClassDescriptionclassMS SQL implementation of the history driver methods. -
Uses of I_CmsHistoryDriver in org.opencms.db.mysql
Classes in org.opencms.db.mysql that implement I_CmsHistoryDriverModifier and TypeClassDescriptionclassMySQL implementation of the history driver methods. -
Uses of I_CmsHistoryDriver in org.opencms.db.oracle
Classes in org.opencms.db.oracle that implement I_CmsHistoryDriverModifier and TypeClassDescriptionclassOracle implementation of the history driver methods. -
Uses of I_CmsHistoryDriver in org.opencms.db.postgresql
Classes in org.opencms.db.postgresql that implement I_CmsHistoryDriverModifier and TypeClassDescriptionclassPostgreSql implementation of the history driver methods.