public class SPARQLGraphQuery extends AbstractHTTPQuery implements GraphQuery
baseURI, queryLanguage, queryString
bindings, dataset, includeInferred
Constructor and Description |
---|
SPARQLGraphQuery(SPARQLProtocolSession httpClient,
String baseURI,
String queryString) |
Modifier and Type | Method and Description |
---|---|
GraphQueryResult |
evaluate() |
void |
evaluate(RDFHandler handler) |
getBindingsArray, getHttpClient, setMaxExecutionTime, toString
getMaxQueryTime, setMaxQueryTime
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMaxQueryTime, setMaxQueryTime
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
public SPARQLGraphQuery(SPARQLProtocolSession httpClient, String baseURI, String queryString)
public GraphQueryResult evaluate() throws QueryEvaluationException
evaluate
in interface GraphQuery
QueryEvaluationException
public void evaluate(RDFHandler handler) throws QueryEvaluationException, RDFHandlerException
evaluate
in interface GraphQuery
QueryEvaluationException
RDFHandlerException
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.