Uses of Interface
org.opencms.db.I_CmsProjectDriver
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_CmsProjectDriver in org.opencms.db
Modifier and TypeMethodDescriptionCmsDbContext.getProjectDriver
(CmsUUID projectId) Gets the project driver associated with this database context.CmsDriverManager.getProjectDriver()
Returns the project driver.CmsDriverManager.getProjectDriver
(CmsDbContext dbc) Returns the project driver for a given DB context.CmsDriverManager.getProjectDriver
(CmsDbContext dbc, I_CmsProjectDriver defaultDriver) Returns either the project driver for the DB context (if it has one) or a default project driver.Modifier and TypeMethodDescriptionCmsDriverManager.getProjectDriver
(CmsDbContext dbc, I_CmsProjectDriver defaultDriver) Returns either the project driver for the DB context (if it has one) or a default project driver. -
Uses of I_CmsProjectDriver in org.opencms.db.as400
Modifier and TypeClassDescriptionclass
AS400 implementation of the project driver methods. -
Uses of I_CmsProjectDriver in org.opencms.db.db2
Modifier and TypeClassDescriptionclass
DB2 implementation of the project driver methods. -
Uses of I_CmsProjectDriver in org.opencms.db.generic
Modifier and TypeClassDescriptionclass
Generic (ANSI-SQL) implementation of the project driver methods. -
Uses of I_CmsProjectDriver in org.opencms.db.hsqldb
Modifier and TypeClassDescriptionclass
HSQLDB implementation of the project driver methods. -
Uses of I_CmsProjectDriver in org.opencms.db.mssql
Modifier and TypeClassDescriptionclass
MS SQL implementation of the project driver methods. -
Uses of I_CmsProjectDriver in org.opencms.db.mysql
Modifier and TypeClassDescriptionclass
MySQL implementation of the project driver methods. -
Uses of I_CmsProjectDriver in org.opencms.db.oracle
Modifier and TypeClassDescriptionclass
Oracle/OCI implementation of the project driver methods. -
Uses of I_CmsProjectDriver in org.opencms.db.postgresql
Modifier and TypeClassDescriptionclass
PostgreSql implementation of the project driver methods. -
Uses of I_CmsProjectDriver in org.opencms.db.userpublishlist
Modifier and TypeMethodDescriptionvoid
A_CmsLogPublishListConverter.writeChangesToDatabase
(CmsDbContext dbc, I_CmsProjectDriver projectDriver) Writes the collected changes to the database.