public class HTTPTupleQuery extends AbstractHTTPQuery implements TupleQuery
UnauthorizedException
baseURI, queryLanguage, queryString
bindings, dataset, includeInferred
Constructor and Description |
---|
HTTPTupleQuery(org.eclipse.rdf4j.repository.http.HTTPRepositoryConnection conn,
QueryLanguage ql,
String queryString,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
TupleQueryResult |
evaluate() |
void |
evaluate(TupleQueryResultHandler 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 HTTPTupleQuery(org.eclipse.rdf4j.repository.http.HTTPRepositoryConnection conn, QueryLanguage ql, String queryString, String baseURI)
public TupleQueryResult evaluate() throws QueryEvaluationException
evaluate
in interface TupleQuery
QueryEvaluationException
public void evaluate(TupleQueryResultHandler handler) throws QueryEvaluationException, TupleQueryResultHandlerException
evaluate
in interface TupleQuery
QueryEvaluationException
TupleQueryResultHandlerException
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.