KEYS attribute for buffers
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
KEYS attribute for buffers
Syntax
You can also us e the KEYS attribute to return a comma-separated list of key fields for a buffer, using this syntax:
|
This attribute provides a list of the fields
in the unique primary index for a temp-table, and can be useful
for assigning those key values to related rows. For a temp-table
buffer, the KEYS attribute evaluates to a list of fields in the temp-table's
unique primary index. If it has no unique primary index, then the attribute
evaluates to the string ROWID.