Contents Index Get generated method GetSize<Column> generated method pdf/preface.pdf

UltraLite User's Guide
  C++ API Reference
    Generated table class

Get<Column> generated method


Prototype 

bool  Getcolumn-name( type* variable, [ ul_length* length, ]
bool* isNull = UL_NULL )

Description 

Retrieves a value from column-name. The type specification depends on the column data type.

Parameters 

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.

Returns 

true (1) if successful.

false (0) if unsuccessful.

See also 

Get generated method


Contents Index Get generated method GetSize<Column> generated method pdf/preface.pdf