- sql
- the SQL command as a String. Typically an INSERT or UPDATE statement.
Type Reason Java.Sql.SQLException if an error occurs accessing the database or the database does not support batch updates.
Adds a specified SQL command to the list of commands for this Statement.
The list of commands is executed by invoking the executeBatch method.