Package | Description |
---|---|
org.openrdf.sail.memory |
An implementation of the RDF SAIL API that uses main memory for storage.
|
org.openrdf.sail.memory.model |
Classes implementing the storage model of the MemoryStore.
|
Modifier and Type | Method and Description |
---|---|
protected <X extends Exception> |
MemoryStore.createStatementIterator(Class<X> excClass,
Resource subj,
URI pred,
Value obj,
boolean explicitOnly,
int snapshot,
ReadMode readMode,
Resource... contexts)
Creates a StatementIterator that contains the statements matching the
specified pattern of subject, predicate, object, context.
|
protected boolean |
MemoryStore.hasStatement(Resource subj,
URI pred,
Value obj,
boolean explicitOnly,
int snapshot,
ReadMode readMode,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
static ReadMode |
ReadMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadMode[] |
ReadMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MemStatementIterator(MemStatementList statementList,
MemResource subject,
MemURI predicate,
MemValue object,
boolean explicitOnly,
int snapshot,
ReadMode readMode,
MemResource... contexts)
Creates a new MemStatementIterator that will iterate over the statements
contained in the supplied MemStatementList searching for statements that
match the specified pattern of subject, predicate, object and context(s).
|
Copyright © 2001-2013 Aduna. All Rights Reserved.