[][src]Module sqlx::row

Contains the ColumnIndex, Row, and FromRow traits.

Traits

ColumnIndex

A type that can be used to index into a Row.

FromRow

A record that can be built from a row returned by the database.

HasRow

Associate Database with a Row of a generic lifetime.

Row

Represents a single row from the database.