XSQLVAR Field Descriptions
Go Up to Understanding the XSQLDA
The following table describes the fields of the XSQLVAR
structure:
Field definition | Description |
---|---|
|
Indicates the SQL data type of parameters or select-list items; set by InterBase during |
|
Provides scale, specified as a negative number, for exact numeric data types ( |
|
Provides precision for the exact numeric data types ( |
|
Specifies the subtype for Blob data; set by InterBase during |
|
Indicates the maximum size, in bytes, of data in the |
|
For input descriptors, specifies either the address of a select-list item or a parameter; set by the application. For output descriptors, contains a value for a select-list item; set by InterBase. |
|
On input, specifies the address of an indicator variable; set by an application; on output, specifies the address of column indicator value for a select-list item following a A value of |
|
Specifies the length, in bytes, of the data in field, |
|
Contains the name of the column. Not |
|
Specifies the length, in bytes, of the data in field, |
|
Contains the name of the table; not NULL (\0) terminated, set by InterBase during |
|
Specifies the length, in bytes, of the data in field, |
|
Contains the name of the table owner; not NULL (\0) terminated, set by InterBase during |
|
Specifies the length, in bytes, of the data in field, |
|
Contains the alias name of the column. If no alias exists, contains the column name; not NULL (\0) terminated, set by InterBase during |