com.openexchange.admin.storage.sqlStorage
Class OXContextSQLStorage

java.lang.Object
  extended by com.openexchange.admin.storage.interfaces.OXContextStorageInterface
      extended by com.openexchange.admin.storage.sqlStorage.OXContextSQLStorage
Direct Known Subclasses:
OXContextMySQLStorage

public abstract class OXContextSQLStorage
extends OXContextStorageInterface

This class implements the global storage interface and creates a layer between the abstract storage definition and a storage in a SQL accessible database

Author:
d7

Constructor Summary
OXContextSQLStorage()
           
 
Method Summary
 
Methods inherited from class com.openexchange.admin.storage.interfaces.OXContextStorageInterface
change, changeStorageData, create, delete, disable, disableAll, disableAll, downgrade, enable, enableAll, enableAll, getData, getData, getInstance, listContext, listContext, moveContextFilestore, moveDatabaseContext, searchContextByDatabase, searchContextByFilestore
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OXContextSQLStorage

public OXContextSQLStorage()