public class NativeTripleSource extends Object implements TripleSource
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
includeInferred |
protected NativeStore |
nativeStore |
protected boolean |
readTransaction |
| Modifier | Constructor and Description |
|---|---|
protected |
NativeTripleSource(NativeStore store,
boolean includeInferred,
boolean readTransaction) |
| Modifier and Type | Method and Description |
|---|---|
CloseableIteration<? extends Statement,QueryEvaluationException> |
getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
ValueFactory |
getValueFactory() |
protected final NativeStore nativeStore
protected final boolean includeInferred
protected final boolean readTransaction
protected NativeTripleSource(NativeStore store, boolean includeInferred, boolean readTransaction)
public CloseableIteration<? extends Statement,QueryEvaluationException> getStatements(Resource subj, URI pred, Value obj, Resource... contexts) throws QueryEvaluationException
getStatements in interface TripleSourceQueryEvaluationExceptionpublic ValueFactory getValueFactory()
getValueFactory in interface TripleSourceCopyright © 2001-2014 Aduna. All Rights Reserved.