Expand description
Expression system for type-safe query building
Structs§
- Add
- And
- AndExpr
- AND expression
- Arith
Expr - Arithmetic expression
- Column
Expr - Column expression
- Compare
Expr - Binary comparison expression
- Div
- Eq
- Ge
- Gt
- ILike
Expr - ILIKE expression (case-insensitive)
- IsNot
Null Expr - IS NOT NULL expression
- IsNull
Expr - IS NULL expression
- Le
- Like
Expr - LIKE expression
- Literal
- Literal value expression
- Lt
- Mod
- Mul
- Ne
- Not
- NotExpr
- NOT expression
- Or
- OrExpr
- OR expression
- Sub
Traits§
- Arithmetic
- Trait for arithmetic operations
- Arithmetic
Op - Comparable
- Trait for comparable expressions
- Comparison
Op - Expression
- Base trait for all expressions
- Logical
- Trait for logical operations
- NullOps
- Trait for NULL operations
- String
Ops - Trait for string operations