CGCursor::COLUMN

Column of cursor

FieldDescription
char szName[MAX_PATH];Column name
long eTypeDatatype of the column:
CGCursor::eInt
CGCursor::eChar
CGCursor::eBinary
CGCursor::eDouble
CGCursor::eDate
CGCursor::eTimeStamp
CGCursor::eGUID
CGCursor::eCLOB
CGCursor::eBLOB
long lSizeSize of datatype. (During initialization should be specified only for eChar and eBinary datatypes.
long lPrecisionNumber of digits after decimal point. Is used only for eDouble datatypes.