|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.db.generic.CmsVfsDriver
org.opencms.db.mysql.CmsVfsDriver
public class CmsVfsDriver
MySQL implementation of the VFS driver methods.
Field Summary |
---|
Fields inherited from class org.opencms.db.generic.CmsVfsDriver |
---|
m_driverManager, m_resOp, m_sqlManager |
Fields inherited from interface org.opencms.db.I_CmsDriver |
---|
AND_CONDITION, BEGIN_CONDITION, BEGIN_EXCLUDE_CONDITION, BEGIN_INCLUDE_CONDITION, END_CONDITION, OR_CONDITION |
Fields inherited from interface org.opencms.db.I_CmsVfsDriver |
---|
DRIVER_TYPE_ID, REQ_ATTR_CHECK_PERMISSIONS, REQ_ATTR_RESOURCE_OUS, todo |
Constructor Summary | |
---|---|
CmsVfsDriver()
|
Method Summary | |
---|---|
CmsSqlManager |
initSqlManager(java.lang.String classname)
Initializes the SQL manager for this driver. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opencms.db.I_CmsDriver |
---|
toString |
Constructor Detail |
---|
public CmsVfsDriver()
Method Detail |
---|
public CmsSqlManager initSqlManager(java.lang.String classname)
I_CmsVfsDriver
To obtain JDBC connections from different pools, further {online|offline|history} pool Urls have to be specified.
initSqlManager
in interface I_CmsVfsDriver
initSqlManager
in class CmsVfsDriver
classname
- the class name of the SQL manager
I_CmsVfsDriver.initSqlManager(String)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |