sqlIdentifierForceQuotes

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.

string
sqlIdentifierForceQuotes
(
string str
)

Parameters

str string

an SQL identifier

Return Value

Type: string