Param
Parameter value that is optionally bound to an encoder (for example, a column).
class Param<TDataType = unknown, TDriverParamType = TDataType> {}
protected brand: "BoundParamValue";
readonly value: TDataType;
Parameter value that is optionally bound to an encoder (for example, a column).