CMetaClassDesc Constructors - Teradata Meta Data Services

Teradata Meta Data Services Programmer Guide

Product
Teradata Meta Data Services
Release Number
15.00
Language
English (United States)
Last Update
2018-09-28
Product Category
Teradata Tools and Utilities

CMetaClassDesc Constructors

To create a new CMetaClassDesc object, use the CMetaAIM class.

To read an existing ClassDesc, use the CMetaAIM object only if the object’s name is known.

If the object’s name is not known and ObjectGUID or ObjectID is known, use the constructors listed below, followed with ReadObject invocation.

CMetaClassDesc();

This is the default CMetaClassDesc constructor.

CMetaClassDesc(const GUID &GID);

This CMetaClassDesc constructor instantiates a CMetaClassDesc identified by the ObjectGUID.

CMetaClassDesc(const OBJECTID_t lOID);

This CMetaClassDesc constructor instantiates a CMetaClassDesc identified by the ObjectID.