Pathmaker Reference Manual
REQUESTER Statement
Pathmaker Application Definition Language (PMADL)
2–30 067869 Tandem Computers Incorporated
UPDATE
Specifies whether the application user can update database records:
YES Specifies that the requester be set up so that the application user can
update records into the file or table accessed via the record instance.
This is the default value.
NO Specifies that the requester be set up so that the user cannot update
records.
READ
Specifies whether the application user can read database records into the file
or table:
YES Specifies that the requester be set up so that the application user can
read records into the file or table accessed through the record
instance. This is the default value.
NO Specifies that the requester be set up so that the user cannot read
records.
NONINDEX-READ
Specifies whether the application user can read along columns that have no
efficient SQL table index:
YES Specifies that the requester be set up so that the application user can
read along columns that have no efficient index in the SQL table
accessed via the record instance. This is the default value.
NO Specifies that the requester be set up so that the user cannot read
along such columns.
AUTOFILL
Specifies whether the requester can automatically read records from the
database:
YES Specifies that the requester can automatically read records from the
file or table accessed via the record instance. This is the default
value.
NO Specifies that the requester cannot automatically read records.
LINK
qualname
TO
qualname
Use the LINK clause to designate the parent record instance of this record
instance, and specify the fields to be used to link the two record instances.
The first
qualname
designates a field in the parent record instance. The
second
qualname
designates a single field in the current record instance.