Doc updates for connection status monitoring.
|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 141 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 203 KiB |
BIN
docs/en_US/images/query_tool_connection_status.png
Executable file
|
After Width: | Height: | Size: 258 KiB |
@@ -115,6 +115,10 @@ Use the fields on the *CSV Output* panel to control the CSV output.
|
||||
|
||||
Use the fields on the *Display* panel to specify your preferences for the SQL Editor display.
|
||||
|
||||
* When the *Connection status* switch is set to *True*, each new instance of the SQL Editor will display connection and transaction status.
|
||||
|
||||
* Use the *Connection status refresh rate* field to specify the number of seconds between connection/transaction status updates.
|
||||
|
||||
* When the *Open in new browser tab* switch is set to *True*, each new instance of the SQL Editor will open in a new browser tab.
|
||||
|
||||
* Use the *Query info notifier timeout* field to control the behaviour of the notifier that is displayed when query execution completes. A value of *-1* will disable the notifier, and a value of 0 will display it until clicked. If a positive value above zero is specified, the notifier will be displayed for the specified number of seconds. The default is *5*.
|
||||
|
||||
@@ -8,6 +8,7 @@ The Query tool is a powerful, feature-rich environment that allows you to execut
|
||||
|
||||
* Issue ad-hoc SQL queries.
|
||||
* Execute arbitrary SQL commands.
|
||||
* Displays current connection and transaction status as configured by the user.
|
||||
* Save the data displayed in the output panel to a CSV file.
|
||||
* Review the execution plan of a SQL statement in either a text or a graphical format.
|
||||
* View analytical information about a SQL statement.
|
||||
@@ -205,4 +206,9 @@ The Query History tab displays information about recent commands:
|
||||
* The amount of time it took the server to process the query and return a result set.
|
||||
* Messages returned by the server (not noted on the *Messages* tab).
|
||||
|
||||
To erase the content of the *Query History* tab, select *Clear history* from the *Clear* drop-down menu.
|
||||
To erase the content of the *Query History* tab, select *Clear history* from the *Clear* drop-down menu.
|
||||
|
||||
Use the *Connection status* feature to view the current connection and transaction status by clicking on the status icon in query tool:
|
||||
|
||||
.. image:: images/query_tool_connection_status.png
|
||||
:alt: Query tool connection and transaction statuses
|
||||