单项选择题

以下哪个是DBUtils中开启事务的方法的方法?()

A.query(conn ,sql ,handler,params )
B.conn.commit()
C.conn.rollback()
D.conn.setAutoCommit(false)