CONNX Data Integration Suite 14.8.0 | CONNX Embedded SQL for Adabas | ACEAPI | ACEAPI Argument Functions | SAGColumn
 
SAGColumn
Description
SAGColumn is a structure used to describe a column declared in an SQLVAR.
Example
typedef struct
{
int sqlnamel;
int sqlnamet;
int sqlnamer;
unsigned char sqlnamed [128];
}
SAGColumn;
SAGColumn Variable
Description
sqlnamel
4 byte integer field containing the length of the column name declared in structure member sqlnamed.
sqlnamet
4 byte integer field containing the type of the column name declared in structure member sqlnamed.
sqlnamer
4 byte integer field. Reserved for internal use.
sqlnamed
128 byte character field containing the data name of the column within the Catalog.