autocommit造句
例句與造句
- Autocommit and autorollback in update
更新中自動提交和自動回滾。 - When off , it returns the connection to autocommit transaction mode
如果設置為off ,則使連接恢復為自動提交事務模式。 - In autocommit mode , all individual statements are committed if they complete successfully
在自動提交模式下,所有單個語句在成功完成時將被提交。 - For example , a select statement is issued with autocommit off and before commit or rollback is issued
例如,在自動提交完成后,在commit或rollback發出之前,發出一個select語句。 - Describes the two types of transactions supported by : sql server 2005 mobile edition : explicit and autocommit
介紹sql server 2005 mobile edition支持的兩種事務類型:顯式事務和自動提交事務。 - It's difficult to find autocommit in a sentence. 用autocommit造句挺難的
- 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語句都是一個事務,并在語句結束時釋放鎖。 - By default , transactions in http soap sessions operate in autocommit mode where all individual statements are committed if they complete successfully
默認情況下, http soap會話中的事務以自動提交模式運行,在這種模式下,各條語句都會在成功完成后提交。 - 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語句必須以自動提交模式(默認事務管理模式)運行,不允許在顯式或隱式事務中使用。 - 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語句必須在自動提交模式(默認事務管理模式)下運行,且不允許用于顯式或隱式事務中。 - 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 )以自動提交模式執行多個請求,一個會話中可以有多個活動事務。 - Implicit transaction mode remains in effect until the connection executes a set implicit transactions off statement , which returns the connection to autocommit mode
隱式事務模式將始終生效,直到連接執行set implicit _ transactions off語句使連接恢復為自動提交模式。 - Using api functions and transact - sql statements , you can start transactions in an instance of the sql server database engine as explicit , autocommit , or implicit transactions
使用api函數和transact - sql語句,可以在sql server數據庫引擎實例中將事務作為顯式、自動提交或隱式事務來啟動。 - When a statement begins executing in autocommit mode , there is an implied begin transaction to allow the recovery of all modifications generated by the statement if it encounters an error
當語句開始以自動提交模式執行時,如果遇到錯誤,可以通過隱式begin transaction語句恢復該語句生成的所有修改。 - 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也不可能模仿出來。