Module sea_query::query[][src]

Table query (select, insert, update & delete).

Usage

Structs

DeleteStatement

Delete existing rows from the table

InsertStatement

Insert any new rows into an existing table

JoinExpr

Join expression used in select statement

Query

Shorthand for constructing any table query

SelectExpr

Select expression used in select statement

SelectStatement

Select rows from an existing table

UpdateStatement

Update existing rows in the table

Enums

QueryStatement

All available types of table query

SelectDistinct

List of distinct keywords that can be used in select statement