TABLE-LIST attribute
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns a comma-separated list of all tables referenced in the r-code file
specified by the RCODE-INFO:FILE-NAME attribute. Each table reference
includes the table name and related database name (for example: Sports2020.CUSTOMER).
Data type: CHARACTER or LONGCHAR
Access: Read-only
Applies to: RCODE-INFO handle
This list corresponds directly to the list generated by the TABLE-CRC-LIST attribute.
Use this attribute with the TABLE-CRC-LIST attribute to
compare the CRC value for all tables referenced in the r-code file with those stored in the
database to determine whether or not a procedure file needs to be recompiled after a
database change.
If the r-code file was compiled without table references, this attribute
returns the empty string ("").
TABLE-LIST attribute returns a CHARACTER value unless the
list of tables exceeds 32K. If it exceeds 32K, TABLE-LIST
returns a LONGCHAR value.