Module sea_query::query[][src]

Expand description

Query statements (select, insert, update & delete).

Usage

Macros

Macro to easily create an Condition::all.

Macro to easily create an Condition::any.

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.

List of lock types that can be used in select statement

All available types of table query

List of distinct keywords that can be used in select statement

List of union types that can be used in union clause

Traits

Type Definitions