serialize
Description:
public string serialize ()
Creates a new string representation of the SQL expression.
You need to free the returned string using g_free;
Parameters:
Returns:
a new string with the SQL expression or "null" in case this is invalid.
|