Uses of Class
org.eclipse.rdf4j.sparqlbuilder.constraint.Expression
-
Uses of Expression in org.eclipse.rdf4j.sparqlbuilder.constraint
Modifier and TypeClassDescriptionclass
A SPARQL aggregate expression.class
class
class
Modifier and TypeMethodDescriptionstatic Expression
<?> ABS(operand
)static Expression
<?> ABS(operand
)static Expression
<?> operand1 + operand2 + ...
static Expression
<?> operand1 invalid input: '&'invalid input: '&' operand2 invalid input: '&'invalid input: '&' ...
static Expression
<?> Expressions.bnode()
BNODE()
static Expression
<?> BNODE(operand)
static Expression
<?> Expressions.bnode
(RdfLiteral<?> literal) BNODE(operand)
static Expression
<?> BOUND(operand)
static Expression
<?> CEIL(operand)
static Expression
<?> COALESCE(operand1, operand2, ...
static Expression
<?> CONCAT(operand1, operand2, ...
static Expression
<?> 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 Expression
<?> left > right
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
<?> static Expression
<?> static Expression
<?> 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 Expression
<?> left invalid input: '<'= right
static Expression
<?> -operand
static Expression
<?> operand1 * operand2 * ...
static Expression
<?> !operand
static Expression
<?> left != right
static Expression
<?> static Expression
<?> static Expression
<?> operand NOT IN (expression1, expression2...)
static Expression
<?> static Expression
<?> 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 Expression
<?> STR(literal)
orSTR(iri)
static Expression
<?> static Expression
<?> static Expression
<?> operand1 - operand2 - ...
-
Uses of Expression in org.eclipse.rdf4j.sparqlbuilder.core
Modifier and TypeMethodDescriptionHaving.having
(Expression<?>... expressions) Add having conditionsstatic Having
SparqlBuilder.having
(Expression<?>... expressions) Create a SPARQL Having clause -
Uses of Expression in org.eclipse.rdf4j.sparqlbuilder.core.query
Modifier and TypeMethodDescriptionQuery.having
(Expression<?>... constraints) Specify constraints for this query's Having clause. -
Uses of Expression in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Modifier and TypeMethodDescriptiondefault GraphPattern
GraphPattern.filter
(Expression<?> constraint) Convert this graph pattern into a group graph pattern and add a filter:GraphPatternNotTriples.filter
(Expression<?> constraint) LikeGraphPattern.filter(Expression)
, but mutates and returns this instance