[ Version ( since = "2.26" ) ]
public static string? to_sql_sexp (string sexp)
Converts a search expression to an SQL 'WHERE' part statement, without the 'WHERE' keyword.
sexp |
a search expression to convert |
a newly allocated string, an SQL 'WHERE' part statement, or null, when could not convert it. Free it with g_free, when done with it. |