From: anthony.bedford
Date: July 29 2009 2:47pm
Subject: svn commit - mysqldoc@docsrva: r15854 - trunk/workbench
List-Archive: http://lists.mysql.com/commits/79535
Message-Id: <200907291447.n6TElRNE022594@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tbedford
Date: 2009-07-29 16:47:27 +0200 (Wed, 29 Jul 2009)
New Revision: 15854
Log:
Further updates.
Modified:
trunk/workbench/sql-query.xml
Modified: trunk/workbench/sql-query.xml
===================================================================
--- trunk/workbench/sql-query.xml 2009-07-29 13:21:22 UTC (rev 15853)
+++ trunk/workbench/sql-query.xml 2009-07-29 14:47:27 UTC (rev 15854)
Changed blocks: 8, Lines Added: 130, Lines Deleted: 7; 5343 bytes
@@ -92,7 +92,10 @@
Toolbar
-
+
+ The toolbar features six buttons, as shown in the folllowing
+ screenshot:
+ SQL Query IDE - Toolbar
@@ -107,6 +110,59 @@
+ From left to right these are:
+
+
+
+
+
+
+ Open SQL Script - Cicking this
+ button allows any saved SQL script to be loaded ready for
+ execution. The script will be displayed in the SQL
+ Statements area.
+
+
+
+
+
+ Save SQL Script - Clicking this
+ button allows the currently loaded SQL script to be saved to a
+ file specified by the user.
+
+
+
+
+
+ Execute SQL Script - Executes
+ the currently loaded SQL script. Results are displayed in one or
+ more tabs.
+
+
+
+
+
+ Kill connection - this kills
+ the connection to the server.
+
+
+
+
+
+ Commit - commits a transaction.
+
+
+
+
+
+ Rollback - rolls back a
+ transaction.
+
+
+
+
+
+ SQL Statements
@@ -127,10 +183,20 @@
+ The statements entered can be saved to a file for later use. At any
+ point you can also execute the statements you have entered.
+
+
+ Results
-
+
+ The results area of the screen shows the results from any queries
+ that have been executed. If the script contains multiple queries
+ then multiple result tabs will be generated, one for each query that
+ returns results.
+ SQL Query IDE - Results
@@ -144,7 +210,10 @@
-
+
+ Controls are provided to allow you to easily move over the results.
+ These are shown in the following screenshot:
+ SQL Query IDE - Results Controls
@@ -159,10 +228,54 @@
+ There are four controls available. The controls from left to right
+ are:
+
+
+
+
+
+
+ Refresh Data from Data Source -
+ Refreshes the current result set from the data source.
+
+
+
+
+
+ Go to first record - Highlights
+ the first record in the current result set.
+
+
+
+
+
+ Go to last record - Highlights
+ the last record in the current result set.
+
+
+
+
+
+ Toggle wrapping of cell
+ contents - The data in the cell can either be
+ truncated or wrapped. This button allows you to toggles between
+ these options.
+
+
+
+
+
+ Tab Area
-
+
+ The tab area contains tabs for any result sets generated by
+ executing the SQL script. There is also an Output tab and a History
+ tab. The Output tab contains a log of actions carried out, and the
+ corresponding response. The History tab contains (not sure what!).
+ SQL Query IDE - Tab Area
@@ -180,7 +293,10 @@
Connection Details
-
+
+ This section provides a summary of the current connection to the
+ server.
+ SQL Query IDE - Connection Details
@@ -198,7 +314,11 @@
Default Schema Selection
-
+
+ This drop down list box lists the schema that are available on the
+ currently connected server. It is possible to select a schema to
+ become the currently active schema using this facility.
+ SQL Query IDE - Default Schema Selection
@@ -217,7 +337,10 @@
Schema Explorer
-
+
+ This area allows you to explore the schema available on the
+ currently connected server.
+ SQL Query IDE - Schema Explorer