Contents Index SetNull<Column> generated method Execute method pdf/preface.pdf

UltraLite User's Guide
  C++ API Reference

Generated statement class


For each SQL statement that does not return a result set, including inserts, updates, and deletes, the UltraLite generator defines a generated statement class. The name of the class is the name provided in the ul_add_statement stored procedure call that added the statement to the reference database.

The generated statement class inherits from the ULStatement class, which has no methods of its own.

For its position in the API hierarchy, see C++ API class hierarchy.


Execute method
SetNull method
SetParameter method

Contents Index SetNull<Column> generated method Execute method pdf/preface.pdf