ISQLCallback.AfterConstruction

Syntax

AfterConstruction(Var SQL: String);

Parameters

SQL. Generated SQL query taking into account changes that could be performed in BeforeConstruction.

Description

The AfterConstruction method is called after the query to select cube data is generated.

Comments

The method must be redefined in a user class. The SQL parameter will contain a whole generated query to select cube data. If required, the last changes can be added to it. After the AfterConstruction procedure is finished, the query will be executed.

Example

The example of use is given in description of the ISQLCallback.BeforeConstruction method.

See also:

ISQLCallback