Quadcap Software

Quadcap Embeddable Database

Quadcap Software

TIMESTAMP

The TIMESTAMP type is implemented using the long representation returned by Java Date.getTime().

Syntax

typeTimestamp
  :  "timestamp" 
    (  LPAREN integer RPAREN 
    |  
    ) 
    (  "with" "time" "zone" 
    |  
    ) 
    
  ;