sql_identifier_force_quotes


Description:


[ Version ( since = "5.0" ) ]
public string sql_identifier_force_quotes (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 sql_identifier_quote.

Parameters:

str

an SQL identifier


Namespace: Gda
Package: libgda-6.0