|
Oracle® Data Provider for .NET Developer's Guide
10g Release 1 (10.1.0.3) Part No. B14164-01 |
|
|
|
|
OracleDbType enumerated values are used to explicitly specify the OracleDbType of an OracleParameter.
Table 4-107 lists all the OracleDbType enumeration values with a description of each enumerated value.
Table 4-107 OracleDbType Enumeration Values
| Member Name | Description |
|---|---|
BFile
|
Oracle BFILE type
|
Blob
|
Oracle BLOB type
|
Byte
|
byte type
|
Char
|
Oracle CHAR type
|
Clob
|
Oracle CLOB type
|
Date
|
Oracle DATE type
|
Decimal
|
Oracle NUMBER type
|
Double
|
8-byte FLOAT type
|
Int16
|
2-byte INTEGER type
|
Int32
|
4-byte INTEGER type
|
Int64
|
8-byte INTEGER type
|
IntervalDS
|
Oracle INTERVAL DAY TO SECOND type
|
IntervalYM
|
Oracle INTERVAL YEAR TO MONTH type
|
Long
|
Oracle LONG type
|
LongRaw
|
Oracle LONG RAW type
|
NChar
|
Oracle NCHAR type
|
NClob
|
Oracle NCLOB type
|
NVarchar2
|
Oracle NVARCHAR2 type
|
Raw
|
Oracle RAW type
|
RefCursor
|
Oracle REF CURSOR type
|
Single
|
4-byte FLOAT type
|
TimeStamp
|
Oracle TIMESTAMP type
|
TimeStampLTZ
|
Oracle TIMESTAMP WITH LOCAL TIME ZONE type
|
TimeStampTZ
|
Oracle TIMESTAMP WITH TIME ZONE type
|
Varchar2
|
Oracle VARCHAR2 type
|
XmlType
|
Oracle XMLType type
|
|
See Also: |