Uses of Class
org.eclipse.rdf4j.sparqlbuilder.core.query.SelectQuery
Packages that use SelectQuery
-
Uses of SelectQuery in org.eclipse.rdf4j.sparqlbuilder.core.query
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query that return SelectQueryModifier and TypeMethodDescriptionSelectQuery.all()
Specify that this query's projection should select all in-scope expressionsSelectQuery.all(boolean selectAll)
Specify if this query's projection should select all in-scope expressions or not.SelectQuery.distinct()
Specify the query's projection to be distinctSelectQuery.distinct(boolean isDistinct)
Specify if the query's projection should be distinct or notSelectQuery.select(Projectable... projectables)
Add expressions to the query's projectionSelectQuery.select(Projection select)
Set this query's projectionstatic SelectQuery
Queries.SELECT(Projectable... projectables)
Create a SPARQL Select querystatic SelectQuery
Queries.SELECT(Projection select)
Create a SPARQL Select query