Uses of Interface
org.eclipse.rdf4j.sail.lmdb.model.LmdbValue
Packages that use LmdbValue
Package
Description
The LMDB based Store.
Lmdb implementations of the RDF Model interfaces.
-
Uses of LmdbValue in org.eclipse.rdf4j.sail.lmdb
Methods in org.eclipse.rdf4j.sail.lmdb with parameters of type LmdbValueModifier and TypeMethodDescriptionbooleanValueStoreRevision.Default.resolveValue(long id, LmdbValue value) booleanValueStoreRevision.Lazy.resolveValue(long id, LmdbValue value) booleanValueStoreRevision.resolveValue(long id, LmdbValue value) -
Uses of LmdbValue in org.eclipse.rdf4j.sail.lmdb.model
Subinterfaces of LmdbValue in org.eclipse.rdf4j.sail.lmdb.modelClasses in org.eclipse.rdf4j.sail.lmdb.model that implement LmdbValueMethods in org.eclipse.rdf4j.sail.lmdb.model with parameters of type LmdbValueModifier and TypeMethodDescriptionvoidLmdbBNode.setFromInitializedValue(LmdbValue initializedValue) voidLmdbIRI.setFromInitializedValue(LmdbValue initializedValue) voidLmdbLiteral.setFromInitializedValue(LmdbValue initializedValue) voidLmdbValue.setFromInitializedValue(LmdbValue initializedValue) Sets this value's data from an initialized value.