Class AbstractHTTPUpdate
java.lang.Object
org.eclipse.rdf4j.query.impl.AbstractOperation
org.eclipse.rdf4j.query.impl.AbstractUpdate
org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
- Direct Known Subclasses:
HTTPUpdate
,SPARQLUpdate
Base class for any
Update
operation over HTTP.- Author:
- Andreas Schwarte
-
Field Summary
Modifier and TypeFieldDescriptionprotected final String
protected final QueryLanguage
protected final String
Fields inherited from class org.eclipse.rdf4j.query.impl.AbstractOperation
bindings, dataset, includeInferred
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractHTTPUpdate
(SPARQLProtocolSession httpClient, QueryLanguage queryLanguage, String queryString, String baseURI) -
Method Summary
Methods inherited from class org.eclipse.rdf4j.query.impl.AbstractOperation
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.query.Operation
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
-
Field Details
-
queryLanguage
-
queryString
-
baseURI
-
-
Constructor Details
-
AbstractHTTPUpdate
protected AbstractHTTPUpdate(SPARQLProtocolSession httpClient, QueryLanguage queryLanguage, String queryString, String baseURI)
-
-
Method Details
-
getHttpClient
- Returns:
- Returns the
SPARQLProtocolSession
to be used for all HTTP based interaction
-
getBindingsArray
-
getBaseURI
- Returns:
- Returns the baseURI.
-
getQueryLanguage
- Returns:
- Returns the queryLanguage.
-
getQueryString
- Returns:
- Returns the queryString.
-
toString
-