MsDb2Type Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class MsDb2Type
public enum MsDb2Type
type MsDb2Type =
Public Enum MsDb2Type
- Inheritance
-
MsDb2Type
Fields
| BigInt | 0 | |
| Binary | 1 | |
| Bit | 2 | |
| BLOB | 3 | |
| Boolean | 4 | |
| Char | 5 | |
| CharForBit | 6 | |
| CLOB | 7 | |
| Date | 8 | |
| DBCLOB | 9 | |
| DecFloat | 10 | |
| Decimal | 11 | |
| Double | 12 | |
| Graphic | 13 | |
| Int | 14 | |
| LongVarChar | 15 | |
| LongVarCharForBit | 16 | |
| LongVarGraphic | 17 | |
| NChar | 18 | |
| NClob | 19 | |
| Numeric | 20 | |
| NVarChar | 21 | |
| Real | 22 | |
| RowId | 23 | |
| SmallInt | 24 | |
| Time | 25 | |
| Timestamp | 26 | |
| TimeStampOffset | 27 | |
| TinyInt | 28 | |
| VarBinary | 29 | |
| VarChar | 30 | |
| VarCharForBit | 31 | |
| VarGraphic | 32 | |
| VarWideChar | 33 | |
| VarWideGraphic | 34 | |
| WideChar | 35 | |
| Xml | 36 |