Contents Index Result set schema description Data manipulation internals

UltraLite C++ User's Guide
  Understanding UltraLite Development

Accessing and manipulating data with the Table API


UltraLite applications can access data in tables in a row-by-row fashion. This section covers the following topics:

The section also provides a lower-level description of the way that UltraLite operates on the underlying data to help you understand how it handles transactions, and how changes are made to the data in your database.


Data manipulation internals
Scrolling through the rows of a table
Accessing the values of the current row
Searching for rows with find and lookup
Inserting updating, and deleting rows

Contents Index Result set schema description Data manipulation internals