Class MysqlLikeNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.ExpressionNode
org.apache.cayenne.access.sqlbuilder.sqltree.LikeNode
org.apache.cayenne.dba.mysql.sqltree.MysqlLikeNode
- Since:
- 4.2
-
Field Summary
Fields inherited from class LikeNode
escape, ignoreCase, notModifier and TypeFieldDescriptionprotected final charprotected final booleanprotected final boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendChildrenSeparator(QuotingAppendable buffer, int childIdx) copy()Methods inherited from class LikeNode
appendChildrenEnd, appendChildrenStart, equals, getEscape, hashCode, isIgnoreCase, isNotModifier and TypeMethodDescriptionvoidappendChildrenEnd(QuotingAppendable buffer) voidappendChildrenStart(QuotingAppendable buffer) booleancharinthashCode()booleanbooleanisNot()Methods inherited from class ExpressionNode
append, toStringMethods inherited from class Node
addChild, addChild, deepCopy, deepEquals, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, visitModifier and TypeMethodDescription<T extends Node>
TdeepCopy()booleandeepEquals(Node node) getChild(int idx) intgetType()voidreplaceChild(int idx, Node node) voidvoidvisit(NodeTreeVisitor visitor)
-
Constructor Details
-
MysqlLikeNode
public MysqlLikeNode(boolean isNot, char escape)
-
-
Method Details
-
appendChildrenSeparator
- Overrides:
appendChildrenSeparatorin classLikeNode
-
copy
-