Uses of Class
org.eclipse.rdf4j.sparqlbuilder.constraint.Expression
Packages that use Expression
-
Uses of Expression in org.eclipse.rdf4j.sparqlbuilder.constraint
Classes in org.eclipse.rdf4j.sparqlbuilder.constraint with type parameters of type ExpressionSubclasses of Expression in org.eclipse.rdf4j.sparqlbuilder.constraintModifier and TypeClassDescriptionclassA SPARQL aggregate expression.(package private) classRepresents a SPARQL operation that takes exactly 2 arguments(package private) classRepresents a SPARQL connective operation, which takes an arbitrary number of argumentsclass(package private) classA SPARQL Function.classclass(package private) classA SPARQL Operation.(package private) classRepresents a SPARQL operation that takes exactly 1 argumentMethods in org.eclipse.rdf4j.sparqlbuilder.constraint that return ExpressionModifier 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 = rightstatic Expression<?> Expressions.function(SparqlFunction function, Operand... operands) Too lazy at the moment.static Expression<?> left > rightstatic Expression<?> left > rightstatic Expression<?> left > rightstatic Expression<?> left > rightstatic Expression<?> left >= rightstatic Expression<?> static Expression<?> operand IN (expression1, expression2...)static Expression<?> static Expression<?> static Expression<?> static Expression<?> left invalid input: '<' rightstatic Expression<?> left invalid input: '<' rightstatic Expression<?> left invalid input: '<' rightstatic Expression<?> left invalid input: '<' rightstatic Expression<?> left invalid input: '<'= rightstatic Expression<?> -operandstatic Expression<?> operand1 * operand2 * ...static Expression<?> !operandstatic Expression<?> left != rightstatic Expression<?> static Expression<?> static Expression<?> operand NOT IN (expression1, expression2...)static Expression<?> static Expression<?> static Expression<?> operand1 || operand2 || ...static Expression<?> +operandstatic 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
Subclasses with type arguments of type Expression in org.eclipse.rdf4j.sparqlbuilder.coreMethods in org.eclipse.rdf4j.sparqlbuilder.core with parameters of type ExpressionModifier and TypeMethodDescriptionHaving.having(Expression<?>... expressions) Add having conditionsstatic HavingSparqlBuilder.having(Expression<?>... expressions) Create a SPARQL Having clause -
Uses of Expression in org.eclipse.rdf4j.sparqlbuilder.core.query
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type ExpressionModifier and TypeMethodDescriptionQuery.having(Expression<?>... constraints) Specify constraints for this query's Having clause. -
Uses of Expression in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Fields in org.eclipse.rdf4j.sparqlbuilder.graphpattern with type parameters of type ExpressionMethods in org.eclipse.rdf4j.sparqlbuilder.graphpattern with parameters of type ExpressionModifier and TypeMethodDescriptionFilter.filter(Expression<?> expression) Set the constraint for this Filter clausedefault GraphPatternGraphPattern.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 instanceGroupGraphPattern.filter(Expression<?> constraint) Constructors in org.eclipse.rdf4j.sparqlbuilder.graphpattern with parameters of type Expression