UltraLite User's Guide
C++ API Reference
Generated statement class
bool SetNull( ULConnection* conn,
ul_column_num column-index )
Sets the specified column to NULL.
conn The connection on which the statement is to be executed.
column-index The number of the column. The first column in the table has a value of one.
true (1) if successful.
false (0) if unsuccessful.