Module 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§

Expr
Helper to build a SimpleExpr.

Enums§

SimpleExpr
Represents a Simple Expression in SQL.

Traits§

ExprTrait
“Operator” methods for building complex expressions.