Construct - SQL Script

The Construct built-in SQL script method opens the database cursor in preparation for iterating through the results of a Determine Actual logic statement.

The Construct 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 Construct method in SQL script processing.

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

Syntax

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

Owner

Any SQL script.