An sqlda structure
An sqlda structure is a dynamic-management structure that can hold data that is either returned from or sent to the database server by a prepared statement. It is a C structure defined in the sqlda.h header file.
Important: The sqlda structure does not
conform to the X/Open standards. It is the HCL
OneDB™ extension
to .
These
topics describe the following information about how to use an sqlda structure:
- Using an sqlda structure to hold unknown values
- Managing an sqlda structure
- Using an sqlda structure to handle unknown values in dynamic SQL statements