Server data types
Server Data Type | Size | Signed / Unsigned |
---|---|---|
BOOL | 1 Bit | Â |
STR | Variable | Â |
BYTE | 1 Byte | Unsigned |
CHAR | 1 Byte | Signed |
INT8 | 1 Byte | Signed |
UINT8 | 1 Byte | Unsigned |
INT16 | 2 Byte | Signed |
UINT16 | 2 Byte | Unsigned |
INT32 | 4 Byte | Signed |
UINT32 | 4 Byte | Unsigned |
INT64 | 8 Byte | Signed |
UINT64 | 8 Byte | Unsigned |
FLOAT | 4 Byte | Â |
DOUBLE | 8 Byte | Â |
DATE | Â | Â |
TIME | Â | Â |