CSchemata, CSchemataInfo
emataInfo
Remarks
Call the typedef class CSchemata to implement its parameter class CSchemataInfo. See Schema Rowset Classes and Typedef Classes for more information on using typedef classes.
This class identifies the schemas that are owned by a given user.
The following table lists the class data members and their corresponding OLE DB Columns. See in the OLE DB Programmer's Reference for more information about the schema and columns.
Data members | OLE DB columns |
m_szCatalog | CATALOG_NAME |
m_szName | SCHEMA_NAME |
m_szOwner | SCHEMA_OWNER |
m_szCharCatalog | DEFAULT_CHARACTER_SET_CATALOG |
m_szCharSchema | DEFAULT_CHARACTER_SET_SCHEMA |
m_szCharName | DEFAULT_CHARACTER_SET_NAME |
#include <atldbsch.h>
See Also