export_expression
Description:
Exports a part managed by this as a new SqlExpr, which can represent any expression in a statement.
Parameters:
this |
a SqlBuilder object |
id |
the ID of the expression to be exported, (must be a valid ID in this, not 0 ) |
Returns:
a pointer to a new SqlExpr structure, free using
free when not needed anymore. If the part with |