Quadcap Software

Quadcap Embeddable Database

Quadcap Software

SMALLINT

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

Syntax

typeSmallInt
  :  "smallint" 
  ;