Quadcap Software

Quadcap Embeddable Database

Quadcap Software

CLOB

The CLOB, or CHARACTER LARGE OBJECT type can represent character sequences up to 2**32-1 characters in length.

Syntax

typeBlob
  :  (  "blob" 
    |  "binary" "large" "object" 
    ) 
    (  LPAREN integer RPAREN 
    |  
    ) 
    
  ;