UltraLite User's Guide
C++ API Reference
The generated table class represents a database table to your application. The name of the class is generated by the UltraLite generator, based on the name of the table in the database.
Tablename tb;
tb.Open();
Tablename:
generated name
The UltraLite generator defines a class for each table in a named publication. The generated table class inherits from ULTable and ULCursor. The class has a name based on the table or statement name, so that for a table named Product, the generator defines a class named Product.
For its position in the API hierarchy, see C++ API class hierarchy.
Get generated method
Get<Column> generated method
GetSize<Column> generated method
Open method
Set<Column> generated method
SetNull<Column> generated method
Index enumeration