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, toString
protected final boolean ignoreCase
protected final boolean not
protected final char escape
public void appendChildrenStart(QuotingAppendable buffer)
appendChildrenStart
in class ExpressionNode
public void appendChildrenSeparator(QuotingAppendable buffer, int childIdx)
appendChildrenSeparator
in class Node
public void appendChildrenEnd(QuotingAppendable buffer)
appendChildrenEnd
in class ExpressionNode
public Node copy()
copy
in class ExpressionNode
public boolean isIgnoreCase()
public boolean isNot()
public char getEscape()
Copyright © 2001–2021 Apache Cayenne. All rights reserved.