java.lang.Object
org.apache.jena.sparql.engine.http.HttpParams
Constants related to SPARQL over HTTP
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Parameter for a URI identifying the default graph (or one of the graphs) for SPARQL queriesstatic final String
Parameter for a URI identifying the named graph (or one of the graphs) for SPARQL queriesstatic final String
Parameter for the SPARQL query stringstatic final String
Parameter for query language URIstatic final String
static final String
Parameter for the SPARQL update stringstatic final String
Parameter for a URI identifying the default graph (or one of the graphs) for SPARQL updatesstatic final String
Parameter for a URI identifying the named graph (or one of the graphs) for SPARQL updates -
Constructor Summary
-
Method Summary
-
Field Details
-
pQuery
Parameter for the SPARQL query string- See Also:
-
pUpdate
Parameter for the SPARQL update string- See Also:
-
pDefaultGraph
Parameter for a URI identifying the default graph (or one of the graphs) for SPARQL queries- See Also:
-
pNamedGraph
Parameter for a URI identifying the named graph (or one of the graphs) for SPARQL queries- See Also:
-
pUsingGraph
Parameter for a URI identifying the default graph (or one of the graphs) for SPARQL updates- See Also:
-
pUsingNamedGraph
Parameter for a URI identifying the named graph (or one of the graphs) for SPARQL updates- See Also:
-
pStylesheet
- See Also:
-
pQueryLang
Parameter for query language URI- See Also:
-
-
Constructor Details
-
HttpParams
public HttpParams()
-