Type (OraMetaData) Property
Applies To
OraMetaData Object
Description
Returns type of the schema object described by the OraMetaData object.
Usage
type = OraMetaData.Type
Remarks
The possible values include the following constants:
¹ ORAMD_TABLE 1
¹ ORAMD_VIEW 2
¹ ORAMD_COLUMN 3
¹ ORAMD_COLUMN_LIST 4
¹ ORAMD_TYPE 5
¹ ORAMD_TYPE_ATTR 6
¹ ORAMD_TYPE_ATTR_LIST 7
¹ ORAMD_TYPE_METHOD 8
¹ ORAMD_TYPE_METHOD_LIST 9
¹ ORAMD_TYPE_ARG 10
¹ ORAMD_TYPE_RESULT 11
¹ ORAMD_PROC 12
¹ ORAMD_FUNC 13
¹ ORAMD_ARG 14
¹ ORAMD_ARG_LIST 15
¹ ORAMD_PACKAGE 16
¹ ORAMD_SUBPROG_LIST 17
¹ ORAMD_COLLECTION 18
¹ ORAMD_SYNONYM 19
¹ ORAMD_SEQENCE 20
¹ ORAMD_SCHEMA 21
¹ ORAMD_OBJECT_LIST 22
¹ ORAMD_OBJECT_LIST 23
¹ ORAMD_DATABASE 24
Note: If this version of the OraMetaData Object is used on a release 8.1 or higher
Oracle database, values higher than 24 are possible if the database is enhanced
to introduce new schema types.
Contents