TDAFunctionKind
Overview
This enumeration specifies SQL function that is used in TDAFunctionCallExpression
Location
- Unit: uDAWhere.pas
Value | Description |
---|---|
dfkLength | Length method |
dfkLowerCase | LowerCase method |
dfkTrim | Trim method |
dfkTrimLeft | TrimLeft method |
dfkTrimRight | TrimRight method |
dfkUpperCase | UpperCase method |