Expand description
This module defines the conditional statements
Enums§
- Binary
Condition - This enum represents a binary expression.
- Condition
- This enum represents a condition tree.
- Ternary
Condition - This enum represents all available ternary expression.
- Unary
Condition - This enum represents all available unary conditions.
Traits§
- Build
Condition - Trait implementing constructing sql queries from a condition tree.