| Class | Description |
|---|---|
| Addition<NumericalType extends Number> |
A
QueryExpression that represents the addition of two terms. |
| Division<NumericalType extends Number> |
A
QueryExpression that represents the division of two terms. |
| FieldReference<ExpressionType> |
A
QueryExpression that is actually an expression in a condition. |
| FilterParameter |
A special kind of
QueryParameter that knows about saperion style filters
(Wildcards * and ?) and interprets the given string as a parameter to a "LIKE" string. |
| Multiplication<NumericalType extends Number> |
A
QueryExpression that represents the multiplication of two terms. |
| QueryParameter<Type> |
A
QueryExpression that is actually an expression in a condition. |
| Subtraction<NumericalType extends Number> |
A
QueryExpression that represents the subtraction of two terms. |
Copyright © 2016 SAPERION AG. All rights reserved.