General tab
In this tab configure the common behaviour of the Database console.
| Item | Description |
|---|---|
| SQL Dialect |
From this drop-down list, select the SQL dialect to use. The selection determines the coding assistance provided.
The available options are:
|
| Connection in auto-commit mode | Select this check box to have SQL statements executed and committed as individual transactions. |
| Result Set Page Size | In this text box, type the maximum number of retrieved records to display per page. The zero value stands for unlimited page size. |
| Show query results in new tab | Select this check box to have a separate tab created for each query execution. |
Data export tab
In this tab, define how query execution results will be presented if you need to export them.
| Item | Description |
|---|---|
| String Quotation | In this pair of text boxes, type the symbols to enclose exported String data. |
| Values Separator | In this text box, type the symbol to use as separator between exported values. |
| Include Table Header | Select this check box to have the headers of tables exported. |
| Include Row Number | Select this check box to have id numbers of exported records displayed. |
Text mode tab
In this tab, configure parsing parameters inside SQL commands.
| Item | Description |
|---|---|
| Parameter Pattern (Java RegExp) | Select this check box to have parameters within commands parsed using a regular expression and specify the desired regular expression in th text box. |

in the
