Expand description
Contains the RawBatchValues and RawBatchValuesIterator trait and their
implementations.
Structs§
- Takes
BatchValuesand an iterator over contexts, and turns them into aRawBatchValues. - Takes
BatchValuesIteratorand an iterator over contexts, and turns them into aRawBatchValuesIterator.
Traits§
- Represents a list of sets of values for a batch statement.
- An
Iterator-like object over the values from the parentRawBatchValuesobject.