| 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. |
| Multiplication<NumericalType extends Number> |
A
QueryExpression that represents the multiplication of two terms. |
| ParameterDefinition<Type> |
A
QueryExpression that is a query parameter with a simple value. |
| ParameterReference<Type> |
A
QueryExpression that is a named parameter in a query. |
| Subtraction<NumericalType extends Number> |
A
QueryExpression that represents the subtraction of two terms. |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.