public class HTTPUpdate extends AbstractHTTPUpdate
UnauthorizedException
Modifier and Type | Field and Description |
---|---|
protected org.openrdf.repository.http.HTTPRepositoryConnection |
httpCon |
baseURI, queryLanguage, queryString
bindings, dataset, includeInferred
Constructor and Description |
---|
HTTPUpdate(org.openrdf.repository.http.HTTPRepositoryConnection con,
QueryLanguage ql,
String queryString,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute this update on the repository.
|
getBaseURI, getBindingsArray, getHttpClient, getQueryLanguage, getQueryString, 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 HTTPUpdate(org.openrdf.repository.http.HTTPRepositoryConnection con, QueryLanguage ql, String queryString, String baseURI)
public void execute() throws UpdateExecutionException
Update
UpdateExecutionException
- if the update could not be successfully completed.Copyright © 2001-2016 Aduna. All Rights Reserved.