autocommit 中文意思是什麼

autocommit 解釋
自動提交
  1. Autocommit and autorollback in update

    更新中自動提交和自動回滾。
  2. When off, it returns the connection to autocommit transaction mode

    如果設置為off ,則使連接恢復為自動提交事務模式。
  3. In autocommit mode, all individual statements are committed if they complete successfully

    在自動提交模式下,所有單個語句在成功完成時將被提交。
  4. For example, a select statement is issued with autocommit off and before commit or rollback is issued

    例如,在自動提交完成後,在commit或rollback發出之前,發出一個select語句。
  5. Describes the two types of transactions supported by : sql server 2005 mobile edition : explicit and autocommit

    介紹sql server 2005 mobile edition支持的兩種事務類型:顯式事務和自動提交事務。
  6. When sql server is running in autocommit mode, each individual sql statement is a transaction and the locks are freed when the statement finishes

    Sql server在自動提交模式下運行時,每個sql語句都是一個事務,並在語句結束時釋放鎖。
  7. By default, transactions in http soap sessions operate in autocommit mode where all individual statements are committed if they complete successfully

    默認情況下, http soap會話中的事務以自動提交模式運行,在這種模式下,各條語句都會在成功完成後提交。
  8. The create database statement must run in autocommit mode the default transaction management mode and is not allowed in an explicit or implicit transaction

    Create database語句必須以自動提交模式(默認事務管理模式)運行,不允許在顯式或隱式事務中使用。
  9. The alter database statement must run in autocommit mode the default transaction management mode and is not allowed in an explicit or implicit transaction

    Alter database語句必須在自動提交模式(默認事務管理模式)下運行,且不允許用於顯式或隱式事務中。
  10. By executing multiple requests in autocommit mode using multiple active result sets mars, it is possible to have more than one active transaction on a single session

    通過使用多個活動的結果集( mars )以自動提交模式執行多個請求,一個會話中可以有多個活動事務。
  11. While pdo implements basic compatibility features, like ensuring autocommit is on for every database by default, or enabling bind - by - name and bind - by - position for every database driver, it will never emulate advanced database functionality like sequences or stored procedures that are not natively available for a given database

    雖然pdo實現了基本的兼容特性,比如保證每個數據庫都默認打開autocommit 、支持每個數據庫驅動程序的按名稱綁定和按位置綁定,但是如果給定的數據庫不支持序列和存儲過程這類高級數據庫功能, pdo也不可能模仿出來。
分享友人