Quadcap Software

Quadcap Embeddable Database

Quadcap Software

BOOLEAN

The BOOLEAN type is implemented using the java Boolean type, and can represent the values true and false.

Syntax

typeBoolean
  :  "boolean" 
  ;