CTranslations, CTranslationInfo

Call the typedef class CTranslations to implement its parameter class CTranslationInfo.

Remarks

See Schema Rowset Classes and Typedef Classes for more information on using typedef classes.

This class identifies the character translations defined in the catalog that are accessible to a given user.

The following table lists the class data members and their corresponding OLE DB Columns. See TRANSLATIONS Rowset in the OLE DB Programmer's Reference for more information about the schema and columns.

Data members

OLE DB columns

m_szCatalog

TRANSLATION_CATALOG

m_szSchema

TRANSLATION_SCHEMA

m_szName

TRANSLATION_NAME

m_szSourceCatalog

SOURCE_CHARACTER_SET_CATALOG

m_szSourceSchema

SOURCE_CHARACTER_SET_SCHEMA

m_szSourceName

SOURCE_CHARACTER_SET_NAME

m_szTargetCatalog

TARGET_CHARACTER_SET_CATALOG

m_szTargetSchema

TARGET_CHARACTER_SET_SCHEMA

m_szTargetName

TARGET_CHARACTER_SET_NAME

Requirements

Header: atldbsch.h

See Also

Concepts

CatDB Sample: Data Source Schema Browser

CRestrictions Class