sqlize_string
Description:
public static string sqlize_string (string string)
Converts the string
to be usable in the SQLite statements.
Parameters:
string |
a string to "sqlize"
|
Returns:
A newly allocated sqlized string . The returned value should be freed with sqlize_string
, when no longer needed.
|