BinaryOperators
Table of Contents
Classes
- AddOperator
- Represents the addition operator
- AliasOperator
- Represents the AS operator
- AndOperator
- Represents the boolean operator AND
- CollateMatch
- Represents the comparator with COLLATE
- DateAddOperator
- Represents the date addition operator
- DivOperator
- Represents the division operator
- EqualityOperator
- Represents the comparator '='
- GreaterOrEqualOperator
- Represents the comparator '>='
- GreaterThanOperator
- Represents the comparator '>'
- InOperator
- Represents the comparator IN
- LesserOrEqualOperator
- Represents the comparator '<='
- LesserThanOperator
- Represents the comparator '<'
- MatchOperator
- Represents the boolean operator check if a string matches a given regex
- MulOperator
- Represents the multiplication operator
- NotEqualityOperator
- Represents the comparator '!='
- NotInOperator
- Represents the not in operator
- NotMatchOperator
- Represents the comparator NOT LIKE
- OrOperator
- Represents the boolean operator OR
- RegexMatchOperator
- Represents the comparator LIKE
- SubOperator
- Represents the subtraction operator