Package | Description |
---|---|
com.saperion.database | |
com.saperion.database.query.visitor |
Class and Description |
---|
BooleanLiteral
A
QueryExpression that represents a boolean constant. |
Equality
A
QueryExpression that checks the equality of its arguments. |
ExpressionMatches
A
QueryExpression that checks whether a given expression matches a saperion style
filter. |
GreaterEqual
A
QueryExpression that checks whether the first argument is greater than or equal
to the second one. |
GreaterThan
A
QueryExpression that checks the first argument is greater than the second. |
In
A
QueryExpression that checks whether its first argument is contained in the second one. |
Inequality
A
QueryExpression that checks the inequality of its arguments. |
IsEmpty
A
QueryExpression that checks whether its operand is an empty list. |
IsNotEmpty
A
QueryExpression that checks whether its operand is a non-empty list. |
IsNotNull
A
QueryExpression that checks whether its operand is not null. |
IsNull
A
QueryExpression that checks whether its operand is null. |
LessEqual
A
QueryExpression that checks whether the first argument is less than or equal
to the second one. |
LessThan
A
QueryExpression that checks the first argument is less than the second. |
MemberOf
A
QueryExpression that checks whether its first operand is a member
of the second one. |
NotContained
A
QueryExpression that checks whether its first argument is not contained in the second one. |
NotMemberOf
A
com.saperion.database.query.QueryPredicate that checks whether its first operand is not a member
of the second one. |
Class and Description |
---|
BooleanLiteral
A
QueryExpression that represents a boolean constant. |
Equality
A
QueryExpression that checks the equality of its arguments. |
ExpressionMatches
A
QueryExpression that checks whether a given expression matches a saperion style
filter. |
GreaterEqual
A
QueryExpression that checks whether the first argument is greater than or equal
to the second one. |
GreaterThan
A
QueryExpression that checks the first argument is greater than the second. |
In
A
QueryExpression that checks whether its first argument is contained in the second one. |
Inequality
A
QueryExpression that checks the inequality of its arguments. |
IsEmpty
A
QueryExpression that checks whether its operand is an empty list. |
IsNotEmpty
A
QueryExpression that checks whether its operand is a non-empty list. |
IsNotNull
A
QueryExpression that checks whether its operand is not null. |
IsNull
A
QueryExpression that checks whether its operand is null. |
LessEqual
A
QueryExpression that checks whether the first argument is less than or equal
to the second one. |
LessThan
A
QueryExpression that checks the first argument is less than the second. |
MemberOf
A
QueryExpression that checks whether its first operand is a member
of the second one. |
NotContained
A
QueryExpression that checks whether its first argument is not contained in the second one. |
NotMemberOf
A
com.saperion.database.query.QueryPredicate that checks whether its first operand is not a member
of the second one. |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.