set_column


Description:

[ Version ( since = "5.2" ) ]
public void set_column (string column, Value value, Connection? cnc)

Sets a new column/value pair to the given context this.

Column, must be a column in the given table's name setted by set_table () (a table in the database schema). If the given column already exists it's value is overwrited.

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

Parameters:

this

a MetaContext struct to add column/value pais to

column

the column's name

value

the column's value

cnc

a Connection to be used when identifier are normalized, or NULL