bind method

SqlValue<T> bind(
  1. T value
)

Encodes a bound value using this column's domain type.

Implementation

SqlValue<T> bind(T value) => SqlValue(value, codec);