COSchema<T> Class Overview

template <class TRBase=CRBase>
class COSchema : public TRBase

        COSchema<T> is a very simple template class to generically deal with all the schema rowsets, including OLAP meta data. It only has one function to open it using IDBSchemaRowset::GetRowset. For how to use it, see the example Schema.

COSchema<T> Class Member