Isolation-Level
常見例句
- Use the appropriate isolation level.
使用郃適的隔離級(jí)別。 - SET TRANSACTION ISOLATION LEVEL SERIALIZABLE Begin Transaction.
在事務(wù)開始之前加上設(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è)置的。 - Isolation level with which the transaction for this request is created.
創(chuàng)建此請(qǐng)求的事務(wù)時(shí)所用的隔離級(jí)別。 返回 Isolation-Level