| Package | Description | 
|---|---|
| org.eclipse.rdf4j.sparqlbuilder.graphpattern | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
| SubSelect | SubSelect. select(Projectable... projectables)Add expressions to the query's projection | 
| static SubSelect | GraphPatterns. select(Projectable... projectables)Create a SPARQL subquery, including the given elements in its projection. | 
| SubSelect | SubSelect. select(Projection select)Set this query's projection | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.