Uses of Class
org.eclipse.rdf4j.sail.UpdateContext
-
Packages that use UpdateContext Package Description org.eclipse.rdf4j.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations. -
-
Uses of UpdateContext in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail with parameters of type UpdateContext Modifier and Type Method Description voidSailConnection. addStatement(UpdateContext op, org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, org.eclipse.rdf4j.model.Value obj, org.eclipse.rdf4j.model.Resource... contexts)Adds a statement to the store.voidSailConnection. endUpdate(UpdateContext op)Indicates that the givenopwill not be used in any call again.voidSailConnection. removeStatement(UpdateContext op, org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, org.eclipse.rdf4j.model.Value obj, org.eclipse.rdf4j.model.Resource... contexts)Removes all statements matching the specified subject, predicate and object from the repository.voidSailConnection. startUpdate(UpdateContext op)Signals the start of an update operation. -
Uses of UpdateContext in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers with parameters of type UpdateContext Modifier and Type Method Description voidAbstractSailConnection. addStatement(UpdateContext op, org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, org.eclipse.rdf4j.model.Value obj, org.eclipse.rdf4j.model.Resource... contexts)The default implementation buffers added statements until the update operation is complete.voidSailConnectionWrapper. addStatement(UpdateContext modify, org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, org.eclipse.rdf4j.model.Value obj, org.eclipse.rdf4j.model.Resource... contexts)voidAbstractSailConnection. endUpdate(UpdateContext op)voidSailConnectionWrapper. endUpdate(UpdateContext modify)protected voidAbstractSailConnection. endUpdateInternal(UpdateContext op)voidAbstractSailConnection. removeStatement(UpdateContext op, org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, org.eclipse.rdf4j.model.Value obj, org.eclipse.rdf4j.model.Resource... contexts)The default implementation buffers removed statements until the update operation is complete.voidSailConnectionWrapper. removeStatement(UpdateContext modify, org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, org.eclipse.rdf4j.model.Value obj, org.eclipse.rdf4j.model.Resource... contexts)voidAbstractSailConnection. startUpdate(UpdateContext op)voidSailConnectionWrapper. startUpdate(UpdateContext modify)
-