Expand description
Contains the BatchValues
and BatchValuesIterator
trait and their
implementations.
Structs§
- Implements
BatchValues
from anIterator
over references to things that implementSerializeRow
- Implements
BatchValuesIterator
from anIterator
over references to things that implementSerializeRow
- Legacy
Batch Values Adapter Deprecated A newtype wrapper which adjusts an existing types that implementLegacyBatchValues
to the currentBatchValues
API. - Legacy
Batch Values Iterator Adapter Deprecated A newtype wrapper which adjusts an existing types that implementLegacyBatchValuesIterator
to the currentBatchValuesIterator
API. - A
BatchValuesIterator
over a tuple.
Traits§
- Represents a list of sets of values for a batch statement.
- An
Iterator
-like object over the values from the parentBatchValues
object.