Quadcap Software

Quadcap Embeddable Database

Quadcap Software

BIT

The BIT, or BINARY type is implemented using Java primitive byte arrays, with a length field specifying the size, in bits, of the data.

Syntax

typeBit
  :  (  "bit" 
    |  "binary" 
    ) 
    (  LPAREN integer RPAREN 
    |  
    ) 
    
  ;