Home | Trees | Index | Help |
---|
MySQL FLAG Constants
These flags are used along with the FIELD_TYPE to indicate various properties of columns in a result set.
Variable Summary | |
---|---|
int |
AUTO_INCREMENT = 512 |
int |
BINARY = 128 |
int |
BLOB = 16 |
int |
ENUM = 256 |
int |
GROUP = 32768 |
int |
MULTIPLE_KEY = 8 |
int |
NOT_NULL = 1 |
int |
NUM = 32768 |
int |
PART_KEY = 16384 |
int |
PRI_KEY = 2 |
int |
SET = 2048 |
int |
TIMESTAMP = 1024 |
int |
UNIQUE = 65536 |
int |
UNIQUE_KEY = 4 |
int |
UNSIGNED = 32 |
int |
ZEROFILL = 64 |
Variable Details |
---|
int
512
int
128
int
16
int
256
int
32768
int
8
int
1
int
32768
int
16384
int
2
int
2048
int
1024
int
65536
int
4
int
32
int
64
Home | Trees | Index | Help |
---|