public class LikeNode extends ExpressionNode
| Modifier and Type | Field and Description |
|---|---|
protected char |
escape |
protected boolean |
ignoreCase |
protected boolean |
not |
children, childrenCount, parent, type| Constructor and Description |
|---|
LikeNode(boolean ignoreCase,
boolean not,
char escape) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendChildrenEnd(QuotingAppendable buffer) |
void |
appendChildrenSeparator(QuotingAppendable buffer,
int childIdx) |
void |
appendChildrenStart(QuotingAppendable buffer) |
Node |
copy() |
char |
getEscape() |
boolean |
isIgnoreCase() |
boolean |
isNot() |
append, toStringprotected final boolean ignoreCase
protected final boolean not
protected final char escape
public void appendChildrenStart(QuotingAppendable buffer)
appendChildrenStart in class ExpressionNodepublic void appendChildrenSeparator(QuotingAppendable buffer, int childIdx)
appendChildrenSeparator in class Nodepublic void appendChildrenEnd(QuotingAppendable buffer)
appendChildrenEnd in class ExpressionNodepublic Node copy()
copy in class ExpressionNodepublic boolean isIgnoreCase()
public boolean isNot()
public char getEscape()
Copyright © 2001–2021 Apache Cayenne. All rights reserved.