Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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

 

 

  • No labels