Description of the illustration xla_coldesc.eps
This figure shows column descriptions for NAME, ADDRESS, CUSTNO, SERVICE, TSTAMP, and PRICE in the MYDATA table. The column descriptions are indicated to be in the ttXlaGetColumnInfo(...colinfo) buffer.
ttXlaColDesc_t[0] shows the following information, indicated to be for the NAME column:
colName: 'NAME'sysColNum: 1dataType:CHARoffset:- etc.
ttXlaColDesc_t[1] shows the following information, indicated to be for the ADDRESS column:
colName: 'ADDRESS'sysColNum: 2dataType:VARCHAR2offset:- etc.
ttXlaColDesc_t[2] shows the following information, indicated to be for the CUSTNO column:
colName: 'CUSTNO'sysColNum: 3dataType:NUMBERoffset:- etc.
ttXlaColDesc_t[3] shows the following information, indicated to be for the SERVICE column:
colName: 'SERVICE'sysColNum: 4dataType:NCHARoffset:- etc.
ttXlaColDesc_t[4] shows the following information, indicated to be for the TSTAMP column:
colName: 'TSTAMP'sysColNum: 5dataType:TIMESTAMPoffset:- etc.
ttXlaColDesc_t[5] shows the following information, indicated to be for the PRICE column:
colName: 'PRICE'sysColNum: 6dataType:NUMBERoffset:- etc.
End of description.