Module sea_query::expr [−][src]
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 |
Enums
| SimpleExpr | Represents a Simple Expression in SQL. |