青年中文青年中文

implicit transaction的意思

implicit transaction中文翻譯:

隱性事務

相似詞語短語

transaction───n.交易;事務;辦理;會報,學報

orderly transaction───有序交易

transaction failed───交易失敗

commercial transaction───買賣,交易;商業行為

journalizing transaction───日記賬交易

transaction code───事項(處理)碼,交易代碼;事務處理碼;交易代碼

credit transaction───n.[金融]信貸交易;賒購交易

aldine transaction───調整交易記錄

transaction name───事務處理名稱

雙語使用場景

EJB components are popular because of the implicit support for transaction management and security.───EJB組件之所以流行,這是因為它對事務管理和安全性的隱性支持。

It doesn't do the actual update until the implicit transaction is committed, however, using the commit method on the ObjectContainer.───但是,在使用ObjectContainer上的commit方法提交顯式事務之前,它不會進行實際更新。

The implicit question in the transaction is always the same: why would you want to read that thing about that place at this time?───這種交易隱含的問題也都一樣:你為什么要在這個時候看有關那個地方的事情?

Rolls back an explicit or implicit transaction to the beginning of the transaction, or to a savepoint inside the transaction.───將顯式事務或隱性事務回滾到事務的起點或事務內的某個保存點。

The DROP DATABASE statement must run in autocommit mode and is not allowed in an explicit or implicit transaction .───DROPDATABASE語句必須在自動提交模式下運行,并且不允許在顯式或隱式事務中使用。

Without a transaction context, Database Mail starts and commits an implicit transaction. When executing.───時,數據庫郵件將啟動并提交隱式事務。

The BACKUP statement is not allowed in an explicit or implicit transaction.───不允許在顯式或隱式事務中使用BACKUP語句。

RESTORE is not allowed in an explicit or implicit transaction.───不允許在顯式或隱式事務中使用RESTORE。

When ON, SET IMPLICIT_TRANSACTIONS sets the connection into implicit transaction mode.───如果設置為ON,SETIMPLICIT_TRANSACTIONS將連接設置為隱式事務模式。

英語使用場景

Auto-commit mode means that every query that you run has its own implicit transaction, if the database supports it, or no transaction if the database doesn't support transactions.

It doesn't do the actual update until the implicit transaction is committed, however, using the commit() method on the ObjectContainer.