Describes the type of the parameters passed to the Oracle command.
Namespace: Alachisoft.NCache.Runtime.DependenciesAssembly: 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 name | Value | Description | |
|---|---|---|---|
| BFile | 0 | ||
| Blob | 1 | ||
| Byte | 2 | ||
| Char | 3 | ||
| Clob | 4 | ||
| Date | 5 | ||
| Decimal | 6 | ||
| Double | 7 | ||
| Int16 | 8 | ||
| Int32 | 9 | ||
| Int64 | 10 | ||
| IntervalDS | 11 | ||
| IntervalYM | 12 | ||
| Long | 13 | ||
| LongRaw | 14 | ||
| NChar | 15 | ||
| NClob | 16 | ||
| NVarchar2 | 17 | ||
| Raw | 18 | ||
| RefCursor | 19 | ||
| Single | 20 | ||
| TimeStamp | 21 | ||
| TimeStampLTZ | 22 | ||
| TimeStampTZ | 23 | ||
| Varchar2 | 24 | ||
| XmlType | 25 |