Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.constraint.Operand
-
Uses of Operand in org.eclipse.rdf4j.sparqlbuilder.constraint
Modifier and TypeClassDescriptionclass
A SPARQL aggregate expression.class
class
Expression<T extends Expression<T>>
A SPARQL expression.class
class
Modifier and TypeMethodDescriptionstatic Expression<?>
ABS(operand
)static Expression<?>
operand1 + operand2 + ...
static Expression<?>
operand1 invalid input: '&'invalid input: '&' operand2 invalid input: '&'invalid input: '&' ...
static Aggregate
avg(...)
static Expression<?>
CEIL(operand)
static Expression<?>
COALESCE(operand1, operand2, ...
static Expression<?>
CONCAT(operand1, operand2, ...
static Aggregate
count()
static Expression<?>
static Expression<?>
static Expression<?>
operand1 / operand2 / ...
static Expression<?>
left = right
static Expression<?>
Expressions.function
(SparqlFunction function, Operand... operands) Too lazy at the moment.static Aggregate
Expressions.group_concat
(String separator, Operand... operands) static Aggregate
Expressions.group_concat
(Operand... operands) static Expression<?>
left > right
static Expression<?>
left > right
static Expression<?>
left > right
static Expression<?>
left >= right
static Expression<?>
static Expression<?>
operand IN (expression1, expression2...)
static Expression<?>
left invalid input: '<' right
static Expression<?>
left invalid input: '<' right
static Expression<?>
left invalid input: '<' right
static Expression<?>
left invalid input: '<'= right
static Aggregate
static Aggregate
static Expression<?>
-operand
static Expression<?>
operand1 * operand2 * ...
static Expression<?>
!operand
static Expression<?>
left != right
static Expression<?>
operand NOT IN (expression1, expression2...)
static Expression<?>
operand1 || operand2 || ...
static Expression<?>
+operand
static Expression<?>
REGEX(testString, pattern)
static Expression<?>
REGEX(testString, pattern, flags)
static Expression<?>
REGEX(testString, pattern)
static Expression<?>
REGEX(testString, pattern, flags)
static Aggregate
static Expression<?>
STR(literal)
orSTR(iri)
static Expression<?>
static Expression<?>
static Expression<?>
operand1 - operand2 - ...
static Aggregate
-
Uses of Operand in org.eclipse.rdf4j.sparqlbuilder.core
-
Uses of Operand in org.eclipse.rdf4j.sparqlbuilder.rdf
Modifier and TypeInterfaceDescriptioninterface
Denotes an RDF IRIinterface
Denotes an RDF Blank Nodeinterface
Denotes an RDF Resourceinterface
Denotes an RDF Value.Modifier and TypeClassDescriptionstatic class
an anonymous blank nodestatic class
a labeled blank node, of the form "_:label
"static class
A blank node representing a resource that matches the contained set of predicate-object listsclass
RdfLiteral<T>
Denotes an RDF literalstatic class
Represents an RDF boolean literalstatic class
Represents an RDF number literalstatic class
Represents an RDF string literal