UltraLite User's Guide
C++ API Reference
Generated table class
bool Getcolumn-name( type* variable, [ ul_length* length, ]
bool* isNull = UL_NULL )
Retrieves a value from column-name. The type specification depends on the column data type.
column-name The name of the column.
variable A variable of the proper data type for the column. This data type can be retrieved using GetColumnType.
length For variable length data types. For character data, the length parameter specifies the length of the C array including the space used for the terminator.
isNull If the value is NULL, this argument is true.
true (1) if successful.
false (0) if unsuccessful.