public class NativeStoreConnection extends SailSourceConnection
| Modifier and Type | Field and Description |
|---|---|
protected NativeStore |
nativeStore |
connectionLock, updateLock| Modifier | Constructor and Description |
|---|---|
protected |
NativeStoreConnection(NativeStore sail) |
addStatement, clearNamespacesInternal, closeInternal, endUpdateInternal, evaluateInternal, explain, flushUpdates, getContextIDsInternal, getEvaluationStrategy, getFederatedServiceResolver, getNamespaceInternal, getNamespacesInternal, getStatementsInternal, 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, pendingAdds, pendingRemovals, 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, pendingRemovals, prepare, prepareQuery, removeNamespace, removeStatement, removeStatements, removeStatements, rollback, setNamespace, setTransactionSettings, sizeprotected final NativeStore nativeStore
protected NativeStoreConnection(NativeStore sail) throws IOException
IOExceptionprotected void startTransactionInternal()
throws SailException
startTransactionInternal in class SailSourceConnectionSailExceptionprotected void commitInternal()
throws SailException
commitInternal in class SailSourceConnectionSailExceptionprotected void rollbackInternal()
throws SailException
rollbackInternal in class SailSourceConnectionSailExceptionprotected 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 SailException
addStatementInternal in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnectionSailExceptionpublic 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 SailException
addInferredStatement in interface InferencerConnectionaddInferredStatement in class SailSourceConnectionSailExceptionprotected 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 SailException
removeStatementsInternal in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnectionSailExceptionpublic 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 SailException
removeInferredStatement in interface InferencerConnectionremoveInferredStatement in class SailSourceConnectionSailExceptionprotected void clearInternal(org.eclipse.rdf4j.model.Resource... contexts) throws SailException
clearInternal in class SailSourceConnectionSailExceptionpublic void clearInferred(org.eclipse.rdf4j.model.Resource... contexts) throws SailException
clearInferred in interface InferencerConnectionclearInferred in class SailSourceConnectionSailExceptionCopyright © 2015-2021 Eclipse Foundation. All Rights Reserved.