Uses of Class
org.eclipse.rdf4j.sparqlbuilder.core.Projection
-
Uses of Projection in org.eclipse.rdf4j.sparqlbuilder.core
Modifier and TypeMethodDescriptionProjection.all()
Specify that this projection should select all in-scope expressionsProjection.all
(boolean selectAll) Specify if this projection should select all in-scope expressions or notProjection.distinct()
Specify this projection to be distinctProjection.distinct
(boolean isDistinct) Specify if this projection should be distinct or notProjection.select
(Projectable... projectables) Add expressions for this projection to selectstatic Projection
SparqlBuilder.select
(Projectable... projectables) Create a SPARQL projection -
Uses of Projection in org.eclipse.rdf4j.sparqlbuilder.core.query
Modifier and TypeMethodDescriptionSelectQuery.select
(Projection select) Set this query's projectionstatic SelectQuery
Queries.SELECT
(Projection select) Create a SPARQL Select query -
Uses of Projection in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Modifier and TypeMethodDescriptionSubSelect.select
(Projection select) Set this query's projection