Was this helpful?
Describe
Get list of attributes of class.
Syntax
exec 4gl describe object into descriptor;
object
Specifies the handle of the record or array to be described. Integer.
descriptor
Specifies the name of the descriptor for the SQLDA
Description
The describe statement creates descriptors for the record's or array's attributes in the SQLDA structure specified by descriptor. For an array, it creates descriptors for the row's type.
This statement is similar to the FRS describe statement.
Last modified date: 01/30/2023