public class NullCondition extends Object implements Condition
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(SafeSqlAppendable sb) |
static NullCondition |
is(Operand operand) |
static NullCondition |
isNot(Operand operand) |
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 sb)
appendTo in interface SafeSqlizablepublic static NullCondition is(Operand operand)
public static NullCondition isNot(Operand operand)
Copyright © 2017. All rights reserved.