public abstract class AbstractCondition<L extends Operand,O extends ConditionalOperator,R extends Operand> extends Object implements Condition
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCondition(L left,
O operator,
R right) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(SafeSqlAppendable builder) |
protected L |
getLeft() |
protected O |
getOperator() |
protected R |
getRight() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, and, between, create, eq, ge, in, in, isNotNull, isNull, le, negate, notBetween, notIn, or, ortoSafeSqlpublic void appendTo(SafeSqlAppendable builder)
appendTo in interface SafeSqlizableprotected L getLeft()
protected O getOperator()
protected R getRight()
Copyright © 2017. All rights reserved.