Class COSessionEx Overview

class COSessionEx : public COSession

        COSessionEx, an extended COSession, wraps the functions of interfaces IIndexDefinition, ITableDefinition and ITableDefinitionWithConstraints for creating various database objects such as tables, columns, indexes, keys and constraints. In comparison with DDLs (Data Definition Languages), COSessionEx provides a set of methods to generically create and drop the above database objects.  For how to use the class, see the example MkTblsEx.

COSessionEx Class Members