Package | Description |
---|---|
org.eclipse.rdf4j.sail.nativerdf |
The Native Store.
|
org.eclipse.rdf4j.sail.nativerdf.model |
Modifier and Type | Method and Description |
---|---|
ValueStoreRevision |
ValueStore.getRevision()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ValueStoreRevision |
NativeLiteral.getValueStoreRevision() |
ValueStoreRevision |
NativeBNode.getValueStoreRevision() |
ValueStoreRevision |
NativeIRI.getValueStoreRevision() |
ValueStoreRevision |
NativeValue.getValueStoreRevision()
Gets the revision of the value store that created this value.
|
Modifier and Type | Method and Description |
---|---|
void |
NativeLiteral.setInternalID(int internalID,
ValueStoreRevision revision) |
void |
NativeBNode.setInternalID(int internalID,
ValueStoreRevision revision) |
void |
NativeIRI.setInternalID(int internalID,
ValueStoreRevision revision) |
void |
NativeValue.setInternalID(int id,
ValueStoreRevision revision)
Sets the ID that is used for this value in a specific revision of the value store.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.