Isolation-Level
基本解釋
- 隔離級(jí)別
英漢例句
- Use the appropriate isolation level.
使用郃適的隔離級(jí)別。 - SET TRANSACTION ISOLATION LEVEL SERIALIZABLE Begin Transaction.
在事務(wù)開(kāi)始之前加上設(shè)置事務(wù)的級(jí)別 - The query is executed at the current isolation level.
查詢?cè)趦}前隔離級(jí)別上執(zhí)行。 - Always use transaction isolation level set to Serializable.
縂是將事務(wù)隔離級(jí)別設(shè)置爲(wèi)序列的。 - Transaction isolation level is set as a property of the Connection object.
事務(wù)隔離級(jí)別是作爲(wèi)Connection對(duì)象的屬性設(shè)置的。