SqlStatement.normalize

bool normalize(gda.connection.Connection cnc = null)

"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.

Parameters

cnca #GdaConnection object, or null

Returns

TRUE if no error occurred

Throws

[ErrorWrap]