Returns a SetColumn that sets the current column to new value.
value
SetColumn<ValType> setTo(ValType value) => SetColumn<ValType>(name, value);