Package org.nuxeo.ecm.core.storage.sql
Class DatabaseOracle
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.sql.DatabaseHelper
-
- org.nuxeo.ecm.core.storage.sql.DatabaseOracle
-
public class DatabaseOracle extends DatabaseHelper
- Author:
- Florent Guillaume
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.storage.sql.DatabaseHelper
DATABASE, DATABASE_PROPERTY, databaseName, DB_CLASS_NAME_BASE, DB_DEFAULT, DB_PROPERTY, DEF_ID_TYPE, DEFAULT_DATABASE_NAME, defaultBinaryManager, DRIVER_PROPERTY, ID_TYPE_PROPERTY, owner, PASSWORD_PROPERTY, PORT_PROPERTY, SERVER_PROPERTY, URL_PROPERTY, USER_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description DatabaseOracle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddropSequences(Connection connection)StringgetDeploymentContrib()RepositoryDescriptorgetRepositoryDescriptor()voidsetUp()booleansupportsClustering()For databases that don't support clustering.booleansupportsSequenceId()Whether this database supports "sequence" as an id type.booleansupportsSoftDelete()-
Methods inherited from class org.nuxeo.ecm.core.storage.sql.DatabaseHelper
doOnAllTables, executeSql, getConnection, getRecursiveRemovalDepthLimit, setBinaryManager, setDatabaseForTests, setDatabaseName, setOwner, setProperty, setSystemProperty, sleepForFulltext, supportsArrayColumns, supportsFulltextSearch, supportsMultipleFulltextIndexes, supportsXA, tearDown
-
-
-
-
Method Detail
-
setUp
public void setUp() throws SQLException- Overrides:
setUpin classDatabaseHelper- Throws:
SQLException
-
dropSequences
public void dropSequences(Connection connection) throws SQLException
- Throws:
SQLException
-
getDeploymentContrib
public String getDeploymentContrib()
- Specified by:
getDeploymentContribin classDatabaseHelper
-
getRepositoryDescriptor
public RepositoryDescriptor getRepositoryDescriptor()
- Specified by:
getRepositoryDescriptorin classDatabaseHelper
-
supportsClustering
public boolean supportsClustering()
Description copied from class:DatabaseHelperFor databases that don't support clustering.- Overrides:
supportsClusteringin classDatabaseHelper
-
supportsSoftDelete
public boolean supportsSoftDelete()
- Overrides:
supportsSoftDeletein classDatabaseHelper
-
supportsSequenceId
public boolean supportsSequenceId()
Description copied from class:DatabaseHelperWhether this database supports "sequence" as an id type.- Overrides:
supportsSequenceIdin classDatabaseHelper
-
-