SqlExpr.serialize

string serialize()

Creates a new string representation of the SQL expression. You need to free the returned string using glib.global.gfree;

Returns

a new string with the SQL expression or "null" in case expr is invalid.