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 用法 » SQL Anywhere 调试程序 » 变量

 

全局变量

全局变量是由 SQL Anywhere 定义的,它包含有关当前连接、数据库和其它设置的信息。它们显示在 [全局] 选项卡的 [调试程序详细信息] 窗格中。

行变量用在触发器中,保存受触发语句影响的行的值。它们显示在 [] 选项卡的 [调试程序详细信息] 窗格中。

静态变量用在 Java 类中。它们显示在 [静态] 选项卡上。

 另请参见