explicit transaction
基本解釋
- 顯式事務(wù)
英漢例句
- CommitTransection()-- Marks the end of a successful implicit or explicit transaction.
標(biāo)志著一個(gè)成功的隱式或顯式的結(jié)束事務(wù)。 - RollbackTransection()-- Rolls back an explicit or implicit transaction to the beginning of the transaction, or to a savepoint inside the transaction.
一個(gè)顯式或隱式事務(wù)廻滾事務(wù)的開始,或者保存點(diǎn)內(nèi)部的事務(wù)。 - The truth is that this code line starts an explicit transaction for the connection to the DB2 database which is committed by con_db2.commit() (line 19).
而事實(shí)卻是該行代碼啓動(dòng)了一個(gè)顯式事務(wù),用於連接到由 con_db2.commit()(第 19 行)所提交的 DB2 數(shù)據(jù)庫(kù)。
雙語(yǔ)例句
專業(yè)釋義
- 顯式事務(wù)