Uses of Class
org.opencms.db.CmsSqlManager
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.
Provides the main OpenCms "operating system".
-
Uses of CmsSqlManager in org.opencms.db
Modifier and TypeMethodDescriptionCmsDriverManager.getSqlManager()
Returns an instance of the common sql manager.CmsSecurityManager.getSqlManager()
Returns an instance of the common sql manager.I_CmsHistoryDriver.getSqlManager()
Returns the SqlManager of this driver.I_CmsProjectDriver.getSqlManager()
Returns the SqlManager of this driver.I_CmsSubscriptionDriver.getSqlManager()
Returns the SQL manager of this driver, if possible.I_CmsUserDriver.getSqlManager()
Returns the SqlManager of this driver.I_CmsVfsDriver.getSqlManager()
Returns the SqlManager of this driver.I_CmsHistoryDriver.initSqlManager
(String classname) Initializes the SQL manager for this driver.I_CmsProjectDriver.initSqlManager
(String classname) Initializes the SQL manager for this driver.I_CmsSubscriptionDriver.initSqlManager
(String classname) Initializes the SQL manager for this driver.I_CmsUserDriver.initSqlManager
(String classname) Initializes the SQL manager for this driver.I_CmsVfsDriver.initSqlManager
(String classname) Initializes the SQL manager for this driver.Modifier and TypeMethodDescriptionvoid
I_CmsHistoryDriver.setSqlManager
(CmsSqlManager sqlManager) Sets the SQL manager for this driver if possible.void
I_CmsProjectDriver.setSqlManager
(CmsSqlManager sqlManager) Sets the SQL manager for this driver if possible.void
I_CmsUserDriver.setSqlManager
(CmsSqlManager sqlManager) Sets the SQL manager for this driver if possible.void
I_CmsVfsDriver.setSqlManager
(CmsSqlManager sqlManager) Sets the SQL manager for this driver if possible. -
Uses of CmsSqlManager in org.opencms.db.as400
-
Uses of CmsSqlManager in org.opencms.db.db2
-
Uses of CmsSqlManager in org.opencms.db.generic
Modifier and TypeClassDescriptionclass
Generic (ANSI-SQL) implementation of the SQL manager.Modifier and TypeMethodDescriptionvoid
CmsHistoryDriver.setSqlManager
(CmsSqlManager sqlManager) void
CmsProjectDriver.setSqlManager
(CmsSqlManager manager) void
CmsUserDriver.setSqlManager
(CmsSqlManager sqlManager) void
CmsVfsDriver.setSqlManager
(CmsSqlManager sqlManager) -
Uses of CmsSqlManager in org.opencms.db.hsqldb
-
Uses of CmsSqlManager in org.opencms.db.mssql
-
Uses of CmsSqlManager in org.opencms.db.mysql
-
Uses of CmsSqlManager in org.opencms.db.oracle
-
Uses of CmsSqlManager in org.opencms.db.postgresql
Modifier and TypeClassDescriptionclass
PostgreSql implementation of the SQL manager. -
Uses of CmsSqlManager in org.opencms.main
Modifier and TypeMethodDescriptionstatic CmsSqlManager
OpenCms.getSqlManager()
Returns an instance of the common sql manager.protected CmsSqlManager
OpenCmsCore.getSqlManager()
Returns an instance of the common sql manager.