DrdaType 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 DrdaType
public enum DrdaType
type DrdaType =
Public Enum DrdaType
- Inheritance
-
DrdaType
Fields
| BigInt | 0 | |
| Binary | 1 | |
| BLOB | 23 | |
| Char | 3 | |
| CLOB | 21 | |
| Date | 5 | |
| DBCLOB | 22 | |
| Decimal | 6 | |
| Double | 7 | |
| Graphic | 18 | |
| Int | 8 | |
| Numeric | 9 | |
| Real | 10 | |
| SmallInt | 11 | |
| Time | 12 | |
| Timestamp | 13 | |
| VarBinary | 15 | |
| VarChar | 16 | |
| VarGraphic | 19 | |
| Xml | 24 |