Uses of Class
org.eclipse.rdf4j.sparqlbuilder.core.Variable
-
-
Uses of Variable in org.eclipse.rdf4j.sparqlbuilder.constraint
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type Variable Modifier and Type Method Description static Bind
Expressions. bind(Assignable exp, Variable var)
static Expression<?>
Expressions. bound(Variable var)
BOUND(operand)
static Expression<?>
Expressions. datatype(Variable var)
static Expression<?>
Expressions. in(Variable var, IRI... options)
static Expression<?>
Expressions. in(Variable var, RdfValue... options)
static Expression<?>
Expressions. isBlank(Variable var)
static Expression<?>
Expressions. notEquals(Variable left, IRI right)
static Expression<?>
Expressions. notEquals(Variable left, RdfValue right)
static Expression<?>
Expressions. notIn(Variable var, IRI... options)
static Expression<?>
Expressions. notIn(Variable var, RdfValue... options)
-
Uses of Variable in org.eclipse.rdf4j.sparqlbuilder.core
Methods in org.eclipse.rdf4j.sparqlbuilder.core that return Variable Modifier and Type Method Description static Variable
SparqlBuilder. var(String varName)
Create a SPARQL variable with a specific alias.Methods in org.eclipse.rdf4j.sparqlbuilder.core with parameters of type Variable Modifier and Type Method Description default Assignment
Assignable. as(Variable var)
Create a SPARQL assignment from this objectstatic Assignment
SparqlBuilder. as(Assignable exp, Variable var)
Create a SPARQL assignment -
Uses of Variable in org.eclipse.rdf4j.sparqlbuilder.core.query
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query that return Variable Modifier and Type Method Description Variable
Query. var()
A shortcut. -
Uses of Variable in org.eclipse.rdf4j.spring.dao.support
Fields in org.eclipse.rdf4j.spring.dao.support declared as Variable Modifier and Type Field Description static Variable
RelationMapBuilder. _relObject
static Variable
RelationMapBuilder. _relSubject
-
Uses of Variable in org.eclipse.rdf4j.spring.dao.support.bindingsBuilder
-
Uses of Variable in org.eclipse.rdf4j.spring.dao.support.opbuilder
Methods in org.eclipse.rdf4j.spring.dao.support.opbuilder with parameters of type Variable Modifier and Type Method Description SUB
OperationBuilder. withBinding(Variable key, Boolean value)
SUB
OperationBuilder. withBinding(Variable key, Double value)
SUB
OperationBuilder. withBinding(Variable key, Float value)
SUB
OperationBuilder. withBinding(Variable key, Integer value)
SUB
OperationBuilder. withBinding(Variable key, String value)
SUB
OperationBuilder. withBinding(Variable key, IRI value)
-
Uses of Variable in org.eclipse.rdf4j.spring.demo.model
Fields in org.eclipse.rdf4j.spring.demo.model declared as Variable Modifier and Type Field Description static Variable
Artist. ARTIST_FIRST_NAME
static Variable
Artist. ARTIST_ID
static Variable
Artist. ARTIST_LAST_NAME
static Variable
Painting. PAINTING_ARTIST_ID
static Variable
Painting. PAINTING_ID
static Variable
Painting. PAINTING_LABEL
static Variable
Painting. PAINTING_TECHNIQUE
-
Uses of Variable in org.eclipse.rdf4j.spring.util
Methods in org.eclipse.rdf4j.spring.util with parameters of type Variable Modifier and Type Method Description static Boolean
QueryResultUtils. getBoolean(BindingSet resultRow, Variable var)
static Boolean
QueryResultUtils. getBooleanMaybe(BindingSet resultRow, Variable var)
static Optional<Boolean>
QueryResultUtils. getBooleanOptional(BindingSet resultRow, Variable var)
static IRI
QueryResultUtils. getIRI(BindingSet resultRow, Variable var)
static IRI
QueryResultUtils. getIRIMaybe(BindingSet resultRow, Variable var)
static Optional<IRI>
QueryResultUtils. getIRIOptional(BindingSet resultRow, Variable var)
static String
QueryResultUtils. getString(BindingSet resultRow, Variable var)
static String
QueryResultUtils. getStringMaybe(BindingSet resultRow, Variable var)
static Optional<String>
QueryResultUtils. getStringOptional(BindingSet resultRow, Variable var)
static Value
QueryResultUtils. getValue(BindingSet resultRow, Variable var)
static Value
QueryResultUtils. getValueMaybe(BindingSet resultRow, Variable var)
static Optional<Value>
QueryResultUtils. getValueOptional(BindingSet resultRow, Variable var)
-