default_escape_string


Description:


[ Version ( replacement = "Default.escape_string" ) ]
public string? default_escape_string (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


Namespace: Gda
Package: libgda-6.0