Module row

Source
Expand description

Provides types for dealing with row deserialization.

Structs§

BuiltinDeserializationError
Failed to deserialize a row from the DB response, represented by one of the types built into the driver.
BuiltinTypeCheckError
Failed to type check incoming result column types again given Rust type, one of the types having support built into the driver.
ColumnIterator
Iterates over columns of a single row.
RawColumn
Represents a raw, unparsed column value.

Enums§

BuiltinDeserializationErrorKind
Describes why deserializing a result row failed.
BuiltinTypeCheckErrorKind
Describes why type checking incoming result column types again given Rust type failed.

Traits§

DeserializeRow
A type that can be deserialized from a row that was returned from a query.