Expand description
Contains the BatchValues and BatchValuesIterator trait and their
implementations.
Structs§
- Implements
BatchValuesfrom anIteratorover references to things that implementSerializeRow - Implements
BatchValuesIteratorfrom anIteratorover references to things that implementSerializeRow - A newtype wrapper which adjusts an existing types that implement
LegacyBatchValuesto the currentBatchValuesAPI. - A newtype wrapper which adjusts an existing types that implement
LegacyBatchValuesIteratorto the currentBatchValuesIteratorAPI. - A
BatchValuesIteratorover a tuple.
Traits§
- Represents a list of sets of values for a batch statement.
- An
Iterator-like object over the values from the parentBatchValuesobject.