Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql
Class DatabaseSQLServer

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.DatabaseHelper
      extended by org.nuxeo.ecm.core.storage.sql.DatabaseSQLServer

public class DatabaseSQLServer
extends DatabaseHelper

Author:
Florent Guillaume

Field Summary
static DatabaseHelper INSTANCE
           
 
Fields inherited from class org.nuxeo.ecm.core.storage.sql.DatabaseHelper
DATABASE, DATABASE_PROPERTY, DB_CLASS_NAME_BASE, DB_DEFAULT, DB_PROPERTY, DRIVER_PROPERTY, PASSWORD_PROPERTY, PORT_PROPERTY, REPOSITORY_PROPERTY, SERVER_PROPERTY, URL_PROPERTY, USER_PROPERTY
 
Constructor Summary
DatabaseSQLServer()
           
 
Method Summary
 String getDeploymentContrib()
           
 RepositoryDescriptor getRepositoryDescriptor()
           
 void setUp()
           
 void sleepForFulltext()
          For databases that do asynchronous fulltext indexing, sleep a bit.
 boolean supportsClustering()
          For databases that don't support clustering.
 boolean supportsMultipleFulltextIndexes()
           
 
Methods inherited from class org.nuxeo.ecm.core.storage.sql.DatabaseHelper
doOnAllTables, getPooledDeploymentContrib, getRecursiveRemovalDepthLimit, hasSubSecondResolution, maybeSleepToNextSecond, setDatabaseForTests, setDatabaseName, setProperty, setRepositoryName, tearDown
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static DatabaseHelper INSTANCE
Constructor Detail

DatabaseSQLServer

public DatabaseSQLServer()
Method Detail

setUp

public void setUp()
           throws Exception
Specified by:
setUp in class DatabaseHelper
Throws:
Exception

getDeploymentContrib

public String getDeploymentContrib()
Specified by:
getDeploymentContrib in class DatabaseHelper

getRepositoryDescriptor

public RepositoryDescriptor getRepositoryDescriptor()
Specified by:
getRepositoryDescriptor in class DatabaseHelper

sleepForFulltext

public void sleepForFulltext()
Description copied from class: DatabaseHelper
For databases that do asynchronous fulltext indexing, sleep a bit.

Overrides:
sleepForFulltext in class DatabaseHelper

supportsMultipleFulltextIndexes

public boolean supportsMultipleFulltextIndexes()
Overrides:
supportsMultipleFulltextIndexes in class DatabaseHelper

supportsClustering

public boolean supportsClustering()
Description copied from class: DatabaseHelper
For databases that don't support clustering.

Overrides:
supportsClustering in class DatabaseHelper

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.