DBTypes 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 DBTypes
public enum DBTypes
type DBTypes =
Public Enum DBTypes
- Inheritance
-
DBTypes
Fields
Name | Value | Description |
---|---|---|
DB_STR | 0 | |
DB_INT | 1 | |
DB_DBL | 2 | |
DB_DATE | 3 | |
DB_ENUM | 4 | |
DB_RSTR | 5 | |
DB_VAR | 5 | |
DB_DATETIME | 6 | |
DB_QUEUE | 7 | |
DB_TEXT | 8 | |
DB_TIME | 11 | |
DB_TYPESTR | 16 | |
DB_TYPEINT | 17 | |
DB_TYPEDBL | 18 | |
DB_TYPEDATE | 19 | |
DB_TYPEENUM | 20 | |
DB_TYPEVAR | 21 | |
DB_TYPEDATETIME | 22 | |
DB_TYPEQUEUE | 23 | |
DB_TYPETEXT | 24 | |
DB_CLASS | 27 | |
DB_RECBUF_OBJ | 31 | |
DB_ANY | 41 | |
DB_GUID | 45 | |
DB_TYPEGUID | 46 | |
DB_INT64 | 49 | |
DB_TYPEINT64 | 50 | |
DB_VARARG | 52 | |
DB_VOID | 255 |