sql_identifier_quote


Description:

[ Version ( since = "4.0.3" ) ]
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, get_meta_store_data, get_meta_store_data_v and extract_v.

Parameters:

id

an SQL identifier

cnc

a Connection

Returns:

a new string, to free with g_free once not needed anymore