|
Class Summary |
| Constant |
A constant function, i.e., a 0-ary function that always returns the same value, given at
construction time. |
| CurrentDateTime |
A 0-ary function that returns the current datetime. |
| DateDiff |
The binary scalar function datediff(). |
| Difference |
The binary scalar function difference(). |
| Lower |
A unary scalar function that changes text to lower case. |
| Product |
The binary scalar function product(). |
| Quotient |
The binary scalar function quotient(). |
| Sum |
The binary scalar function sum(). |
| TimeComponentExtractor |
A time component extractor. |
| ToDate |
The unary scalar function toDate(). |
| Upper |
A unary scalar function that changes text to upper case. |