CSchemata, CSchemataInfo
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at CSchemata, CSchemataInfo.
Call the typedef class CSchemata to implement its parameter class CSchemataInfo.
Remarks
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 SCHEMATA Rowset 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 |
Requirements
Header: atldbsch.h