FunctionKind
Overview
This enumeration specifies SQL function that is used in FunctionCallExpression
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract.expressions
| Value | Description |
|---|---|
| Length | Length method |
| LowerCase | LowerCase method |
| Trim | Trim method |
| TrimLeft | TrimLeft method |
| TrimRight | TrimRight method |
| UpperCase | UpperCase method |