SQLType

Column type codes

DEFAULT means infer parameter type or column type from D variable type.

Values

ValueMeaning
DEFAULT-1
DECIMAL0x00
TINY0x01
SHORT0x02
INT0x03
FLOAT0x04
DOUBLE0x05
NULL0x06
TIMESTAMP0x07
LONGLONG0x08
INT240x09
DATE0x0a
TIME0x0b
DATETIME0x0c
YEAR0x0d
NEWDATE0x0e
VARCHAR0x0f
BIT0x10
NEWDECIMAL0xf6
ENUM0xf7
SET0xf8
TINYBLOB0xf9
MEDIUMBLOB0xfa
LONGBLOB0xfb
BLOB0xfc
VARSTRING0xfd
STRING0xfe
GEOMETRY0xff

Meta