SQLType 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 SQLType
public enum SQLType
type SQLType =
Public Enum SQLType
- Inheritance
-
SQLType
Fields
| BigInt | 492 | |
| BinaryString | 912 | |
| BLOB | 404 | |
| Bool | 2436 | |
| Char | 452 | |
| Character | 452 | |
| CharacterForSBCS | 452 | |
| CharacterVaryingForSBCS | 448 | |
| CharForBitData | 912 | |
| CharForSBCS | 452 | |
| CLOB | 408 | |
| CLOB_DBCS | 412 | |
| Date | 384 | |
| DecFloat | 996 | |
| Decimal | 484 | |
| Double | 480 | |
| FixedByte | 452 | |
| FixedCharSBCS | 452 | |
| Float | 480 | |
| Graphic | 468 | |
| GraphicVarying | 464 | |
| Int | 496 | |
| Integer | 496 | |
| LongVarChar | 456 | |
| LongVarCharForBitData | 908 | |
| LongVarCharSBCS | 456 | |
| LongVarGraphic | 472 | |
| NBool | 2437 | |
| None | 0 | |
| NullableBigInt | 493 | |
| NullableBinaryString | 913 | |
| NullableBLOB | 405 | |
| NullableChar | 453 | |
| NullableCharacter | 453 | |
| NullableCharacterForSBCS | 453 | |
| NullableCharacterVaryingForSBCS | 449 | |
| NullableCharForBitData | 913 | |
| NullableCharForSBCS | 453 | |
| NullableCLOB | 409 | |
| NullableCLOB_DBCS | 413 | |
| NullableDate | 385 | |
| NullableDecFloat | 997 | |
| NullableDecimal | 485 | |
| NullableDouble | 481 | |
| NullableFixedByte | 453 | |
| NullableFixedCharSBCS | 453 | |
| NullableFloat | 481 | |
| NullableGraphic | 469 | |
| NullableGraphicVarying | 465 | |
| NullableInt | 497 | |
| NullableInteger | 497 | |
| NullableLongCharForBitData | 909 | |
| NullableLongVarChar | 457 | |
| NullableLongVarCharSBCS | 457 | |
| NullableLongVarGraphic | 473 | |
| NullableNullTerminatedChar | 461 | |
| NullableNumeric | 505 | |
| NullableReal | 481 | |
| NullableROWID | 905 | |
| NullableSmallInt | 501 | |
| NullableTime | 389 | |
| NullableTimestamp | 393 | |
| NullableVarBinaryString | 909 | |
| NullableVarByte | 449 | |
| NullableVarChar | 449 | |
| NullableVarCharacter | 449 | |
| NullableVarCharForBitData | 909 | |
| NullableVarCharForSBCS | 449 | |
| NullableVarGraphic | 465 | |
| NullableZonedDecimal | 489 | |
| NullTerminatedChar | 460 | |
| Numeric | 504 | |
| Real | 480 | |
| ROWID | 904 | |
| SmallInt | 500 | |
| Time | 388 | |
| Timestamp | 392 | |
| TinyInt | -6 | |
| VarBinaryString | 908 | |
| VarByte | 448 | |
| VarChar | 448 | |
| VarCharacter | 448 | |
| VarCharForBitData | 908 | |
| VarCharForSBCS | 448 | |
| VarGraphic | 464 | |
| ZonedDecimal | 488 |