Viewing global variables

Global variables are defined by SQL Anywhere and hold information about the current connection, database, and other settings. They appear in the Debugger Details pane on the Global tab.

For a list of global variables, see Global variables.

Row variables are used in triggers to hold the values of rows affected by the triggering statement. They appear in the Debugger Details pane on the Row tab.

For more information about triggers, see Introduction to triggers.

Static variables are used in Java classes. They are appear on the Statics tab.