normalize


Description:

public bool normalize (Connection? cnc) throws Error

"Normalizes" (in place) some parts of this, which means this may be modified.

At the moment any "*" field in a SELECT statement will be replaced by one SqlSelectField structure for each field in the referenced table.

Parameters:

this

a pointer to a SqlStatement structure

cnc

a Connection object, or null

Returns:

TRUE if no error occurred