Contents Index Tutorial: Build an Application Using the C++ API Overview pdf/preface.pdf

UltraLite User's Guide
  Tutorial: Build an Application Using the C++ API

Introduction to the UltraLite C++ API


You can use the UltraLite C++ API to develop UltraLite C/C++ programs using an API instead of embedded SQL. It provides an equivalent functionality to embedded SQL, but in the form of a C++ interface.

Base classes 

The UltraLite C++ API starts with a set of base classes that represent the basic components of an UltraLite application. These are:

Generated classes 

For each application, the UltraLite generator writes out a set of classes that describe your particular UltraLite database.

You use these classes in your application to access and modify data, and to synchronize with consolidated databases.


Overview

Contents Index Tutorial: Build an Application Using the C++ API Overview pdf/preface.pdf