SqlStatement.normalize

"Normalizes" (in place) some parts of stmt, which means stmt may be modified. At the moment any "*" field in a SELECT statement will be replaced by one #GdaSqlSelectField structure for each field in the referenced table.

class SqlStatement
bool
normalize

Parameters

cnc gda.connection.Connection

a #GdaConnection object, or null

Return Value

Type: bool

TRUE if no error occurred

Throws