public class NativeStoreConnection extends SailSourceConnection
| Modifier and Type | Field and Description |
|---|---|
protected NativeStore |
nativeStore |
| Modifier | Constructor and Description |
|---|---|
protected |
NativeStoreConnection(NativeStore sail) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addInferredStatement(org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj,
org.eclipse.rdf4j.model.Resource... contexts) |
protected void |
addStatementInternal(org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj,
org.eclipse.rdf4j.model.Resource... contexts) |
void |
clearInferred(org.eclipse.rdf4j.model.Resource... contexts) |
protected void |
clearInternal(org.eclipse.rdf4j.model.Resource... contexts) |
protected void |
commitInternal() |
boolean |
removeInferredStatement(org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj,
org.eclipse.rdf4j.model.Resource... contexts) |
protected void |
removeStatementsInternal(org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj,
org.eclipse.rdf4j.model.Resource... contexts) |
protected void |
rollbackInternal() |
protected void |
startTransactionInternal() |
addStatement, clearNamespacesInternal, closeInternal, endUpdateInternal, evaluateInternal, flushUpdates, getContextIDsInternal, getEvaluationStrategy, getFederatedServiceResolver, getNamespaceInternal, getNamespacesInternal, getStatementsInternal, pendingRemovals, prepareInternal, removeNamespaceInternal, removeStatement, setFederatedServiceResolver, setNamespaceInternal, sizeInternal, startUpdateaddConnectionListener, hasConnectionListeners, notifyStatementAdded, notifyStatementRemoved, removeConnectionListeneraddStatement, autoStartTransaction, begin, begin, clear, clearNamespaces, close, commit, endUpdate, evaluate, flush, getContextIDs, getExclusiveConnectionLock, getNamespace, getNamespaces, getSharedConnectionLock, getStatements, getTransactionIsolation, getTransactionLock, isActive, isActiveOperation, isOpen, iterationClosed, prepare, registerIteration, removeNamespace, removeStatements, rollback, setNamespace, size, transactionActive, verifyIsActive, verifyIsOpenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddConnectionListener, removeConnectionListeneraddStatement, addStatement, addStatement, begin, begin, clear, clearNamespaces, close, commit, endUpdate, evaluate, flush, getContextIDs, getNamespace, getNamespaces, getStatements, getStatements, hasStatement, isActive, isOpen, prepare, removeNamespace, removeStatement, removeStatements, removeStatements, rollback, setNamespace, sizeprotected final NativeStore nativeStore
protected NativeStoreConnection(NativeStore sail) throws IOException
IOExceptionprotected void startTransactionInternal()
throws org.eclipse.rdf4j.sail.SailException
startTransactionInternal in class SailSourceConnectionorg.eclipse.rdf4j.sail.SailExceptionprotected void commitInternal()
throws org.eclipse.rdf4j.sail.SailException
commitInternal in class SailSourceConnectionorg.eclipse.rdf4j.sail.SailExceptionprotected void rollbackInternal()
throws org.eclipse.rdf4j.sail.SailException
rollbackInternal in class SailSourceConnectionorg.eclipse.rdf4j.sail.SailExceptionprotected void addStatementInternal(org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj,
org.eclipse.rdf4j.model.Resource... contexts)
throws org.eclipse.rdf4j.sail.SailException
addStatementInternal in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnectionorg.eclipse.rdf4j.sail.SailExceptionpublic boolean addInferredStatement(org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj,
org.eclipse.rdf4j.model.Resource... contexts)
throws org.eclipse.rdf4j.sail.SailException
addInferredStatement in interface InferencerConnectionaddInferredStatement in class SailSourceConnectionorg.eclipse.rdf4j.sail.SailExceptionprotected void removeStatementsInternal(org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj,
org.eclipse.rdf4j.model.Resource... contexts)
throws org.eclipse.rdf4j.sail.SailException
removeStatementsInternal in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnectionorg.eclipse.rdf4j.sail.SailExceptionpublic boolean removeInferredStatement(org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj,
org.eclipse.rdf4j.model.Resource... contexts)
throws org.eclipse.rdf4j.sail.SailException
removeInferredStatement in interface InferencerConnectionremoveInferredStatement in class SailSourceConnectionorg.eclipse.rdf4j.sail.SailExceptionprotected void clearInternal(org.eclipse.rdf4j.model.Resource... contexts)
throws org.eclipse.rdf4j.sail.SailException
clearInternal in class SailSourceConnectionorg.eclipse.rdf4j.sail.SailExceptionpublic void clearInferred(org.eclipse.rdf4j.model.Resource... contexts)
throws org.eclipse.rdf4j.sail.SailException
clearInferred in interface InferencerConnectionclearInferred in class SailSourceConnectionorg.eclipse.rdf4j.sail.SailExceptionCopyright © 2015-2018 Eclipse Foundation. All Rights Reserved.