UltraLite Static C++ API Reference
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.
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.