This is a complete list of the purge/archive directives elements that can be used in the directive file.
Purge/Archive Directives Elements |
Values |
action |
:= DELETE := EXPORT := EXPORT_REF := GROUP |
action_list |
:= action , action_list := action |
actions |
:= ACTIONS action_list := NULL |
conditional_to |
:= IF (<expression>) <to_header> [ELSEIF (<expression>) <to_header>] + [ELSE <to_header>] |
<expression> |
:= <field> = <integer> := <field> = <string value> := <field> = <float value> := <field> = TABLE(<object_type>) |
export_body |
:= uniques where actions stop_ifs tos |
export_list |
:= export_object , no_export_list := ALL , no_export_list := export_object := ALL |
export_object |
:= <object_type> := <object_type> export_body |
field_list |
:= <field> , field_list := <field> |
no_export_list |
:= <object_type> , no_export_list := ALL , no_export_list := <object_type> := ALL |
parameters |
:= <parameter> , parameters := <parameter> |
relation_list |
:= <relation> , relation_list := <relation> |
routine_call |
:= <routine_name> := <routine_name> ( parameters ) |
statement |
:= EXPORT OBJECT export_list ; := NO_EXPORT OBJECT no_export_list; := ROUTINE <routine_name> export_body END_ROUTINE ; |
statements |
:= statement statements := NULL |
stop_if |
:= STOP_IF <string> := <parameter> |
stop_ifs |
:= stop_if stop_ifs := NULL |
to |
:= to_header to_body END_TO := routine_call := conditional_to |
tos |
:= to tos := NULL |
to_body |
:= uniques actions stop_ifs tos |
to_header |
:= TO <object_type> THROUGH <relation> := TO <object_type> THROUGH <parameter> := TO_EXCLUSIVE <object_field> THROUGH <relation_field> |
unique_fields |
:= UNIQUE_FIELDS = field_list |
unique_relations |
:= UNIQUE_RELATIONS = relation_list |
uniques |
:= unique_fields := unique_fields unique_relations := unique_relations := NULL |
where |
:= WHERE <string> := WHERE <string> <operator> <string> := WHERE <parameter> := NULL |
See Also |
Next |