Isolation-Level
常見例句
- Use the appropriate isolation level.
使用合適的隔離級別。 - SET TRANSACTION ISOLATION LEVEL SERIALIZABLE Begin Transaction.
在事務開始之前加上設置事務的級別 - The query is executed at the current isolation level.
查詢在當前隔離級別上執(zhí)行。 - Always use transaction isolation level set to Serializable.
總是將事務隔離級別設置為序列的。 - Transaction isolation level is set as a property of the Connection object.
事務隔離級別是作為Connection對象的屬性設置的。 - Isolation level with which the transaction for this request is created.
創(chuàng)建此請求的事務時所用的隔離級別。 返回 Isolation-Level