getAutoCommit 方法 (SQLServerConnection)

下载 JDBC 驱动程序

检索此 SQLServerConnection 对象的当前自动提交模式。

语法

  
public boolean getAutoCommit()  

返回值

如果自动提交模式已启用,值为 true;否则,值为 false

例外

SQLServerException

备注

此 getAutoCommit 方法是由 java.sql.Connection 接口中的 getAutoCommit 方法指定的。

另请参阅

SQLServerConnection 成员
SQLServerConnection 类