单项选择题

如果要手动处理事务,需要先执行Connection的以下哪个方法()

A.conn.setAutoCommit(false)
B.conn.setSavepoint()
C.conn.commit()
D.conn.rollback()