Collection Contents Previous Next PDF

UltraLite C/C++ User's Guide

Developing Applications Using the UltraLite C++ Component

Accessing schema information


The objects in the API represent tables, columns, indexes, and synchronization publications. Each object has a GetSchema method that provides access to information about the structure of that object.

You cannot modify the schema through the API. You can only retrieve information about the schema.

For information about modifying the schema, see Upgrading your database schema.

You can access the following schema objects and information.


Collection Contents Previous Next PDF