But a statementobject submits different SQL statements to batch, while prepared statement submits a set of parameters to batch.
但语句对象提交不同的sql语句进行批处理,而预置语句提交的是一组参数。
2
Note that an assignment statement which is assigning a function literal or object literal is still an assignment statement and must end with a semicolon.
注意一个函数赋值或对象赋值语句也是赋值语句,应该以分号结尾。
3
You don't do so in this method, but you also could check for SQL warnings on the Statementobject in the same manner.