SQL Descriptor Area (SQLDA) | VantageCloud Lake - SQL Descriptor Area (SQLDA) - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

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.