Main - SQL Script

The Main built-in SQL script method is called on each iteration of a Determine Actual logic statement. It retrieves the next database record from the results of the Determine Actual logic statement.

The Main method is actually a SQL command script, and is not written in LDL+.

Refer to SQL Script Processing for more information on the role of the Main method in SQL script processing.

Note: This built-in method can be overridden however you cannot change its Visibility property.

Syntax

<<SQL script>>::Main(void) : void

Owner

Any SQL script.