public class BooleanOperand extends Object implements Operand, Condition
| Modifier | Constructor and Description |
|---|---|
|
BooleanOperand(Condition condition) |
protected |
BooleanOperand(Expression expression,
boolean not) |
|
BooleanOperand(Operand operand) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(SafeSqlAppendable builder) |
protected BooleanOperand |
create(Expression expression,
boolean not) |
protected Expression |
getExpression() |
protected boolean |
isNegative() |
BooleanOperand |
negate() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, and, between, create, eq, ge, in, in, isNotNull, isNull, le, notBetween, notIn, or, ortoSafeSqlpublic BooleanOperand(Operand operand)
public BooleanOperand(Condition condition)
protected BooleanOperand(Expression expression, boolean not)
protected Expression getExpression()
protected boolean isNegative()
public void appendTo(SafeSqlAppendable builder)
appendTo in interface SafeSqlizablepublic BooleanOperand negate()
protected BooleanOperand create(Expression expression, boolean not)
Copyright © 2017. All rights reserved.