Uses of Interface
org.eclipse.rdf4j.sail.lmdb.model.LmdbValue
-
Packages that use LmdbValue Package Description org.eclipse.rdf4j.sail.lmdb The LMDB based Store.org.eclipse.rdf4j.sail.lmdb.model 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 LmdbValue Modifier and Type Method Description boolean
ValueStoreRevision. resolveValue(long id, LmdbValue value)
-
Uses of LmdbValue in org.eclipse.rdf4j.sail.lmdb.model
Subinterfaces of LmdbValue in org.eclipse.rdf4j.sail.lmdb.model Modifier and Type Interface Description interface
LmdbResource
Classes in org.eclipse.rdf4j.sail.lmdb.model that implement LmdbValue Modifier and Type Class Description class
LmdbBNode
class
LmdbIRI
class
LmdbLiteral
-