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

SAP Sybase SQL Anywhere 16.0 (中文) » SQL Anywhere 服务器 - SQL 用法 » 事务和隔离级别 » 隔离级别和一致性

 

查看隔离级别

可以使用 CONNECTION_PROPERTY 函数查看当前连接的隔离级别。

前提条件

必须连接到数据库。

 任务
  • 执行以下语句:

    SELECT CONNECTION_PROPERTY( 'isolation_level' );

结果

将返回当前连接的隔离级别。

 另请参见