
public class CardinalityNativeStoreConnection
extends org.openrdf.sail.helpers.NotifyingSailConnectionBase
implements org.openrdf.sail.inferencer.InferencerConnection
| Modifier and Type | Field and Description |
|---|---|
protected CardinalityNativeStore |
nativeStore |
protected org.openrdf.sail.helpers.DefaultSailChangedEvent |
sailChangedEvent |
| Modifier | Constructor and Description |
|---|---|
protected |
CardinalityNativeStoreConnection(CardinalityNativeStore nativeStore) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addInferredStatement(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... contexts) |
protected boolean |
addStatement(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
boolean explicit,
org.openrdf.model.Resource... contexts) |
protected void |
addStatementInternal(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... contexts) |
void |
clearInferred(org.openrdf.model.Resource... contexts) |
protected void |
clearInternal(org.openrdf.model.Resource... contexts) |
protected void |
clearNamespacesInternal() |
protected void |
closeInternal() |
protected void |
commitInternal() |
protected info.aduna.iteration.CloseableIteration<? extends org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException> |
evaluateInternal(org.openrdf.query.algebra.TupleExpr tupleExpr,
org.openrdf.query.Dataset dataset,
org.openrdf.query.BindingSet bindings,
boolean includeInferred) |
void |
flushUpdates() |
protected info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Resource,org.openrdf.sail.SailException> |
getContextIDsInternal() |
protected String |
getNamespaceInternal(String prefix) |
protected info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Namespace,org.openrdf.sail.SailException> |
getNamespacesInternal() |
protected info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Statement,org.openrdf.sail.SailException> |
getStatementsInternal(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
boolean includeInferred,
org.openrdf.model.Resource... contexts) |
protected boolean |
hasMaxCardinality1(org.openrdf.model.URI pred,
org.openrdf.model.Resource[] contexts) |
boolean |
removeInferredStatement(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... contexts) |
protected void |
removeNamespaceInternal(String prefix) |
protected int |
removeStatements(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
boolean explicit,
org.openrdf.model.Resource... contexts) |
protected void |
removeStatementsInternal(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... contexts) |
protected void |
replaceValues(org.openrdf.query.algebra.TupleExpr tupleExpr) |
protected void |
rollbackInternal() |
protected void |
setNamespaceInternal(String prefix,
String name) |
long |
size(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
boolean includeInferred,
org.openrdf.model.Resource... contexts) |
protected long |
sizeInternal(org.openrdf.model.Resource... contexts) |
protected void |
startTransactionInternal() |
addConnectionListener, hasConnectionListeners, notifyStatementAdded, notifyStatementRemoved, removeConnectionListeneraddStatement, autoStartTransaction, clear, clearNamespaces, close, commit, evaluate, executeAdd, executeClear, executeCopy, executeCreate, executeDeleteData, executeInsertData, executeInternal, executeModify, executeMove, executeUpdate, finalize, getContextIDs, getExclusiveConnectionLock, getNamespace, getNamespaces, getSharedConnectionLock, getStatements, getTransactionLock, isOpen, iterationClosed, registerIteration, removeNamespace, removeStatements, rollback, setNamespace, size, transactionActive, verifyIsOpenclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected final CardinalityNativeStore nativeStore
protected volatile org.openrdf.sail.helpers.DefaultSailChangedEvent sailChangedEvent
protected CardinalityNativeStoreConnection(CardinalityNativeStore nativeStore) throws IOException
IOExceptionprotected void closeInternal()
closeInternal in class org.openrdf.sail.helpers.SailConnectionBaseprotected info.aduna.iteration.CloseableIteration<? extends org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException> evaluateInternal(org.openrdf.query.algebra.TupleExpr tupleExpr,
org.openrdf.query.Dataset dataset,
org.openrdf.query.BindingSet bindings,
boolean includeInferred)
throws org.openrdf.sail.SailException
evaluateInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionprotected void replaceValues(org.openrdf.query.algebra.TupleExpr tupleExpr)
throws org.openrdf.sail.SailException
org.openrdf.sail.SailExceptionprotected info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Resource,org.openrdf.sail.SailException> getContextIDsInternal()
throws org.openrdf.sail.SailException
getContextIDsInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionprotected info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Statement,org.openrdf.sail.SailException> getStatementsInternal(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
boolean includeInferred,
org.openrdf.model.Resource... contexts)
throws org.openrdf.sail.SailException
getStatementsInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionprotected long sizeInternal(org.openrdf.model.Resource... contexts)
throws org.openrdf.sail.SailException
sizeInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionpublic long size(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
boolean includeInferred,
org.openrdf.model.Resource... contexts)
throws org.openrdf.sail.SailException
org.openrdf.sail.SailExceptionprotected info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Namespace,org.openrdf.sail.SailException> getNamespacesInternal()
throws org.openrdf.sail.SailException
getNamespacesInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionprotected String getNamespaceInternal(String prefix) throws org.openrdf.sail.SailException
getNamespaceInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionprotected void startTransactionInternal()
throws org.openrdf.sail.SailException
startTransactionInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionprotected void commitInternal()
throws org.openrdf.sail.SailException
commitInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionprotected void rollbackInternal()
throws org.openrdf.sail.SailException
rollbackInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionprotected void addStatementInternal(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... contexts)
throws org.openrdf.sail.SailException
addStatementInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionpublic boolean addInferredStatement(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... contexts)
throws org.openrdf.sail.SailException
addInferredStatement in interface org.openrdf.sail.inferencer.InferencerConnectionorg.openrdf.sail.SailExceptionprotected boolean addStatement(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
boolean explicit,
org.openrdf.model.Resource... contexts)
throws org.openrdf.sail.SailException
org.openrdf.sail.SailExceptionprotected boolean hasMaxCardinality1(org.openrdf.model.URI pred,
org.openrdf.model.Resource[] contexts)
throws org.openrdf.sail.SailException
org.openrdf.sail.SailExceptionprotected void removeStatementsInternal(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... contexts)
throws org.openrdf.sail.SailException
removeStatementsInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionpublic boolean removeInferredStatement(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... contexts)
throws org.openrdf.sail.SailException
removeInferredStatement in interface org.openrdf.sail.inferencer.InferencerConnectionorg.openrdf.sail.SailExceptionprotected int removeStatements(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
boolean explicit,
org.openrdf.model.Resource... contexts)
throws org.openrdf.sail.SailException
org.openrdf.sail.SailExceptionprotected void clearInternal(org.openrdf.model.Resource... contexts)
throws org.openrdf.sail.SailException
clearInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionpublic void clearInferred(org.openrdf.model.Resource... contexts)
throws org.openrdf.sail.SailException
clearInferred in interface org.openrdf.sail.inferencer.InferencerConnectionorg.openrdf.sail.SailExceptionpublic void flushUpdates()
flushUpdates in interface org.openrdf.sail.inferencer.InferencerConnectionprotected void setNamespaceInternal(String prefix, String name) throws org.openrdf.sail.SailException
setNamespaceInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionprotected void removeNamespaceInternal(String prefix) throws org.openrdf.sail.SailException
removeNamespaceInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionprotected void clearNamespacesInternal()
throws org.openrdf.sail.SailException
clearNamespacesInternal in class org.openrdf.sail.helpers.SailConnectionBaseorg.openrdf.sail.SailExceptionCopyright © 2018 universAAL Consortium. All rights reserved.