MetaStore.sqlIdentifierQuote

string sqlIdentifierQuote(string id, gda.connection.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 #GdaMetaStore which stores meta data about cnc.

The returned SQL identifier can be used in conjunction with [gda.connection.Connection.updateMetaStore], [gda.connection.Connection.getMetaStoreData], [gda.connection.Connection.getMetaStoreDataV] and [gda.meta_store.MetaStore.extract].

Parameters

idan SQL identifier
cnca #GdaConnection

Returns

a new string, to free with [glib.global.gfree] once not needed anymore