Expand description
Tables and rows.
Structs§
- Row
- A row stored in a table. Represents a relation in relational algebra terms.
- RowShared
- A reference to a row in a table. Does not contain internal columns.
- Table
- A table in a database.
Traits§
- RowLike
- Trait to retrieve data from something that looks like a row in a table.