INDEX-INFORMATION attribute of the query object handle
- Last Updated: January 26, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The INDEX-INFORMATION attribute provides
data on a dynamic query similar to what XREF provides
on a static query. For example, given a dynamic query q1,
where the QUERY-PREPARE string is:
|
The query returns these attribute values:
|
For more information, see the INDEX-INFORMATION attribute in the ABL Reference.
To obtain additional query information and statistics use the QryInfo log entry type. For detailed information see Query information logging.