码迷,mamicode.com
首页 > 其他好文 > 详细

defaultAutoCommit

时间:2016-08-06 08:29:33      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:

driver default The default auto-commit state of connections created by this pool. If not set then the setAutoCommit method will not be called.

如果不设置,则自动提交。此时conn.rollback(); conn.commit(); 不起作用。

只有设置为false 时,可以使用 conn.rollback();conn.commit();

 

defaultAutoCommit

标签:

原文地址:http://www.cnblogs.com/zno2/p/4764066.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!