Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

Part Number B10119-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

OMetaData Method

Applies To

OMetaData

Description

OMetaData constructor

Usage

OMetaData(void) throw(OException)

OMetaData(const OMetaData& other) throw(OException)

OMetaData(ODatabase& db, const char *SchemaObjectName) throw(OException)

Arguments
Description
other
Another OMetaData object that is being copied.
odb
The database on which to open this OMetaData instance.
SchemaObjectName
Name of the schema object to describe. For example, scott.emp.empno@mydb.
Remarks

These methods construct a new OMetaData instance.

Example: Displaying Attributes of an OMetaData Object