Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
Applies To
OraCollection Object
Description
An integer code representing the Server type of an element. This property is read-only at runtime.
Usage
elem_type = OraCollection.ElementType
Remarks
The codes correspond to the Oracle external datatypes. The following Oracle element datatypes are supported:
Oracle Element Datatypes Supported
Constant |
Value |
External Datatype |
---|---|---|
ORATYPE_VARCHAR2 |
|
VARCHAR2 |
ORATYPE_NUMBER |
2 |
NUMBER |
ORATYPE_SINT |
3 |
SIGNED INTEGER |
ORATYPE_FLOAT |
4 |
FLOAT |
ORATYPE_VARCHAR |
9 |
VARCHAR |
ORATYPE_DATE |
12 |
DATE |
ORATYPE_UINT |
68 |
UNSIGNED INTEGER |
ORATYPE_CHAR |
96 |
CHAR |
ORATYPE_CHARZ |
97 |
Null Terminated CHAR |
ORATYPE_OBJECT |
108 |
Object datatype |
ORATYPE_REF |
110 |
Ref datatype |
Integer
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|