MacroKind
Overview
This enumeration used for identification of macro processor's method
Location
- Unit: uDASQLMacroProcessor.pas
| Value | Description |
|---|---|
| macrokind_DatePart | DatePart |
| macrokind_DateTimeNow | DateTime |
| macrokind_DateTimeToday | Date |
| macrokind_Length | Length |
| macrokind_LowerCase | LowerCase |
| macrokind_Modulo | Modulo macro will be expanded to following value- (a % b)- (a MOD b)- MOD(a, b) |
| macrokind_Substring | Copy |
| macrokind_Trim | Trim |
| macrokind_TrimLeft | TrimLeft |
| macrokind_TrimRight | TrimRight |
| macrokind_UpperCase | UpperCase |