ExecuteBatchStatement ::= |
executeBatch ( IDENTIFIER )? ( using IDENTIFIER )? ( RawSqlList | |
Used by: |
This statement adds all the SQL statements into a JDBC batch and then run the batch. Statements in a batch typically are updates. If a variable name is given, the total number of updates is returned.