网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
iBATIS提供了自动化的JDBC事务管理机制。对于传统JDBC连接而言,获得Connection实例之后,需要调用()设定事务提交模式。
A
Connection.SetAutoCommit
B
Connection.SetCommit
C
Connection.SetROLLBACK
D
Connection.SetAutoROLLBACK
参考答案
参考解析
解析:
暂无解析
更多 “单选题iBATIS提供了自动化的JDBC事务管理机制。对于传统JDBC连接而言,获得Connection实例之后,需要调用()设定事务提交模式。A Connection.SetAutoCommitB Connection.SetCommitC Connection.SetROLLBACKD Connection.SetAutoROLLBACK” 相关考题
考题
在JDBC中使用事务,想要回滚事务的方法是()
A、Connection的commit()B、Connection的setAutoCommit()C、Connection的rollback()D、Connection的close()
考题
下列各项中不是JDBC API向JDBC Driver Manager发出请求的内容的是( )。A.指定要加载的JDBC驱动程序B.指定需要连接的数据库系统的类型C.指定需要连接的数据库系统的实例D.指定本地系统的类型
考题
iBATIS提供了自动化的JDBC事务管理机制。对于传统JDBC连接而言,获得Connection实例之后,需要调用()设定事务提交模式。
A.Connection.SetAutoCommitB.Connection.SetCommitC.Connection.SetROLLBACKD.Connection.SetAutoROLLBACK
考题
JDBC的描述哪个是正确的()A. JDBC是JVM虚拟机与数据库的连接协议B. JDBC是JVM虚拟机之间连接的协议C. JDBC是JVM连接应用服务器的协议D.JDBC是JVM连接web服务器的协议
考题
下列选项中,哪个不是jdbc事务处理的基本步骤有哪些:()A、 把自动提交关闭:connection.setAutoCommit(false);B、 正常的DB操作:若有一条sql语句失败了自动回滚C、 主动提交或主动回滚:connection.commit()或connection.rollback()D、 把自动提交打开:connection.setAutoCommit(true);
考题
JDBC中要显式地关闭连接的命令是()A、Connection.close();B、RecordSet.close()C、Connection.stop()D、Connection.release()
考题
iBATIS提供了自动化的JDBC事务管理机制。对于传统JDBC连接而言,获得Connection实例之后,需要调用()设定事务提交模式。A、Connection.SetAutoCommitB、Connection.SetCommitC、Connection.SetROLLBACKD、Connection.SetAutoROLLBACK
考题
单选题JDBC API提供了()接口来对数据库存储过程进行调用。A
java.sql.DriverManaggerB
java.sql.ConnectionC
java.sql.StatementD
java.sql.ResultE
java.sql.CallableStatement
考题
单选题在JDBC中,下列哪个接口不能被Connection创建()。A
StatementB
PreparedStatementC
CallableStatementD
RowsetStatement
考题
单选题在Jaee中,通过调用一下()方法,可以装载sun的JDBC-ODBC桥。A
class.forname(sun.jdbc.odbc.JdbcOdbcDriver)B
class.forName(sun.jdbcodbcDriver)C
Class.forName(sun.jdbc.odbc.JdbcOdbcDriver)D
Class.forname(sun.jdbc.JdbcOdbcDriver)
考题
单选题下列选项中,哪个不是jdbc事务处理的基本步骤有哪些:()A
把自动提交关闭:connection.setAutoCommit(false);B
正常的DB操作:若有一条sql语句失败了自动回滚C
主动提交或主动回滚:connection.commit()或connection.rollback()D
把自动提交打开:connection.setAutoCommit(true);
考题
单选题iBATIS提供了自动化的JDBC事务管理机制。对于传统JDBC连接而言,获得Connection实例之后,需要调用()设定事务提交模式。A
Connection.SetAutoCommitB
Connection.SetCommitC
Connection.SetROLLBACKD
Connection.SetAutoROLLBACK
考题
单选题在JDBC提供的数据库编程方法中提供了几种JDBC和数据库的连接方法()。A
5B
2C
4D
1
热门标签
最新试卷