Quadcap Software

Quadcap Embeddable Database

Quadcap Software

TIME

The TIME type is implemented using the long representation returned by Java Date.getTime(). Only the hour, minute, and second portions of this value are actuall used by these types.

Syntax

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