Module bind_collector

Source
Expand description

Types related to managing bind parameters during query construction.

Structs§

RawBytesBindCollector
A bind collector used by backends which transmit bind parameters as an opaque blob of bytes.

Traits§

BindCollector
A type which manages serializing bind parameters during query construction.
MoveableBindCollector
A movable version of the bind collector which allows it to be extracted, moved and refilled.