MetaContext.setColumn

void setColumn(string column, gobject.value.Value value, gda.connection.Connection cnc = null)

Sets a new column/value pair to the given context ctx. Column, must be a column in the given table's name setted by #gda_meta_context_set_table () (a table in the <link linkend="information_schema">database schema</link>). If the given column already exists it's value is overwrited.

Column's name and value is copied and destroyed when #gda_meta_context_free is called.

Parameters

columnthe column's name
valuethe column's value
cnca #GdaConnection to be used when identifier are normalized, or NULL