Contents Index Reopen method SetColumnNull method pdf/preface.pdf

UltraLite User's Guide
  C++ API Reference
    ULCursor class

Set method


Prototype 

bool  Set( ul_column_num colnumvalue )

value:
  p_ul_binary buffer-name, ul_length buffer-length
| ul_char * buffer-name, ul_length buffer-length = 0
| DECL_DATETIME date-value
| DECL_UNSIGNED_BIGINT bigint-value
| unsigned char  char-value
| double double-value
| float float-value
| [ unsigned ] long long-value
| [ unsigned ] short short-value

Description 

Sets a value in the specified column, for the current row.

colnum    A 2-byte integer. The first column is column 1.

value    For character and binary data you must supply a buffer name and length. For other data types, a value of the proper type is needed. The function fails if the data type is incorrect for the column.

Returns 

true (1) if successful.

false (0) if unsuccessful.

See also 

Get method


Contents Index Reopen method SetColumnNull method pdf/preface.pdf