org.opencms.db.maxdb
Class CmsVfsDriver

java.lang.Object
  extended byorg.opencms.db.generic.CmsVfsDriver
      extended byorg.opencms.db.maxdb.CmsVfsDriver
All Implemented Interfaces:
I_CmsDriver, I_CmsVfsDriver

public class CmsVfsDriver
extends CmsVfsDriver

MaxDB/SapDB implementation of the VFS driver methods.

Since:
6.0.0
Version:
$Revision: 1.1 $
Author:
Thomas Weckert, Clovis Wichoski, Fabiano Rech

Field Summary
 
Fields inherited from class org.opencms.db.generic.CmsVfsDriver
BEGIN_EXCLUDE_CONDITION, BEGIN_INCLUDE_CONDITION, END_CONDITION, m_driverManager, m_sqlManager
 
Fields inherited from interface org.opencms.db.I_CmsVfsDriver
DRIVER_TYPE_ID
 
Constructor Summary
CmsVfsDriver()
           
 
Method Summary
 CmsSqlManager initSqlManager(java.lang.String classname)
          Initializes the SQL manager for this driver.
 
Methods inherited from class org.opencms.db.generic.CmsVfsDriver
createContent, createFile, createFile, createFolder, createPropertyDefinition, createResource, createResource, createSibling, deletePropertyDefinition, deletePropertyObjects, destroy, escapeDbWildcard, finalize, getSqlManager, init, internalCountProperties, internalCountSiblings, internalReadParentId, internalRemoveFolder, internalValidateResourceLength, publishResource, readChildResources, readFile, readFolder, readFolder, readPropertyDefinition, readPropertyDefinitions, readPropertyObject, readPropertyObjects, readResource, readResource, readResources, readResourcesForPrincipalACE, readResourcesForPrincipalAttr, readResourcesWithProperty, readResourcesWithProperty, readResourceTree, readSiblings, removeFile, removeFolder, replaceResource, transferResource, validateResourceIdExists, validateStructureIdExists, writeContent, writeLastModifiedProjectId, writePropertyObject, writePropertyObjects, writeResource, writeResourceState
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opencms.db.I_CmsDriver
toString
 

Constructor Detail

CmsVfsDriver

public CmsVfsDriver()
Method Detail

initSqlManager

public CmsSqlManager initSqlManager(java.lang.String classname)
Description copied from interface: I_CmsVfsDriver
Initializes the SQL manager for this driver.

To obtain JDBC connections from different pools, further {online|offline|backup} pool Urls have to be specified.

Specified by:
initSqlManager in interface I_CmsVfsDriver
Overrides:
initSqlManager in class CmsVfsDriver
See Also:
I_CmsVfsDriver.initSqlManager(String)