Oracle Objects for OLE C++ Class Library Release 9.2 Part Number A95896-01 |
|
Applies To
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. |
These methods construct a new OMetaData instance.
Example: Displaying Attributes of an OMetaData Object
|
Copyright © 1998, 2002 Oracle Corporation. All Rights Reserved. |
|