Quadcap Software

Quadcap Embeddable Database

Quadcap Software

DECIMAL

The DECIMAL type is implemented using the Java java.math.BigDecimal class, which permits essentially unlimited precision.

Syntax

typeDecimal
  :  (  "dec" 
    |  "decimal" 
    |  "numeric" 
    ) 
    (  LPAREN integer 
      (  COMMA integer 
      |  
      ) 
      RPAREN 
    |  
    ) 
    
  ;