set method
Assigns a bound value, including NULL when the field is nullable.
Implementation
Assignment set(T value) =>
_assign(ParameterNode(codec.encode(value), storageType: codec.sqlType));
Assigns a bound value, including NULL when the field is nullable.
Assignment set(T value) =>
_assign(ParameterNode(codec.encode(value), storageType: codec.sqlType));