| ProLinga-4GL Reference Manual |
|---|
REPOSITORY — Command interface to application repository.
REPOSITORY DELETE repository_table_name
REPOSITORY GET repository_table_name
REPOSITORY TEST repository_table_name
REPOSITORY PUT repository_table_name
REPOSITORY CLEARINSTANCE repository_table_name.record_name INSTANCE instance_ref
REPOSITORY GETINSTANCE repository_table_name.record_name INSTANCE instance_ref SEQUENCE sequence_no
REPOSITORY OBJECTLIST repository_table_name FILTER filter_ref LISTSTORE list_store_name [
FIELDS
data_dictionary_name
[data_dictionary_name...]
]
The
| Name of a valid and exising repository table definition. |
| Name of a valid and exising repository reiteration record definition. |
| Any data reference or string which holds the key or wild cards for the selection range. |
| Any data reference or string which holds the name of a valid and existing list store. |
| Name of the data dictionary to be included in the list. If no dictionary name is provided, then all dictionaries of the record will be included. |
| Any data reference or string which holds the name of the instance. |
| Any data reference or numeric value which holds the sequence no. |
| << PROGRESS Command | RESPONSE Command >> |