Uses of Interface
org.opencms.db.I_CmsSubscriptionDriver
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_CmsSubscriptionDriver in org.opencms.db
Modifier and TypeMethodDescriptionCmsDriverManager.getSubscriptionDriver()
Returns the subscription driver of this driver manager. -
Uses of I_CmsSubscriptionDriver in org.opencms.db.as400
Modifier and TypeClassDescriptionclass
AS/400 implementation of the subscription driver. -
Uses of I_CmsSubscriptionDriver in org.opencms.db.db2
Modifier and TypeClassDescriptionclass
DB2 implementation of the subscription driver. -
Uses of I_CmsSubscriptionDriver in org.opencms.db.generic
Modifier and TypeClassDescriptionclass
Generic implementation of the user tracking and subscription driver interface. -
Uses of I_CmsSubscriptionDriver in org.opencms.db.hsqldb
Modifier and TypeClassDescriptionclass
HSQLDB implementation of the subscription driver. -
Uses of I_CmsSubscriptionDriver in org.opencms.db.mssql
Modifier and TypeClassDescriptionclass
MSSQL implementation of the subscription driver. -
Uses of I_CmsSubscriptionDriver in org.opencms.db.mysql
Modifier and TypeClassDescriptionclass
MySQL implementation of the subscription driver. -
Uses of I_CmsSubscriptionDriver in org.opencms.db.oracle
Modifier and TypeClassDescriptionclass
Oracle implementation of the subscription driver. -
Uses of I_CmsSubscriptionDriver in org.opencms.db.postgresql
Modifier and TypeClassDescriptionclass
PostgreSQL implementation of the subscription driver.