Conditional Expression
class ConditionalExpression
Boolean expression node used in WHERE, HAVING and similar clauses.
Functions
Link copied to clipboard
Combines this expression with other using SQL AND.
Link copied to clipboard
Builds a SQL = comparison with value.
Link copied to clipboard
Builds an IS NOT NULL check.
Link copied to clipboard
Builds an IS NULL check.
Link copied to clipboard
Builds a SQL <> comparison with value.
Link copied to clipboard
Negates this expression using SQL NOT.
Link copied to clipboard
Combines this expression with other using SQL OR.