Oracle Objects for OLE
Release 8.1.7

Part Number A85257-01

Library

Product

Contents

OraIDataType Property

See Also

Applies To

OraField

Description

Returns the Oracle internal datatype code for the field specified. Not available at design time and read-only at run time.

Usage

field_idatatype = orafield.OraIDataType

Remarks

The following Oracle Internal datatypes will be returned.

Constant
Value
Internal Datatype
ORATYPE_VARCHAR2

VARCHAR2
ORATYPE_NUMBER
2
NUMBER
ORATYPE_DATE
12
DATE
ORATYPE_RAW
95
RAW
ORATYPE_CHAR
96
CHAR
ORATYPE_MLSLABEL
105
MLSLABEL
ORATYPE_OBJECT
108
OBJECT
ORATYPE_REF
110
REF
ORATYPE_CLOB
112
CLOB
ORATYPE_BLOB
113
BLOB
ORATYPE_BFILE
114
BFILE
ORATYPE_VARRAY
247
VARRAY
ORATYPE_TABLE
248
NESTED TABLE

These values can be found in the file oracle_base\oracle_home\oo4o\oraconst.txt.

Data Type

Long Integer


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents