Class HTTPUpdate
java.lang.Object
org.eclipse.rdf4j.query.impl.AbstractOperation
org.eclipse.rdf4j.query.impl.AbstractUpdate
org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
org.eclipse.rdf4j.repository.http.HTTPUpdate
Update specific to the HTTP protocol. Methods in this class may throw the specific RepositoryException subclass
UnautorizedException, the semantics of which is defined by the HTTP protocol.
- Author:
- Jeen Broekstra
- See Also:
-
Field Summary
Fields inherited from class AbstractHTTPUpdate
baseURI, queryLanguage, queryStringFields inherited from class AbstractOperation
bindings, dataset, includeInferred -
Constructor Summary
ConstructorsConstructorDescriptionHTTPUpdate(org.eclipse.rdf4j.repository.http.HTTPRepositoryConnection con, QueryLanguage ql, String queryString, String baseURI) -
Method Summary
Methods inherited from class AbstractHTTPUpdate
getBaseURI, getBindingsArray, getHttpClient, getQueryLanguage, getQueryString, toStringMethods 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, wait, wait, waitMethods inherited from interface Operation
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
-
Constructor Details
-
HTTPUpdate
public HTTPUpdate(org.eclipse.rdf4j.repository.http.HTTPRepositoryConnection con, QueryLanguage ql, String queryString, String baseURI)
-
-
Method Details
-
execute
Description copied from interface:UpdateExecute this update on the repository.- Throws:
UpdateExecutionException- if the update could not be successfully completed.
-