com.openexchange.admin.storage.sqlStorage
Class OXUtilSQLStorage

java.lang.Object
  extended by com.openexchange.admin.storage.interfaces.OXUtilStorageInterface
      extended by com.openexchange.admin.storage.sqlStorage.OXUtilSQLStorage
Direct Known Subclasses:
OXUtilMySQLStorage

public abstract class OXUtilSQLStorage
extends OXUtilStorageInterface

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, cutmasta

Constructor Summary
OXUtilSQLStorage()
           
 
Method Summary
 
Methods inherited from class com.openexchange.admin.storage.interfaces.OXUtilStorageInterface
changeDatabase, changeFilestore, createDatabase, createMaintenanceReason, deleteDatabase, deleteMaintenanceReason, findFilestoreForContext, getAllMaintenanceReasons, getFilestore, getInstance, getMaintenanceReasons, hasSpaceForAnotherContext, listFilestores, listMaintenanceReasons, registerDatabase, registerFilestore, registerServer, searchForDatabase, searchForServer, unregisterDatabase, unregisterFilestore, unregisterServer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OXUtilSQLStorage

public OXUtilSQLStorage()