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: 1
dataType: CHAR
offset:
etc.

ttXlaColDesc_t[1] shows the following information, indicated to be for the ADDRESS column:


colName: 'ADDRESS'
sysColNum: 2
dataType: VARCHAR2
offset:
etc.

ttXlaColDesc_t[2] shows the following information, indicated to be for the CUSTNO column:


colName: 'CUSTNO'
sysColNum: 3
dataType: NUMBER
offset:
etc.

ttXlaColDesc_t[3] shows the following information, indicated to be for the SERVICE column:


colName: 'SERVICE'
sysColNum: 4
dataType: NCHAR
offset:
etc.

ttXlaColDesc_t[4] shows the following information, indicated to be for the TSTAMP column:


colName: 'TSTAMP'
sysColNum: 5
dataType: TIMESTAMP
offset:
etc.

ttXlaColDesc_t[5] shows the following information, indicated to be for the PRICE column:


colName: 'PRICE'
sysColNum: 6
dataType: NUMBER
offset:
etc.

End of description.