Class AbstractUpdate
java.lang.Object
org.eclipse.rdf4j.query.impl.AbstractOperation
org.eclipse.rdf4j.query.impl.AbstractUpdate
- Direct Known Subclasses:
AbstractHTTPUpdate, AbstractParserUpdate, AbstractParserUpdate
Abstract super class of all update types.
-
Field Summary
Fields inherited from class AbstractOperation
bindings, dataset, includeInferred -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractOperation
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTimeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Operation
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
-
Constructor Details
-
AbstractUpdate
protected AbstractUpdate()Creates a new query object.
-