Package | Description |
---|---|
com.saperion.database.query | |
com.saperion.database.query.predicates | |
com.saperion.database.query.predicates.meta | |
com.saperion.database.query.terms |
Modifier and Type | Class and Description |
---|---|
class |
BinaryOperation<ExpressionType>
Abstract base class for binary operations i.e.
|
class |
InternalBinaryFunction<OperandExpressionType,ResultExpressionType>
Abstract base class for internal binary functions i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
Equality<ComparableType>
A
QueryExpression that checks the equality of its arguments. |
class |
GreaterEqual<ComparableType extends Comparable<ComparableType>>
A
QueryExpression that checks whether the first argument is greater than or equal
to the second one. |
class |
GreaterThan<ComparableType extends Comparable<ComparableType>>
A
QueryExpression that checks the first argument is greater than the second. |
class |
In<ElementType,CollectionType extends Collection<ElementType>>
A
QueryExpression that checks whether its first argument is contained in the second one. |
class |
Inequality<Type1,Type2>
A
QueryExpression that checks the inequality of its arguments. |
class |
LessEqual<ComparableType extends Comparable<ComparableType>>
A
QueryExpression that checks whether the first argument is less than or equal
to the second one. |
class |
LessThan<ComparableType extends Comparable<ComparableType>>
A
QueryExpression that checks the first argument is less than the second. |
class |
MemberOf<ElementType,CollectionType extends Collection<ElementType>>
A
QueryExpression that checks whether its first operand is a member
of the second one. |
class |
NotContained<ElementType,CollectionType extends Collection<ElementType>>
A
QueryExpression that checks whether its first argument is not contained in the second one. |
class |
NotMemberOf<ElementType,CollectionType extends Collection<ElementType>>
A
com.saperion.database.query.QueryPredicate that checks whether its first operand is not a member
of the second one. |
Modifier and Type | Class and Description |
---|---|
class |
Conjunction
A
QueryExpression that conjuncts two
QueryConditions i.e. |
class |
Disjunction
This
QueryExpression disjuncts two conditions i.e. |
Modifier and Type | Class and Description |
---|---|
class |
Addition<NumericalType extends Number>
A
QueryExpression that represents the addition of two terms. |
class |
Division<NumericalType extends Number>
A
QueryExpression that represents the division of two terms. |
class |
Multiplication<NumericalType extends Number>
A
QueryExpression that represents the multiplication of two terms. |
class |
Subtraction<NumericalType extends Number>
A
QueryExpression that represents the subtraction of two terms. |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.