Sets the value of the given column.
value
column
Upsert setValue<ValType>(String column, ValType value) { _values[column] = value; return this; }