Package | Description |
---|---|
com.saperion.database | |
com.saperion.database.query.predicates |
Class and Description |
---|
BooleanLiteral
A
QueryExpression that represents a boolean constant. |
Contains
A
QueryExpression that checks whether its first argument is contained in the second one. |
Equality
A
QueryExpression that checks the equality of its arguments. |
ExpressionMatches
A
QueryExpression that checks whether a given expression matches a saperion style
filter. |
LessThan
A
QueryExpression that checks the first argument is less than the second. |
NotContained
A
QueryExpression that checks whether its first argument is not contained in the second one. |
StringFieldStartsWith
A
QueryExpression that checks whether a string field starts with
a given value. |
Class and Description |
---|
Equality
A
QueryExpression that checks the equality of its arguments. |
ExpressionMatches
A
QueryExpression that checks whether a given expression matches a saperion style
filter. |
LessThan
A
QueryExpression that checks the first argument is less than the second. |
Copyright © 2016 SAPERION AG. All rights reserved.