sql_identifier_quote


Description:


[ Version ( since = "4.0.3" ) ]
public string sql_identifier_quote (string id, Connection? cnc, ServerProvider? prov, bool meta_store_convention, bool force_quotes)

Parameters:

id

an SQL identifier

cnc

a Connection object, or null

prov

a ServerProvider object, or null for_meta_store set to true if the returned string will be used in a MetaStore

force_quotes

set to true to force the returned string to be quoted

Returns:

the representation of id ready to be used in SQL statement, as a new string, or null if id is in a wrong format


Namespace: Gda
Package: libgda-5.0