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.
Traits§
- “Operator” methods for building complex expressions.