public class SPARQLUpdate extends AbstractHTTPUpdate
SPARQLRepository
baseURI, queryLanguage, queryString
bindings, dataset, includeInferred
Constructor and Description |
---|
SPARQLUpdate(HTTPClient httpClient,
String baseURI,
String queryString) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute this update on the repository.
|
String |
getQueryString() |
getBaseURI, getBindingsArray, getHttpClient, getQueryLanguage, toString
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred
public SPARQLUpdate(HTTPClient httpClient, String baseURI, String queryString)
client
- url
- base
- operation
- public void execute() throws UpdateExecutionException
Update
UpdateExecutionException
- if the update could not be successfully completed.public String getQueryString()
getQueryString
in class AbstractHTTPUpdate
Copyright © 2001-2016 Aduna. All Rights Reserved.