Contents Index Set<Column> generated method Generated statement class pdf/preface.pdf

UltraLite User's Guide
  C++ API Reference
    Generated result set 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 

Set<Column> generated method


Contents Index Set<Column> generated method Generated statement class pdf/preface.pdf