CND (condition)
|
Condition
|
DAT_CON (date constant) |
Constant of type "date" |
DAT_EXPR (date expression) |
Expression of type "date"
in language-independent database format "YYYY-MM-DD HH:MM:SS",
e.g. "1998-08-28 08:30:00". |
DAT_VAR (date variable)
|
Variable of type "date"
|
DBF (data base function)
|
Database amount function
|
DT_NAME (decision table name)
|
Decision table name
|
DTV_JOIN (DataView join) |
Keyword for the DataView type
join selections art_agg, art_ref, art_typ |
EXPR (expression)
|
Expression of arbitrary type
|
EXPR_LIST (expression list)
|
List of expressions of arbitrary type
|
FLD (field) |
Name of table field, syntax: <table name>.<column name> |
FLO_CON (float constant)
|
Constant of type "float"
|
FLO_VAR (float variable)
|
Variable of type "float"
|
FORM_NAME (form name) |
Name of a user form |
INT_CON (integer constant)
|
Constant of type "integer"
|
INT_VAR (integer variable)
|
Variable of type "integer"
|
LOG_CMP (logic comparison operator)
|
Comparison operator for logical expression
|
LOG_CON (logic constant)
|
Constant of type "logic"
|
LOG_EXPR (logic expression)
|
Expression of type "logic"
|
LOG_VAR (logic variable)
|
Variable of type "logic"
|
NUM_CMP (num. comparison operator)
|
Comparison operator ("float" or "Integer")
expression.
|
NUM_EXPR (numeric expression)
|
Expression of type "integer" or "float"
|
OP (operator)
|
Operator for numerical functions ("float" or "integer")
expression (+, -, *, /, ^, div, mod).
|
ORD_LIST (order list)
|
List of order criteria for database selection
|
ROW (row)
|
Line number
|
STR_CON (string constant)
|
Constant of type "string"
|
STR_CMP (string comparison operator)
|
Comparison operator for string expression
|
STR_EXPR (string expression)
|
Expression of type "string".
Strings must be included in colons ('). Inverted commas in a string
must have a leading backslash (\).
|
STR_EXPR_ LIST (string expression list)
|
List of expressions of type "string"
|
STR_VAR (string variable)
|
Variable of type "string"
|
VAR (variable)
|
Variable of arbitrary type
|
VAR_LIST (variables list)
|
List of variables of arbitrary type
|
WDG_ID
|
Widget ID
|
WHERE (where condition)
|
Where condition
|
WHR_CMP
|
Where comparison operator (<, >, >=, <=, <>,
=)
|