model/where_clause_element library
Classes
- WhereClauseElement
- A type that represents a where clause element.
- WhereClauseGroup
- A type that represents a group of where clause elements. It's kinda questionable whether this is necessary or not. The SelectStatement could just have a list of WhereClauseElements.
- WhereCondition
- A type that represents a where condition.
Enums
- ClauseOperator
- A type that represents a logical operator.
- GroupingOperator
- A type that represents a grouping operator.
- LogicalOperator
- A type that represents a logical operator.