Field | Description |
char szName[MAX_PATH]; | Column name |
long eType | Datatype of the column:CGCursor::eInt CGCursor::eChar CGCursor::eBinary CGCursor::eDouble CGCursor::eDate CGCursor::eTimeStamp CGCursor::eGUID CGCursor::eCLOB CGCursor::eBLOB |
long lSize | Size of datatype. (During initialization should be specified only for eChar and eBinary datatypes. |
long lPrecision | Number of digits after decimal point. Is used only for eDouble datatypes. |