public class ConditionGroup extends Object implements Condition
| Modifier and Type | Method and Description |
|---|---|
void |
add(Condition condition) |
void |
appendTo(SafeSqlAppendable builder) |
static Condition |
create(LogicalOperator operator,
Condition left,
Condition right,
Condition... others) |
Condition |
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 void appendTo(SafeSqlAppendable builder)
appendTo in interface SafeSqlizablepublic void add(Condition condition)
public static Condition create(LogicalOperator operator, Condition left, Condition right, Condition... others)
Copyright © 2017. All rights reserved.