Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.core.Projectable
-
Packages that use Projectable Package Description org.eclipse.rdf4j.sparqlbuilder.core Core classes and interfaces for the SPARQLBuilder.org.eclipse.rdf4j.sparqlbuilder.core.query org.eclipse.rdf4j.sparqlbuilder.graphpattern -
-
Uses of Projectable in org.eclipse.rdf4j.sparqlbuilder.core
Classes in org.eclipse.rdf4j.sparqlbuilder.core that implement Projectable Modifier and Type Class Description class
Assignment
A SPARQL expression-to-variable assignmentclass
Variable
A SPARQL query variableMethods in org.eclipse.rdf4j.sparqlbuilder.core with parameters of type Projectable Modifier and Type Method Description Projection
Projection. 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 Projectable Modifier and Type Method Description SelectQuery
SelectQuery. 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 Projectable Modifier and Type Method Description static SubSelect
GraphPatterns. select(Projectable... projectables)
Create a SPARQL subquery, including the given elements in its projection.SubSelect
SubSelect. select(Projectable... projectables)
Add expressions to the query's projection
-