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