Uses of Class
org.eclipse.rdf4j.sparqlbuilder.core.Projection
Packages that use Projection
-
Uses of Projection in org.eclipse.rdf4j.sparqlbuilder.core
Methods in org.eclipse.rdf4j.sparqlbuilder.core that return ProjectionModifier 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
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type ProjectionModifier 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
Methods in org.eclipse.rdf4j.sparqlbuilder.graphpattern with parameters of type ProjectionModifier and TypeMethodDescriptionSubSelect.select
(Projection select) Set this query's projection