Contents Index LookupForward method Get<Column> generated method pdf/preface.pdf

UltraLite User's Guide
  C++ API Reference

Generated result set class


Object 

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.

Prototype 

To create a generated result set object, you use the generated name in the declaration

result-set  rs;
rs.Open();

result-set: generated name

Description 

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.

See also 

ULCursor class

ul_add_statement system procedure


Get<Column> generated method
Open method
Set<Column> generated method
SetNull<Column> generated method

Contents Index LookupForward method Get<Column> generated method pdf/preface.pdf