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