| Package | Description |
|---|---|
| org.apache.jackrabbit.core.data.db |
| Modifier and Type | Class and Description |
|---|---|
class |
DerbyDataStore
The Derby data store closes the database when the data store is closed
(embedded databases only).
|
| Modifier and Type | Field and Description |
|---|---|
protected DbDataStore |
DbDataRecord.store |
protected DbDataStore |
DbInputStream.store |
| Constructor and Description |
|---|
DbDataRecord(DbDataStore store,
DataIdentifier identifier,
long length,
long lastModified)
Creates a data record based on the given identifier and length.
|
DbInputStream(DbDataStore store,
DataIdentifier identifier)
Create a database input stream for the given identifier.
|
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.