Describes the type of the parameters passed to the Oracle command.

Namespace: Alachisoft.NCache.Runtime.Dependencies
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public enum OracleCmdParamsType
Visual Basic
Public Enumeration OracleCmdParamsType
Visual C++
public enum class OracleCmdParamsType

Members

Member nameValueDescription
BFile0
Blob1
Byte2
Char3
Clob4
Date5
Decimal6
Double7
Int168
Int329
Int6410
IntervalDS11
IntervalYM12
Long13
LongRaw14
NChar15
NClob16
NVarchar217
Raw18
RefCursor19
Single20
TimeStamp21
TimeStampLTZ22
TimeStampTZ23
Varchar224
XmlType25

See Also