The SQL Descriptor Area (SQLDA) is a data structure that contains a list of individual item descriptors for each of the values to be produced by a dynamically run single row SELECT.
The application must have information such as the number of columns in a retrieved row, their data types, size, and precision to determine how to process values to be retrieved dynamically at run time.
ANSI Compliance
The SQL Descriptor Area is ANSI/ISO SQL:2011-compliant.