Expand description
Types related to managing bind parameters during query construction.
Structs§
- RawBytes
Bind Collector - A bind collector used by backends which transmit bind parameters as an opaque blob of bytes.
Traits§
- Bind
Collector - A type which manages serializing bind parameters during query construction.
- Moveable
Bind Collector - A movable version of the bind collector which allows it to be extracted, moved and refilled.