Oracle Objects for OLE C++ Class Library
Release 8.1.7
Part Number A85258-01
Library
Product
Contents
Describe Method
Applies To
ODatabase
Description
Describes the specified schema object.
Usage
OMetaData
Describe
(const char *
SchemaObjectName
) throw(
OException
)
Arguments
SchemaObjectName
Name of the schema object to describe. For example,
scott.emp.empno@mydb
.
Remarks
This operation describes existing schema objects: tables, views, synonyms, procedures, functions, packages, sequences, types, schemas, and databases.
Example: Displaying Attributes of an OMetaData Object
Copyright copy; 1996-2000, Oracle Corporation.
All Rights Reserved.
Library
Product
Contents