Skip to main content

Module conditional

Module conditional 

Source
Expand description

This module defines the conditional statements

Structs§

BinaryExpression
An expression using two values
TernaryExpression
An expression using three values
UnaryExpression
An expression using a single value

Enums§

BinaryOperator
Operator of an BinaryExpression
Condition
This enum represents a condition tree.
TernaryOperator
Operator of an TernaryExpression
UnaryOperator
Operator of an UnaryExpression

Traits§

BuildCondition
Trait implementing constructing sql queries from a condition tree.