| Package | Description |
|---|---|
| org.openrdf.sail.nativerdf |
Native RDF storage backend.
|
| org.openrdf.sail.nativerdf.model |
| Modifier and Type | Method and Description |
|---|---|
ValueStoreRevision |
ValueStore.getRevision() |
| Modifier and Type | Method and Description |
|---|---|
ValueStoreRevision |
NativeValue.getValueStoreRevision()
Gets the revision of the value store that created this value.
|
ValueStoreRevision |
NativeURI.getValueStoreRevision() |
ValueStoreRevision |
NativeLiteral.getValueStoreRevision() |
ValueStoreRevision |
NativeBNode.getValueStoreRevision() |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeValue.setInternalID(int id,
ValueStoreRevision revision)
Sets the ID that is used for this value in a specific revision of the
value store.
|
void |
NativeURI.setInternalID(int internalID,
ValueStoreRevision revision) |
void |
NativeLiteral.setInternalID(int internalID,
ValueStoreRevision revision) |
void |
NativeBNode.setInternalID(int internalID,
ValueStoreRevision revision) |
Copyright © 2001-2014 Aduna. All Rights Reserved.