|
Oracle Objects for OLE C++ Class Library Release 9.0.1 Part Number A90172-01 |
|
| index
| the 0-based index of the field. The index is the position of the field in the
SQL query that created the current record set.
|
| fieldname
| the name of the field, as expressed in the SQL query
|
| OTYPE_VARCHAR2
| varchar2, variable length character
|
| OTYPE_NUMBER
| numeric field
|
| OTYPE_LONG
| long text (> 2000 bytes)
|
| OTYPE_ROWID
| Oracle rowid
|
| OTYPE_DATE
| a date
|
| OTYPE_RAW
| raw bytes
|
| OTYPE_LONGRAW
| long blob of bytes (generally > 255 bytes)
|
| OTYPE_CHAR
| fixed-length text
|
| OTYPE_MSLABEL
| special type for Trusted Oracle
|
|
|
Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|