Condition, Expression, SafeSqlizableBetweenCondition, InCondition, SimpleConditionpublic abstract class AbstractCondition<L extends Operand,O extends ConditionalOperator,R extends Operand> extends java.lang.Object implements Condition
| Modifier | Constructor | Description |
|---|---|---|
protected |
AbstractCondition(L left,
O operator,
R right) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
appendTo(SafeSqlBuilder builder) |
|
protected L |
getLeft() |
|
protected O |
getOperator() |
|
protected R |
getRight() |
and, and, between, create, eq, ge, in, in, isNotNull, isNull, le, negate, notBetween, notIn, or, orclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoSafeSqlpublic void appendTo(SafeSqlBuilder builder)
appendTo in interface SafeSqlizableprotected L getLeft()
protected O getOperator()
protected R getRight()
Copyright © 2018. All rights reserved.