List Menu

OPTION
DESCRIPTION
List User Tables

Lists the current database's user tables. Double-click on a table name to display that table's columns, including parts of the table definition, such as column name, datatype, and the datatype's length.

To create a select statement for a particular table or column, click the name(s) of a table or column and click Select. To choose several, noncontiguous names, hold down the Control key and click each name you want to select. To choose several contiguous names, hold down the Shift key and click the first and last name in the group of names you want to select. jisql inserts a select statement for the tables or columns you chose in the Input Window.

List System Tables

Lists the current database's system tables. Double-click on a table name to display that table's columns, including parts of the table definition, such as column name, datatype, and the datatype's length.

To create a select statement for a particular table or column, click the name(s) of a table or column and click Select. To choose several, noncontiguous names, hold down the Control key and click each name you want to select. To choose several contiguous names, hold down the Shift key and click the first and last name in the group of names you want to select. jisql inserts a select statement for the tables or columns you chose in the Input Window.

List Stored Procedures

Lists the stored procedures in the currently selected database. Click a stored procedure's name, then click Show text to display the selected procedure's text, which you can save to a file and edit.

If you want to use part of the text in a query, highlight the text, press Ctrl+c, put your cursor in the Input Window, then press Ctrl+v. jisql inserts the copied text into the window. Click Go to execute the statement. However, this doesn't work with all Window Managers.

List Triggers Lists the triggers in the currently selected database. Click a trigger's name, then click Show text to display the selected trigger's text, which you can save to a file and edit.

If you want to use part of the text in a query, highlight the text, press Ctrl+c, put your cursor in the Input Window, then press Ctrl+v. jisql inserts the copied text into the window. Click Go to execute the statement. However, this doesn't work with all Window Managers.