escapeString
fn
string escapeString(string string_)Escapes string to make it understandable by a DBMS. The escape method is very common and replaces any occurrence of "'" with "''" and "\" with "\\"
Parameters
string_ | string to escape |
Returns
a new string