[ Version ( since = "4.2" ) ]
public SqlExpr export_expression (SqlBuilderId id)
Exports a part managed by this as a new SqlExpr, which can represent any expression in a statement.
this |
a SqlBuilder object |
id |
the ID of the expression to be exported, (must be a valid ID in this, not 0) |
a pointer to a new SqlExpr structure, free using
free when not needed anymore. If the part with |