Quadcap Software

Quadcap Embeddable Database

Quadcap Software

TINYINT

The INT, or INTEGER type is implemented using the Java Integer type, which uses an 8-bit two's complement representation to store values ranging from -(2**8) to (2**8)-1.

Syntax

typeTinyInt
  :  "tinyint" 
  ;