Encodes a bound value using this column's domain type.
SqlValue<T> bind(T value) => SqlValue(value, codec);