Binding |
|
BindingSet |
A set of query result bindings
|
BooleanQuery |
A query over a semantic graph whose results are a single `boolean`
value .
|
BooleanQueryResult |
Result of a `boolean` query.
|
BooleanQueryResultHandler |
|
Dataset |
Amalgum of an RDF 1.1 Dataset, a SPARQL 1.1 RDF Dataset & a SPARQL 1.1 update
[graph](https://www.w3.org/TR/sparql11-update/#deleteInsert)
|
GraphQuery |
A query over a semantic graph whose results are themselves a graph
|
GraphQueryResult |
Query result of a sequence of statements which correspond to a `Graph` result.
|
Query |
A query over a semantic graph
|
QueryFactory |
|
QueryLanguage |
Marker interface for the language of a query
|
QueryResult<T> |
The results of executing a Query
|
QueryResultHandler<T> |
Handler for processing query results.
|
ReadQuery |
A read-only query over a semantic graph
|
SelectQuery |
SelectQueryResult |
Represents tabular query results of rows of tuples which represent the
variable-value pairs of the results
|
SelectQueryResultHandler |
|
UpdateQuery |
A query that will update a semantic graph
|