ColumnSql<T> extension

Reuses a physical column's codec for raw parameters and result labels.

on

Methods

bind(T value) SqlValue<T>

Available on Column<T>, provided by the ColumnSql extension

Encodes a bound value using this column's domain type.
result({String? as}) ResultColumn<T>

Available on Column<T>, provided by the ColumnSql extension

Describes a result label without inheriting physical column constraints.