public class ShaclSailConnection extends org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionWrapper implements SailConnectionListener
| Modifier and Type | Class and Description |
|---|---|
class |
ShaclSailConnection.Stats |
| Modifier and Type | Field and Description |
|---|---|
ShaclSail |
sail |
ShaclSailConnection.Stats |
stats |
addConnectionListener, getWrappedConnection, removeConnectionListenerclear, clearNamespaces, endUpdate, evaluate, flush, getContextIDs, getNamespace, getNamespaces, isActive, isOpen, pendingRemovals, removeNamespace, setFederatedServiceResolver, setNamespace, size, size, startUpdateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddStatement, addStatement, clear, clearNamespaces, endUpdate, evaluate, flush, getContextIDs, getNamespace, getNamespaces, getStatements, isActive, isOpen, pendingRemovals, removeNamespace, removeStatement, removeStatements, setNamespace, size, startUpdatepublic final ShaclSail sail
public ShaclSailConnection.Stats stats
public NotifyingSailConnection getPreviousStateConnection()
public SailConnection getAddedStatements()
public SailConnection getRemovedStatements()
public void begin()
throws SailException
begin in interface SailConnectionbegin in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void begin(IsolationLevel level) throws SailException
begin in interface SailConnectionbegin in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void commit()
throws SailException
commit in interface SailConnectioncommit in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) throws SailException
addStatement in interface SailConnectionaddStatement in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void removeStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) throws SailException
removeStatement in interface SailConnectionremoveStatement in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void addStatement(Resource subj, IRI pred, Value obj, Resource... contexts) throws SailException
addStatement in interface SailConnectionaddStatement in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts) throws SailException
removeStatements in interface SailConnectionremoveStatements in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void rollback()
throws SailException
rollback in interface SailConnectionrollback in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void close()
throws SailException
close in interface AutoCloseableclose in interface SailConnectionclose in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void prepare()
throws SailException
prepare in interface SailConnectionprepare in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void statementAdded(Statement statement)
statementAdded in interface SailConnectionListenerpublic void statementRemoved(Statement statement)
statementRemoved in interface SailConnectionListenerpublic RdfsSubClassOfReasoner getRdfsSubClassOfReasoner()
public CloseableIteration<? extends Statement,SailException> getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) throws SailException
getStatements in interface SailConnectiongetStatements in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic boolean hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) throws SailException
hasStatement in interface SailConnectionSailExceptionCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.