Quadcap Software

Quadcap Embeddable Database

Quadcap Software

INT

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

Syntax

typeInt
  :  (  "int" 
    |  "integer" 
    ) 
    
  ;