Interface ConditionalStatement.Column
- All Known Implementing Classes:
ConditionalStatement.ConditionStatementBuilder
- Enclosing class:
- ConditionalStatement
public static interface ConditionalStatement.Column
The
Column
part of building a ConditionalStatement
-
Method Details
-
negated
- Parameters:
negated
- Whether the statement is negated or not- Returns:
- this, to continue building
-
negated
ConditionalStatement.Column negated()Sets negated to true for the statement- Returns:
- this, to continue building
-
column
- Parameters:
column
- TheColumnRef
to the column of the statement- Returns:
- this, to continue building
-