Uses of Class
org.opencms.db.generic.CmsSubscriptionDriver
Packages that use CmsSubscriptionDriver
Package
Description
AS400 implementation of the OpenCms database connector.
DB2 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 CmsSubscriptionDriver in org.opencms.db.as400
Subclasses of CmsSubscriptionDriver in org.opencms.db.as400Modifier and TypeClassDescriptionclass
AS/400 implementation of the subscription driver. -
Uses of CmsSubscriptionDriver in org.opencms.db.db2
Subclasses of CmsSubscriptionDriver in org.opencms.db.db2Modifier and TypeClassDescriptionclass
DB2 implementation of the subscription driver. -
Uses of CmsSubscriptionDriver in org.opencms.db.hsqldb
Subclasses of CmsSubscriptionDriver in org.opencms.db.hsqldbModifier and TypeClassDescriptionclass
HSQLDB implementation of the subscription driver. -
Uses of CmsSubscriptionDriver in org.opencms.db.mssql
Subclasses of CmsSubscriptionDriver in org.opencms.db.mssqlModifier and TypeClassDescriptionclass
MSSQL implementation of the subscription driver. -
Uses of CmsSubscriptionDriver in org.opencms.db.mysql
Subclasses of CmsSubscriptionDriver in org.opencms.db.mysqlModifier and TypeClassDescriptionclass
MySQL implementation of the subscription driver. -
Uses of CmsSubscriptionDriver in org.opencms.db.oracle
Subclasses of CmsSubscriptionDriver in org.opencms.db.oracleModifier and TypeClassDescriptionclass
Oracle implementation of the subscription driver. -
Uses of CmsSubscriptionDriver in org.opencms.db.postgresql
Subclasses of CmsSubscriptionDriver in org.opencms.db.postgresqlModifier and TypeClassDescriptionclass
PostgreSQL implementation of the subscription driver.