Module sea_query::query [−][src]
Expand description
Query statements (select, insert, update & delete).
Usage
- Query Select, see
SelectStatement
- Query Insert, see
InsertStatement
- Query Update, see
UpdateStatement
- Query Delete, see
DeleteStatement
Macros
Structs
Represents the value of an Condition::any
or Condition::all
: a set of disjunctive or conjunctive conditions.
Delete existing rows from the table
Insert any new rows into an existing table
Join expression used in select statement
Shorthand for constructing any table query
Select expression used in select statement
Select rows from an existing table
Update existing rows in the table
Enums
Represents anything that can be passed to an Condition::any
or Condition::all
’s Condition::add
method.
All available types of table query
List of distinct keywords that can be used in select statement