UltraLite User's Guide
Developing C++ API Applications
Defining features for your application
When you run the UltraLite generator, it writes out class definitions for all the SQL statements in a given project. A project is a name defined in the reference database, which groups the SQL statements for an application. You can store SQL statements for multiple applications in a single reference database by defining multiple projects.
For information on creating projects, see Creating an UltraLite project.
You can use the ul_delete_project stored procedure to remove a project definition.