Uses of Interface
org.opencms.db.I_CmsDriver
Packages that use I_CmsDriver
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_CmsDriver in org.opencms.db
Subinterfaces of I_CmsDriver in org.opencms.dbModifier and TypeInterfaceDescriptioninterfaceDefinitions of all required user driver methods. -
Uses of I_CmsDriver in org.opencms.db.as400
Classes in org.opencms.db.as400 that implement I_CmsDriverModifier and TypeClassDescriptionclassAS400 implementation of the history driver methods.classAS400 implementation of the project driver methods.classAS/400 implementation of the subscription driver.classAS400 implementation of the user driver methods.classAS400 implementation of the VFS driver methods. -
Uses of I_CmsDriver in org.opencms.db.db2
Classes in org.opencms.db.db2 that implement I_CmsDriverModifier and TypeClassDescriptionclassDB2 implementation of the history driver methods.classDB2 implementation of the project driver methods.classDB2 implementation of the subscription driver.classDB2 implementation of the user driver methods.classDB2 implementation of the VFS driver methods. -
Uses of I_CmsDriver in org.opencms.db.generic
Classes in org.opencms.db.generic that implement I_CmsDriverModifier and TypeClassDescriptionclassGeneric (ANSI-SQL) database server implementation of the history driver methods.classGeneric (ANSI-SQL) implementation of the project driver methods.classGeneric implementation of the user tracking and subscription driver interface.classGeneric (ANSI-SQL) database server implementation of the user driver methods.classGeneric (ANSI-SQL) database server implementation of the VFS driver methods. -
Uses of I_CmsDriver in org.opencms.db.hsqldb
Classes in org.opencms.db.hsqldb that implement I_CmsDriverModifier and TypeClassDescriptionclassHSQLDB implementation of the history driver methods.classHSQLDB implementation of the project driver methods.classHSQLDB implementation of the subscription driver.classHSQLDB implementation of the user driver methods.classHSQLDB implementation of the VFS driver methods. -
Uses of I_CmsDriver in org.opencms.db.mssql
Classes in org.opencms.db.mssql that implement I_CmsDriverModifier and TypeClassDescriptionclassMS SQL implementation of the history driver methods.classMS SQL implementation of the project driver methods.classMSSQL implementation of the subscription driver.classMS SQL implementation of the user driver methods.classMS SQL implementation of the VFS driver methods. -
Uses of I_CmsDriver in org.opencms.db.mysql
Classes in org.opencms.db.mysql that implement I_CmsDriverModifier and TypeClassDescriptionclassMySQL implementation of the history driver methods.classMySQL implementation of the project driver methods.classMySQL implementation of the subscription driver.classMySQL implementation of the user driver methods.classMySQL implementation of the VFS driver methods. -
Uses of I_CmsDriver in org.opencms.db.oracle
Classes in org.opencms.db.oracle that implement I_CmsDriverModifier and TypeClassDescriptionclassOracle implementation of the history driver methods.classOracle/OCI implementation of the project driver methods.classOracle implementation of the subscription driver.classOracle implementation of the user driver methods.classOracle implementation of the VFS driver methods. -
Uses of I_CmsDriver in org.opencms.db.postgresql
Classes in org.opencms.db.postgresql that implement I_CmsDriverModifier and TypeClassDescriptionclassPostgreSql implementation of the history driver methods.classPostgreSql implementation of the project driver methods.classPostgreSQL implementation of the subscription driver.classPostgreSql implementation of the user driver methods.classPostgreSql implementation of the VFS driver methods.