public class LinkedDataSailConnection
extends org.openrdf.sail.helpers.NotifyingSailConnectionBase
| Modifier and Type | Method and Description |
|---|---|
void |
addConnectionListener(org.openrdf.sail.SailConnectionListener listener) |
protected void |
addStatementInternal(org.openrdf.model.Resource subj,
org.openrdf.model.IRI pred,
org.openrdf.model.Value obj,
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) |
protected info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Resource,org.openrdf.sail.SailException> |
getContextIDsInternal() |
protected java.lang.String |
getNamespaceInternal(java.lang.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.IRI pred,
org.openrdf.model.Value obj,
boolean includeInferred,
org.openrdf.model.Resource... contexts) |
void |
removeConnectionListener(org.openrdf.sail.SailConnectionListener listener) |
protected void |
removeNamespaceInternal(java.lang.String prefix) |
protected void |
removeStatementsInternal(org.openrdf.model.Resource subj,
org.openrdf.model.IRI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... context) |
protected void |
rollbackInternal() |
protected void |
setNamespaceInternal(java.lang.String prefix,
java.lang.String name) |
protected long |
sizeInternal(org.openrdf.model.Resource... contexts) |
protected void |
startTransactionInternal() |
hasConnectionListeners, notifyStatementAdded, notifyStatementRemovedaddStatement, addStatement, autoStartTransaction, begin, begin, clear, clearNamespaces, close, commit, endUpdate, endUpdateInternal, evaluate, flush, getContextIDs, getExclusiveConnectionLock, getNamespace, getNamespaces, getSharedConnectionLock, getStatements, getTransactionIsolation, getTransactionLock, isActive, isActiveOperation, isOpen, iterationClosed, prepare, prepareInternal, registerIteration, removeNamespace, removeStatement, removeStatements, rollback, setNamespace, size, startUpdate, transactionActive, verifyIsActive, verifyIsOpenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddStatement, addStatement, addStatement, addStatement, begin, begin, clear, clearNamespaces, close, commit, endUpdate, evaluate, flush, getContextIDs, getNamespace, getNamespaces, getStatements, getStatements, hasStatement, isActive, isOpen, prepare, removeNamespace, removeStatement, removeStatement, removeStatements, removeStatements, rollback, setNamespace, size, startUpdatepublic void addConnectionListener(org.openrdf.sail.SailConnectionListener listener)
addConnectionListener in interface org.openrdf.sail.NotifyingSailConnectionaddConnectionListener in class org.openrdf.sail.helpers.NotifyingSailConnectionBaseprotected void addStatementInternal(org.openrdf.model.Resource subj,
org.openrdf.model.IRI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... contexts)
throws org.openrdf.sail.SailException
addStatementInternal in class org.openrdf.sail.helpers.AbstractSailConnectionorg.openrdf.sail.SailExceptionprotected void clearInternal(org.openrdf.model.Resource... contexts)
throws org.openrdf.sail.SailException
clearInternal in class org.openrdf.sail.helpers.AbstractSailConnectionorg.openrdf.sail.SailExceptionprotected void clearNamespacesInternal()
throws org.openrdf.sail.SailException
clearNamespacesInternal in class org.openrdf.sail.helpers.AbstractSailConnectionorg.openrdf.sail.SailExceptionprotected void closeInternal()
throws org.openrdf.sail.SailException
closeInternal in class org.openrdf.sail.helpers.AbstractSailConnectionorg.openrdf.sail.SailExceptionprotected void commitInternal()
throws org.openrdf.sail.SailException
commitInternal in class org.openrdf.sail.helpers.AbstractSailConnectionorg.openrdf.sail.SailExceptionprotected 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.AbstractSailConnectionorg.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.AbstractSailConnectionorg.openrdf.sail.SailExceptionprotected java.lang.String getNamespaceInternal(java.lang.String prefix)
throws org.openrdf.sail.SailException
getNamespaceInternal in class org.openrdf.sail.helpers.AbstractSailConnectionorg.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.AbstractSailConnectionorg.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.IRI 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.AbstractSailConnectionorg.openrdf.sail.SailExceptionpublic void removeConnectionListener(org.openrdf.sail.SailConnectionListener listener)
removeConnectionListener in interface org.openrdf.sail.NotifyingSailConnectionremoveConnectionListener in class org.openrdf.sail.helpers.NotifyingSailConnectionBaseprotected void removeNamespaceInternal(java.lang.String prefix)
throws org.openrdf.sail.SailException
removeNamespaceInternal in class org.openrdf.sail.helpers.AbstractSailConnectionorg.openrdf.sail.SailExceptionprotected void removeStatementsInternal(org.openrdf.model.Resource subj,
org.openrdf.model.IRI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... context)
throws org.openrdf.sail.SailException
removeStatementsInternal in class org.openrdf.sail.helpers.AbstractSailConnectionorg.openrdf.sail.SailExceptionprotected void rollbackInternal()
throws org.openrdf.sail.SailException
rollbackInternal in class org.openrdf.sail.helpers.AbstractSailConnectionorg.openrdf.sail.SailExceptionprotected void setNamespaceInternal(java.lang.String prefix,
java.lang.String name)
throws org.openrdf.sail.SailException
setNamespaceInternal in class org.openrdf.sail.helpers.AbstractSailConnectionorg.openrdf.sail.SailExceptionprotected long sizeInternal(org.openrdf.model.Resource... contexts)
throws org.openrdf.sail.SailException
sizeInternal in class org.openrdf.sail.helpers.AbstractSailConnectionorg.openrdf.sail.SailExceptionprotected void startTransactionInternal()
throws org.openrdf.sail.SailException
startTransactionInternal in class org.openrdf.sail.helpers.AbstractSailConnectionorg.openrdf.sail.SailExceptionCopyright © 2007-2016. All Rights Reserved.