Expand description
Contains the BatchValues and BatchValuesIterator trait and their implementations.
Structs§
- Batch
Values From Iterator - Implements
BatchValues
from anIterator
over references to things that implementSerializeRow
- Batch
Values Iterator From Iterator - Implements
BatchValuesIterator
from anIterator
over references to things that implementSerializeRow
- Tuple
Values Iter - A
BatchValuesIterator
over a tuple.
Traits§
- Batch
Values - Represents a list of sets of values for a batch statement.
- Batch
Values Iterator - An
Iterator
-like object over the values from the parentBatchValues
object.