Quadcap Software

Quadcap Embeddable Database

Quadcap Software

Syntax

grantStmt
  :  "grant" privilege ( COMMA privilege )* "on" 
    (  "table" 
    |  
    ) 
    sqlId "to" 
    (  sqlId ( COMMA sqlId )* 
    |  "public" 
    ) 
    (  "with" "grant" "option" 
    |  
    ) 
    
  ;


GRANT statement

The grammar's here, but this statement hasn't been implemented yet.