Contents Index Building your UltraLite C++ application Compiling and linking your application pdf/preface.pdf

UltraLite User's Guide
  Developing C++ API Applications
    Building your UltraLite C++ application

Generating UltraLite C++ classes


The generator generates table classes from publications in the database, and query classes from any SQL statements added with the ul_add_statement stored procedure, writing the output to the following files:

Whether you use queries in a project, publications, or a mix to define the classes in your application, you must generate all the code in a single run of the UltraLite generator.

To generate UltraLite code for a publication

To generate UltraLite code for a UltraLite project

To generate UltraLite code for both a project and a publication

For more information on the UltraLite generator, see The UltraLite generator.


Contents Index Building your UltraLite C++ application Compiling and linking your application pdf/preface.pdf