Modifier and Type | Field | Description |
---|---|---|
static NotLike |
LIKE |
|
boolean |
not |
|
LikeOperator |
op |
Constructor | Description |
---|---|
NotLike(boolean not,
LikeOperator op) |
Modifier and Type | Method | Description |
---|---|---|
void |
toSql(Appendable a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSql
public static final NotLike LIKE
public final boolean not
public final LikeOperator op
public NotLike(boolean not, LikeOperator op)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.