public class SPARQLUpdate extends AbstractHTTPUpdate
SPARQLRepositorybaseURI, queryLanguage, queryStringbindings, 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, toStringclearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTimepublic SPARQLUpdate(SPARQLProtocolSession httpClient, String baseURI, String queryString)
public void execute()
             throws UpdateExecutionException
UpdateUpdateExecutionException - if the update could not be successfully completed.public String getQueryString()
getQueryString in class AbstractHTTPUpdateCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.