在Connection中设置executeUpdate()不要自动提交的代码是()。
12 查阅
在Connection中设置executeUpdate()不要自动提交的代码是()。
A.connection.rollback()
B.connection.close()
C.connection.setAutoCommit(false)
D. connection.setAutoCommit(true)
参考答案: