Uses of Class
org.eclipse.rdf4j.sparqlbuilder.graphpattern.SubSelect
-
Uses of SubSelect in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Modifier and TypeMethodDescriptionSubSelect.all()
Specify that this query's projection should select all in-scope expressionsSubSelect.all
(boolean selectAll) Specify if this query's projection should select all in-scope expressions or not.SubSelect.distinct()
Specify the query's projection to be distinctSubSelect.distinct
(boolean isDistinct) Specify if the query's projection should be distinct or notstatic SubSelect
GraphPatterns.select
(Projectable... projectables) Create a SPARQL subquery, including the given elements in its projection.SubSelect.select
(Projectable... projectables) Add expressions to the query's projectionSubSelect.select
(Projection select) Set this query's projection