Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.core.Projectable
-
Uses of Projectable in org.eclipse.rdf4j.sparqlbuilder.core
Modifier and TypeClassDescriptionclass
A SPARQL expression-to-variable assignmentclass
A SPARQL query variableModifier and TypeMethodDescriptionProjection.select
(Projectable... projectables) Add expressions for this projection to selectstatic Projection
SparqlBuilder.select
(Projectable... projectables) Create a SPARQL projection -
Uses of Projectable in org.eclipse.rdf4j.sparqlbuilder.core.query
Modifier and TypeMethodDescriptionSelectQuery.select
(Projectable... projectables) Add expressions to the query's projectionstatic SelectQuery
Queries.SELECT
(Projectable... projectables) Create a SPARQL Select query -
Uses of Projectable in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Modifier and TypeMethodDescriptionstatic 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 projection