UltraLite User's Guide
C++ API Reference
The generated result set class represents a query result set to your application. The name of the class is generated by the UltraLite generator, based on the name of the statement supplied when it was added to the database.
To create a generated result set object, you use the generated name in the declaration
result-set rs;
rs.Open();
result-set: generated name
The UltraLite generator defines a class for each named statement in an UltraLite project that returns a result set. This class inherits methods from ULCursor.
For its position in the API hierarchy, see C++ API class hierarchy.
ul_add_statement system procedure
Get<Column> generated method
Open method
Set<Column> generated method
SetNull<Column> generated method