Numbering in the figure |
Name |
Description |
Remarks |
(1) |
Table list view |
Display a list of tables. |
- The maximum number of tables listed is determined by Global Resource settings.
To add a table, select [Add] in the right-click menu in the root element and specify the table name.
|
(2) |
Table Canvas |
Configure the extraction definition of a read table. |
- To delete a read table, select [Remove] in the right-click menu on the table.
|
(3) |
Extracted Column Editor |
Configure the order to write a read column and its alias. |
- An alias is used for describing a result of a SQL statement and a Mapper schema.
|
(4) |
Root Elements |
Display the database name of the connecting destination. |
Tables can be added by selecting [Add] in the right-click menu of the root element.
|
(5) |
Read Table |
Tables to be read. Specify which column to read. |
- The columns checked will be added to the extracted column editor.
If you check the checkbox located on the left of [* (All columns)], you can set all columns to be read-only.
|
(6) |
Mapping Link (Join) |
Define the key column and joint conditions. |
|
(7) |
Up |
Move a read column up. |
|
(8) |
Down |
Move a read column down. |
|
(9) |
Generate SQL statement |
Automatically generate a SQL statement based on the settings. |
|
(10) |
Help |
Start Help and display the SQL Wizard (Specifying SQL Statement) page. |
|
Numbering in the figure |
Name |
Description |
Remarks |
(1) |
Table Canvas |
Configure the definition of read table definition. |
|
(2) |
Condition Column Editor |
Configure the condition of read columns. |
-
Please use the consistent format for each database.
Example:
- If you want to read the record in which the value of the condition column is "Product A", set as "='Product A'"
- If you want to read the record in which the value of the condition column is "Product A" or "Product B", set as "IN('Product A', 'Product B'".
|
(3) |
Add to condition |
Select columns you from the read table and add to the condition column. |
|
(4) |
and/or |
Logic operators for multiple conditions.
|
|
(5) |
Up |
Move a read column up. |
|
(6) |
Down |
Move a read column down. |
|
(7) |
Remove |
Delete a read column from a condition column editor. |
|
Numbering in the figure |
Name |
Description |
Remarks |
(1) |
SQL statement tab |
Display an automatically generated SQL Statement. |
|
(2) |
Execution result tab |
Display the results of the test execution. |
|
(3) |
Error tab |
If an error occurs during the test execution, the error is displayed in the error tab. |
|
(4) |
SQL Statement Editor |
It is possible to edit the automatically generated SQL Statement. Also possible to write SQL functions which cannot be generated in the SQL Wizard. |
If a SQL Statement is manually edited, it is not possible to edit in the SQL Wizard.
|
(5) |
Execution test |
Execute a SQL Statement. |
If script variable or SQL parameter is specified in SQL statement, execution is enabled by entering values to them.
- Executed with empty character, if no value is entered.
- Entered value does not affect to the script execution.
|