Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Anywhere 服务器 - SQL 的用法 » 事务和隔离级别 » 隔离级别和一致性

 

查看隔离级别

 ♦ 使用 CONNECTION_PROPERTY 函数查看当前连接的隔离级别
  • 执行以下语句:

    SELECT CONNECTION_PROPERTY('isolation_level');