sql_identifier_quote
Description:
[ Version ( since = "4.0.3" ) ]
public static string sql_identifier_quote (string id, Connection cnc)
public static string sql_identifier_quote (string id, Connection cnc)
Use this method to get a correctly quoted (if necessary) SQL identifier which can be used to retrieve or filter information in a
MetaStore which stores meta data about cnc
.
The returned SQL identifier can be used in conjunction with
update_meta_store, gda_connection_get_meta_store_data
,
get_meta_store_data_v and gda_meta_store_extract
.
Parameters:
id |
an SQL identifier |
cnc |
Returns:
a new string, to free with g_free once not needed anymore |