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 TypeClassDescriptionclassAS/400 implementation of the subscription driver. -
Uses of CmsSubscriptionDriver in org.opencms.db.db2
Subclasses of CmsSubscriptionDriver in org.opencms.db.db2Modifier and TypeClassDescriptionclassDB2 implementation of the subscription driver. -
Uses of CmsSubscriptionDriver in org.opencms.db.hsqldb
Subclasses of CmsSubscriptionDriver in org.opencms.db.hsqldbModifier and TypeClassDescriptionclassHSQLDB implementation of the subscription driver. -
Uses of CmsSubscriptionDriver in org.opencms.db.mssql
Subclasses of CmsSubscriptionDriver in org.opencms.db.mssqlModifier and TypeClassDescriptionclassMSSQL implementation of the subscription driver. -
Uses of CmsSubscriptionDriver in org.opencms.db.mysql
Subclasses of CmsSubscriptionDriver in org.opencms.db.mysqlModifier and TypeClassDescriptionclassMySQL implementation of the subscription driver. -
Uses of CmsSubscriptionDriver in org.opencms.db.oracle
Subclasses of CmsSubscriptionDriver in org.opencms.db.oracleModifier and TypeClassDescriptionclassOracle implementation of the subscription driver. -
Uses of CmsSubscriptionDriver in org.opencms.db.postgresql
Subclasses of CmsSubscriptionDriver in org.opencms.db.postgresqlModifier and TypeClassDescriptionclassPostgreSQL implementation of the subscription driver.