CMetaLabel 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

CMetaLabel Constructors

CMetaLabel(void)

This constructor instantiates a CMetaLabel object to be created.

CMetaLabel(const OBJECTID_t lOID);

This constructor instantiates a CMetaLabel object identified by the internal object ID lOID. The user invokes ReadObject to retrieve the object from the repository.

CMetaLabel(const TCHAR *label, const TCHAR *creator);

This constructor instantiates a CMetaLabel object to create. Follow this call with a call to WriteObject to write the label definition to the MDS Repository. This constructor can also be used to instantiate an object for reading, in which case the ‘creator’ value is ignored.