隔离级别 Isolation level ; serializable transaction isolation level ; transaction isolation level ; Isolation leels
设置事务隔离级别 SET TRANSATION
序列化事务隔离级别 serializable transaction isolation level
快照隔离级别 Snapshot Isolation ; isolatieniveau Snapshot ; poziom izolacji migawki ; Snapshot Isolation Level
隔离级别隔离层次 Isolation levels
事务的隔离级别 Transaction isolation levels
事务隔离级别 poziom izolacji transakcji ; Transaction Isolation Level
隔离等级 isolation Level
在参与事务中的锁超时事件前执行的所有sql语句信息,如语句文本、使用的隔离级、执行顺序等等。
Information about all SQL statements executed before the lock-timeout event in the participating transactions, such as statement text, isolation level used, order of execution, and so on.
支持表级和行级锁以及4个隔离级别:RR(可重复读)、RS(读可靠)、CS(默认——游标可靠)和UR(未提交读)。
Supports table and row level locking and 4 isolation levels, RR (repeatable read), rs (read stability), CS (default - cursor stability) and ur (uncommitted read).
使用SET ISOLATION在会话级、使用with子句在sql语句级或使用数据库配置参数在数据库级设置隔离级别。
ISOLATION level is set at the session level using set ISOLATION, set at the SQL statement level using the WITH clause or set at the database level using a database Configuration parameter.
应用推荐