CMetaAIM 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

CMetaAIM Constructors

CMetaAIM(void);

This CMetaAIM constructor instantiates a CMetaAIM to be created. You need to follow this call with invocation of the CreateModel function in the newly instantiated CMetaAIM object to create a new model.

CMetaAIM(const OBJECTID_t lOID);

This CMetaAIM constructor instantiates a CMetaAIM identified by the ObjectID. You then need to invoke the ReadObject function to retrieve the object from the repository database.

CMetaAIM(const GUID &GID);

This CMetaAIM constructor instantiates a CMetaAIM identified by an ObjectGUID. You then need to invoke the ReadObject function to retrieve the object from the repository database.

CMetaAIM(LPCTSTR name);

This CMetaAIM constructor instantiates a CMetaAIM identified by the object name. You then need to invoke the ReadObject function to retrieve the object from the repository database.