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 |
DbInputStream.store |
protected DbDataStore |
DbDataRecord.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–2024 The Apache Software Foundation. All rights reserved.