Online Documentation for SQL Manager for InterBase/Firebird

INSERT procedure


The Insert section of the Create Procedures from Table dialog provides the definition of the INSERT procedure generated from the table.

 

Tables - Create Procedure from Table - INSERT

 

Name

Specifies procedure name (if necessary, you can edit the one assigned by default).

 

The Fields list displays fields as specified in the fields clause of the procedure definition.

The list provides the following attributes of each field:

Name

Type

To add/remove fields to/from the construction, check/uncheck flags available in the first column of the Fields list.

For your convenience the Select All, Deselect All and Invert Selection functions are implemented in the context menu of the fields list area.

 

The lower area represents the INSERT procedure definition as SQL statement. It is possible to edit the definition directly using the editor area to make appropriate changes.

Edit the block of statements within the BEGIN / END pair according to your needs.

For your convenience the syntax highlight, code completion and a number of other features for efficient SQL editing are implemented. For details see Working with query and Using the context menu.