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