public class SPARQLUpdate extends AbstractHTTPUpdate
SPARQLRepository
baseURI, queryLanguage, queryString
bindings, dataset, includeInferred
Constructor and Description |
---|
SPARQLUpdate(SPARQLProtocolSession 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, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
public SPARQLUpdate(SPARQLProtocolSession httpClient, String baseURI, String queryString)
public void execute() throws UpdateExecutionException
Update
UpdateExecutionException
- if the update could not be successfully completed.public String getQueryString()
getQueryString
in class AbstractHTTPUpdate
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.