See: Description
| Interface | Description |
|---|---|
| ConstructClause<T extends AbstractQueryBuilder<T>> |
Interface that defines the ConstructClause as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#rConstructTemplate
|
| DatasetClause<T extends AbstractQueryBuilder<T>> |
Interface that defines the DatasetClause as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#rDatasetClause
|
| PrologClause<T extends AbstractQueryBuilder<T>> |
Interface that defines the PrologClause as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#rPrologue
|
| SelectClause<T extends AbstractQueryBuilder<T>> |
Interface that defines the SelectClause as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#rSelectClause
|
| SolutionModifierClause<T extends AbstractQueryBuilder<T>> |
Interface that defines the SolutionClause as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#rSolutionModifier
|
| ValuesClause<T extends AbstractQueryBuilder<T>> |
Interface that defines the ValueClause as per
https://www.w3.org/TR/sparql11-query/#rValuesClause
Conceptually this the values clause constructs a table comprising columns named
by variables and rows of data for those columns.
|
| WhereClause<T extends AbstractQueryBuilder<T>> |
Interface that defines the WhereClause as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#rWhereClause
|
Licensed under the Apache License, Version 2.0