Namespace LfrlAnvil.Sql.Expressions.Logical
Classes
- SqlAndConditionNode
Represents an SQL syntax tree condition node that defines a binary logical and operation.
- SqlBetweenConditionNode
Represents an SQL syntax tree condition node that defines a logical between comparison.
- SqlConditionNode
Represents an SQL syntax tree condition node.
- SqlEqualToConditionNode
Represents an SQL syntax tree condition node that defines a binary logical equal to comparison.
- SqlExistsConditionNode
Represents an SQL syntax tree condition node that defines a logical check if any record exists in a sub-query.
- SqlFalseNode
Represents an SQL syntax tree condition node that defines false value.
- SqlGreaterThanConditionNode
Represents an SQL syntax tree condition node that defines a binary logical greater than comparison.
- SqlGreaterThanOrEqualToConditionNode
Represents an SQL syntax tree condition node that defines a binary logical greater than or equal to comparison.
- SqlInConditionNode
Represents an SQL syntax tree condition node that defines a logical check if Value exists in a set of values.
- SqlInQueryConditionNode
Represents an SQL syntax tree condition node that defines a logical check if Value exists in a set of values returned by a sub-query.
- SqlLessThanConditionNode
Represents an SQL syntax tree condition node that defines a binary logical less than comparison.
- SqlLessThanOrEqualToConditionNode
Represents an SQL syntax tree condition node that defines a binary logical less than or equal to comparison.
- SqlLikeConditionNode
Represents an SQL syntax tree condition node that defines a logical check if Value satisfies a string Pattern.
- SqlNotEqualToConditionNode
Represents an SQL syntax tree condition node that defines a binary logical not equal to comparison.
- SqlOrConditionNode
Represents an SQL syntax tree condition node that defines a binary logical or operation.
- SqlRawConditionNode
Represents an SQL syntax tree condition node that defines a raw SQL condition.
- SqlTrueNode
Represents an SQL syntax tree condition node that defines true value.