单项选择题

iBATIS提供了自动化的JDBC事务管理机制。对于传统JDBC连接而言,获得Connection实例之后,需要调用()设定事务提交模式。

A.Connection.SetAutoCommit
B.Connection.SetCommit
C.Connection.SetROLLBACK
D.Connection.SetAutoROLLBACK