logo

Module sea_query::expr

source · []
Expand description

Building blocks of SQL statements.

Expr representing the primitive building block in the expressions.

SimpleExpr is the expression common among select fields, where clauses and many other places.

Structs

Helper to build a SimpleExpr.

Enums

Represents a Simple Expression in SQL.