public class MSSqlDatabaseJournal extends DatabaseJournal
tableSpace
: the MS SQL tablespace to useDatabaseJournal.DatabaseRevision, DatabaseJournal.RevisionTableJanitor
Modifier and Type | Field and Description |
---|---|
protected String |
tableSpace
the MS SQL table space to use
|
cleanRevisionStmtSQL, getLocalRevisionStmtSQL, insertLocalRevisionStmtSQL, insertRevisionStmtSQL, schemaObjectPrefix, selectGlobalStmtSQL, selectMinLocalRevisionStmtSQL, selectRevisionsStmtSQL, updateGlobalStmtSQL, updateLocalRevisionStmtSQL
Constructor and Description |
---|
MSSqlDatabaseJournal()
Initialize this instance with the default schema and
driver values.
|
Modifier and Type | Method and Description |
---|---|
protected CheckSchemaOperation |
createCheckSchemaOperation()
This method is called from
DatabaseJournal.init(String, NamespaceResolver) after the
DatabaseJournal.createConnectionHelper(DataSource) method, and returns a default CheckSchemaOperation . |
String |
getTableSpace()
Returns the configured MS SQL table space.
|
void |
setTableSpace(String tableSpace)
Sets the MS SQL table space.
|
append, appending, buildSQLStatements, close, createConnectionHelper, doLock, doSync, doUnlock, getDatabaseType, getDataSourceName, getDriver, getInstanceRevision, getJanitorEnabled, getJanitorFirstRunHourOfDay, getJanitorSleep, getPassword, getRecords, getRecords, getSchema, getSchemaObjectPrefix, getUrl, getUser, init, init, initInstanceRevisionAndJanitor, isSchemaCheckEnabled, setConnectionFactory, setDatabaseType, setDataSourceName, setDriver, setJanitorEnabled, setJanitorFirstRunHourOfDay, setJanitorSleep, setPassword, setSchema, setSchemaCheckEnabled, setSchemaObjectPrefix, setUrl, setUser
createProducer, doSync, getConsumer, getId, getNamePathResolver, getProducer, getRepositoryHome, getResolver, getRevision, lockAndSync, register, setInternalVersionManager, setRepositoryHome, setRevision, sync, syncAgainOnNewRecords, unlock, unregister
protected String tableSpace
public MSSqlDatabaseJournal()
protected CheckSchemaOperation createCheckSchemaOperation()
DatabaseJournal.init(String, NamespaceResolver)
after the
DatabaseJournal.createConnectionHelper(DataSource)
method, and returns a default CheckSchemaOperation
.
Subclasses can override this implementation to get a customized implementation.createCheckSchemaOperation
in class DatabaseJournal
CheckSchemaOperation
instancepublic String getTableSpace()
public void setTableSpace(String tableSpace)
tableSpace
- the MS SQL table space.Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.