Contents Index SetParameter method Get generated method pdf/preface.pdf

UltraLite User's Guide
  C++ API Reference

Generated table class


Object 

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.

Prototype 

Tablename tb;
tb.Open();

Tablename:
generated name

Description 

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.

See also 

ULCursor class

ULTable class


Get generated method
Get<Column> generated method
GetSize<Column> generated method
Open method
Set<Column> generated method
SetNull<Column> generated method
Index enumeration

Contents Index SetParameter method Get generated method pdf/preface.pdf