Uses of Class
org.apache.jena.sparql.exec.http.UpdateExecutionHTTPBuilder
Packages that use UpdateExecutionHTTPBuilder
-
Uses of UpdateExecutionHTTPBuilder in org.apache.jena.sparql.exec.http
Methods in org.apache.jena.sparql.exec.http that return UpdateExecutionHTTPBuilderModifier and TypeMethodDescriptionstatic UpdateExecutionHTTPBuilder
UpdateExecutionHTTP.create()
static UpdateExecutionHTTPBuilder
UpdateExecutionHTTPBuilder.create()
static UpdateExecutionHTTPBuilder
UpdateExecutionHTTPBuilder.substitution
(String varName, org.apache.jena.rdf.model.RDFNode value) UpdateExecutionHTTPBuilder.substitution
(QuerySolution querySolution) -
Uses of UpdateExecutionHTTPBuilder in org.apache.jena.update
Methods in org.apache.jena.update that return UpdateExecutionHTTPBuilderModifier and TypeMethodDescriptionstatic UpdateExecutionHTTPBuilder
Create aUpdateExecutionBuilder
for a remote service.