public class AGTupleQuery extends AGQuery implements org.openrdf.query.TupleQuery
RDFS_PLUS_PLUS, RESTRICTION, SPARQL_COVERAGE_PLANNER, SPARQL_IDENTITY_PLANNER| Constructor and Description |
|---|
AGTupleQuery(AGRepositoryConnection con,
org.openrdf.query.QueryLanguage ql,
String queryString,
String baseURI) |
| Modifier and Type | Method and Description |
|---|---|
long |
count()
Evaluates the query and returns only the number of results
to the client (counting is done on the server, the results
are not returned).
|
org.openrdf.query.TupleQueryResult |
evaluate() |
void |
evaluate(org.openrdf.query.TupleQueryResultHandler handler) |
analyze, getBaseURI, getBindingsArray, getEngine, getEntailmentRegime, getLanguage, getLimit, getName, getOffset, getPlanner, getQueryString, isCheckVariables, isLoggingEnabled, isPrepared, setCheckVariables, setEngine, setEntailmentRegime, setIncludeInferred, setLimit, setLoggingEnabled, setOffset, setPlanner, setPrepared, setSaveName, toStringclearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDatasetpublic AGTupleQuery(AGRepositoryConnection con, org.openrdf.query.QueryLanguage ql, String queryString, String baseURI)
public org.openrdf.query.TupleQueryResult evaluate()
throws org.openrdf.query.QueryEvaluationException
evaluate in interface org.openrdf.query.TupleQueryorg.openrdf.query.QueryEvaluationExceptionpublic void evaluate(org.openrdf.query.TupleQueryResultHandler handler)
throws org.openrdf.query.QueryEvaluationException,
org.openrdf.query.TupleQueryResultHandlerException
evaluate in interface org.openrdf.query.TupleQueryorg.openrdf.query.QueryEvaluationExceptionorg.openrdf.query.TupleQueryResultHandlerExceptionpublic long count()
throws org.openrdf.query.QueryEvaluationException
org.openrdf.query.QueryEvaluationException