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