Class SPARQLUpdate
- 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.sparql.query.SPARQLUpdate
-
- All Implemented Interfaces:
org.eclipse.rdf4j.query.Operation,org.eclipse.rdf4j.query.Update
public class SPARQLUpdate extends AbstractHTTPUpdate
Update operation of theSPARQLRepository- Author:
- Jeen Broekstra, Andreas Schwarte
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
baseURI, queryLanguage, queryString
-
Fields inherited from class org.eclipse.rdf4j.query.impl.AbstractOperation
bindings, dataset, includeInferred
-
-
Constructor Summary
Constructors Constructor Description SPARQLUpdate(SPARQLProtocolSession httpClient, String baseURI, String queryString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()StringgetQueryString()-
Methods inherited from class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
getBaseURI, getBindingsArray, getHttpClient, getQueryLanguage, toString
-
Methods inherited from class org.eclipse.rdf4j.query.impl.AbstractOperation
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
-
-
-
-
Constructor Detail
-
SPARQLUpdate
public SPARQLUpdate(SPARQLProtocolSession httpClient, String baseURI, String queryString)
-
-
Method Detail
-
execute
public void execute() throws org.eclipse.rdf4j.query.UpdateExecutionException- Throws:
org.eclipse.rdf4j.query.UpdateExecutionException
-
getQueryString
public String getQueryString()
- Overrides:
getQueryStringin classAbstractHTTPUpdate
-
-