Uses of Class
org.opencms.db.generic.CmsVfsDriver
Packages that use CmsVfsDriver
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 CmsVfsDriver in org.opencms.db.as400
Subclasses of CmsVfsDriver in org.opencms.db.as400Modifier and TypeClassDescriptionclass
AS400 implementation of the VFS driver methods. -
Uses of CmsVfsDriver in org.opencms.db.db2
Subclasses of CmsVfsDriver in org.opencms.db.db2Modifier and TypeClassDescriptionclass
DB2 implementation of the VFS driver methods. -
Uses of CmsVfsDriver in org.opencms.db.hsqldb
Subclasses of CmsVfsDriver in org.opencms.db.hsqldbModifier and TypeClassDescriptionclass
HSQLDB implementation of the VFS driver methods. -
Uses of CmsVfsDriver in org.opencms.db.mssql
Subclasses of CmsVfsDriver in org.opencms.db.mssqlModifier and TypeClassDescriptionclass
MS SQL implementation of the VFS driver methods. -
Uses of CmsVfsDriver in org.opencms.db.mysql
Subclasses of CmsVfsDriver in org.opencms.db.mysqlModifier and TypeClassDescriptionclass
MySQL implementation of the VFS driver methods. -
Uses of CmsVfsDriver in org.opencms.db.oracle
Subclasses of CmsVfsDriver in org.opencms.db.oracleModifier and TypeClassDescriptionclass
Oracle implementation of the VFS driver methods. -
Uses of CmsVfsDriver in org.opencms.db.postgresql
Subclasses of CmsVfsDriver in org.opencms.db.postgresqlModifier and TypeClassDescriptionclass
PostgreSql implementation of the VFS driver methods.