Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.core.Projectable
Packages that use Projectable
-
Uses of Projectable in org.eclipse.rdf4j.sparqlbuilder.core
Classes in org.eclipse.rdf4j.sparqlbuilder.core that implement ProjectableModifier and TypeClassDescriptionclass
A SPARQL expression-to-variable assignmentclass
A SPARQL query variableMethods in org.eclipse.rdf4j.sparqlbuilder.core with parameters of type ProjectableModifier 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
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type ProjectableModifier 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
Methods in org.eclipse.rdf4j.sparqlbuilder.graphpattern with parameters of type ProjectableModifier 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