Contents Index Set<Column> generated method Index enumeration pdf/preface.pdf

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

SetNull<Column> generated method


Prototype 

bool  SetNullcolumn-name( )

Description 

Sets a column to the SQL NULL. The data is not actually changed until you execute an Insert or Update, and that change is not permanent until it is committed.

Parameters 

column-name    A generated name derived from the name of the column in the reference database.

Returns 

true (1) if successful.

false (0) if unsuccessful.

See also 

SetColumnNull method


Contents Index Set<Column> generated method Index enumeration pdf/preface.pdf