ServerProvider.unescapeString

string unescapeString(gda.connection.Connection cnc, string str)

Unescapes str for use within an SQL command. This is the exact opposite of [gda.server_provider.ServerProvider.escapeString].

Parameters

cnca #GdaConnection object, or null
stra string to escape

Returns

a new string