Uses of Class
org.apache.jena.sparql.exec.http.UpdateExecutionHTTPBuilder
-
Packages that use UpdateExecutionHTTPBuilder Package Description org.apache.jena.sparql.exec.http org.apache.jena.update -
-
Uses of UpdateExecutionHTTPBuilder in org.apache.jena.sparql.exec.http
Methods in org.apache.jena.sparql.exec.http that return UpdateExecutionHTTPBuilder Modifier and Type Method Description static UpdateExecutionHTTPBuilder
UpdateExecutionHTTP. create()
static UpdateExecutionHTTPBuilder
UpdateExecutionHTTPBuilder. create()
static UpdateExecutionHTTPBuilder
UpdateExecutionHTTP. service(java.lang.String endpointURL)
UpdateExecutionHTTPBuilder
UpdateExecutionHTTPBuilder. substitution(java.lang.String varName, RDFNode value)
UpdateExecutionHTTPBuilder
UpdateExecutionHTTPBuilder. substitution(QuerySolution querySolution)
-
Uses of UpdateExecutionHTTPBuilder in org.apache.jena.update
Methods in org.apache.jena.update that return UpdateExecutionHTTPBuilder Modifier and Type Method Description static UpdateExecutionHTTPBuilder
UpdateExecution. service(java.lang.String serviceURL)
-