Semantics : CreateBatchStatement

CreateBatchStatement  ::=  createBatch IDENTIFIER ( using IDENTIFIER )? ;

Used by:  

Creates an empty JDBC batch using the default connection $$con or a named connection specified in the 2nd parameter. The batch is returned in the variable whose name is the 1st parameter.