sqlIdentifierForceQuotes

fnstring sqlIdentifierForceQuotes(string str)

Add double quotes around the str identifier. This function is normally used only by database provider's implementation. Any double quote character is replaced by two double quote characters.

For other uses, see [gda.global.sqlIdentifierQuote].

Parameters

stran SQL identifier

Returns