Semantics : RawSqlList

RawSqlList  ::=  { ( Mixture ; )+ }

Used by:  

These are multiple SQL statements with no bind variables (i.e., ?'s). Each statement is ended with ; . They are enclosed in { and } .