|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.data.db.DbDataStore
org.apache.jackrabbit.core.data.db.DerbyDataStore
public class DerbyDataStore
The Derby data store closes the database when the data store is closed (embedded databases only).
| Field Summary |
|---|
| Fields inherited from class org.apache.jackrabbit.core.data.db.DbDataStore |
|---|
connectionPool, copyWhenReading, createTableSQL, databaseType, DEFAULT_MAX_CONNECTIONS, DEFAULT_MIN_RECORD_LENGTH, deleteOlderSQL, deleteSQL, DIGEST, driver, insertTempSQL, inUse, maxConnections, minModifiedDate, minRecordLength, password, schemaObjectPrefix, selectAllSQL, selectDataSQL, selectMetaSQL, STORE_SIZE_MAX, STORE_SIZE_MINUS_ONE, STORE_TEMP_FILE, storeStream, tablePrefix, tableSQL, TEMP_PREFIX, temporaryInUse, updateDataSQL, updateLastModifiedSQL, updateSQL, url, user |
| Constructor Summary | |
|---|---|
DerbyDataStore()
|
|
| Method Summary | |
|---|---|
void |
close()
Close the data store |
| Methods inherited from class org.apache.jackrabbit.core.data.db.DbDataStore |
|---|
addRecord, clearInUse, convert, createNewConnection, deleteAllOlderThan, getAllIdentifiers, getConnection, getCopyWhenReading, getDatabaseType, getDigest, getDriver, getMaxConnections, getMinRecordLength, getPassword, getProperty, getRecord, getRecordIfStored, getSchemaObjectPrefix, getTablePrefix, getUrl, getUser, init, initDatabaseType, isSchemaCheckEnabled, putBack, setCopyWhenReading, setDatabaseType, setDriver, setMaxConnections, setMinRecordLength, setPassword, setSchemaCheckEnabled, setSchemaObjectPrefix, setTablePrefix, setUrl, setUser, updateModifiedDateOnAccess, usesIdentifier |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DerbyDataStore()
| Method Detail |
|---|
public void close()
throws DataStoreException
DbDataStore
close in interface DataStoreclose in class DbDataStoreDataStoreException - if a problem occured
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||