typedef struct
{
int sqlnamel;
int sqlnamet;
int sqlnamer;
unsigned char sqlnamed [128];
}
SAGColumn;
SAGColumn is a structure used to describe a column declared in an SQLVAR.
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. |