Modifying ESQL for a node
To change the customization of a node that requires ESQL (Compute, Database, DatabaseInput, or Filter node), modify the ESQL statements in the module that you created for that node.
Before you begin
This topic assumes that you have created ESQL code for a file. For more information, see Creating ESQL for a node.
About this task
To modify ESQL code, complete the following steps.
Procedure
Results
You can also open the ESQL file directly by double-clicking it in the Application Development view. You can select the module with which you want to work from the Outline view.
The editor provides functions that you can use to help you modify your ESQL code. These functions are described in ESQL editor.
You can also modify the ESQL source by clicking
. This option formats all selected lines of code (unless only partially selected, when they are ignored), or, if no lines are selected, formats the entire file (correcting alignments and indentation).Adding comments to ESQL
About this task
You can add and remove comments in your ESQL code.
Procedure
- To change an existing line of code into a comment line, click .
- To change a comment line to a code line, click .
- To create a new comment line, press Enter to create a new
line, then either type the comment identifier
--
or click . You can enter any text after the identifier; everything that you type is ignored by the ESQL editor.