Uses of Interface
org.opencms.db.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
Modifier and TypeInterfaceDescriptioninterface
Definitions of all required user driver methods. -
Uses of I_CmsDriver in org.opencms.db.as400
Modifier and TypeClassDescriptionclass
AS400 implementation of the history driver methods.class
AS400 implementation of the project driver methods.class
AS/400 implementation of the subscription driver.class
AS400 implementation of the user driver methods.class
AS400 implementation of the VFS driver methods. -
Uses of I_CmsDriver in org.opencms.db.db2
Modifier and TypeClassDescriptionclass
DB2 implementation of the history driver methods.class
DB2 implementation of the project driver methods.class
DB2 implementation of the subscription driver.class
DB2 implementation of the user driver methods.class
DB2 implementation of the VFS driver methods. -
Uses of I_CmsDriver in org.opencms.db.generic
Modifier and TypeClassDescriptionclass
Generic (ANSI-SQL) database server implementation of the history driver methods.class
Generic (ANSI-SQL) implementation of the project driver methods.class
Generic implementation of the user tracking and subscription driver interface.class
Generic (ANSI-SQL) database server implementation of the user driver methods.class
Generic (ANSI-SQL) database server implementation of the VFS driver methods. -
Uses of I_CmsDriver in org.opencms.db.hsqldb
Modifier and TypeClassDescriptionclass
HSQLDB implementation of the history driver methods.class
HSQLDB implementation of the project driver methods.class
HSQLDB implementation of the subscription driver.class
HSQLDB implementation of the user driver methods.class
HSQLDB implementation of the VFS driver methods. -
Uses of I_CmsDriver in org.opencms.db.mssql
Modifier and TypeClassDescriptionclass
MS SQL implementation of the history driver methods.class
MS SQL implementation of the project driver methods.class
MSSQL implementation of the subscription driver.class
MS SQL implementation of the user driver methods.class
MS SQL implementation of the VFS driver methods. -
Uses of I_CmsDriver in org.opencms.db.mysql
Modifier and TypeClassDescriptionclass
MySQL implementation of the history driver methods.class
MySQL implementation of the project driver methods.class
MySQL implementation of the subscription driver.class
MySQL implementation of the user driver methods.class
MySQL implementation of the VFS driver methods. -
Uses of I_CmsDriver in org.opencms.db.oracle
Modifier and TypeClassDescriptionclass
Oracle implementation of the history driver methods.class
Oracle/OCI implementation of the project driver methods.class
Oracle implementation of the subscription driver.class
Oracle implementation of the user driver methods.class
Oracle implementation of the VFS driver methods. -
Uses of I_CmsDriver in org.opencms.db.postgresql
Modifier and TypeClassDescriptionclass
PostgreSql implementation of the history driver methods.class
PostgreSql implementation of the project driver methods.class
PostgreSQL implementation of the subscription driver.class
PostgreSql implementation of the user driver methods.class
PostgreSql implementation of the VFS driver methods.