SubSelect |
SubSelect.all() |
Specify that this query's projection should select all in-scope expressions
|
SubSelect |
SubSelect.all(boolean selectAll) |
Specify if this query's projection should select all in-scope expressions or not.
|
SubSelect |
SubSelect.distinct() |
Specify the query's projection to be distinct
|
SubSelect |
SubSelect.distinct(boolean isDistinct) |
Specify if the query's projection should be distinct or not
|
static SubSelect |
GraphPatterns.select(Projectable... projectables) |
Create a SPARQL subquery, including the given elements in its projection.
|
SubSelect |
SubSelect.select(Projectable... projectables) |
Add expressions to the query's projection
|
SubSelect |
SubSelect.select(Projection select) |
Set this query's projection
|