Module sea_query::expr[][src]

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

Expr

Helper to build a SimpleExpr.

Enums

SimpleExpr

Represents a Simple Expression in SQL.