MetaStore.sqlIdentifierQuote

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.

class MetaStore
static
string
sqlIdentifierQuote

Parameters

id string

an SQL identifier

cnc gda.connection.Connection

a #GdaConnection

Return Value

Type: string

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