Module rustdb::table[][src]

Expand description

Table, ColInfo, Row and other Table types.

Structs

Helper class to read byte data using ColInfo.

Table name, column names/types and other calculated values for a table.

State for fetching record with specified id.

Index information for creating an index.

Row for inserting into an index.

State for fetching records using an index.

Row of Values, with type information.

Database base table. Underlying file, type information about the columns and id allocation.

Helper class to write byte data using ColInfo.

Enums

Save or Rollback.

Functions

Compare table rows.

Type Definitions

List of indexes. Each index has a file and a list of column numbers.