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, notFields inherited from class Node
children, childrenCount, parent, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendChildrenSeparator(QuotingAppendable buffer, int childIdx) copy()Methods inherited from class LikeNode
appendChildrenEnd, appendChildrenStart, equals, getEscape, hashCode, isIgnoreCase, isNotMethods inherited from class ExpressionNode
append, toStringMethods inherited from class Node
addChild, addChild, deepCopy, deepEquals, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, visit
-
Constructor Details
-
MysqlLikeNode
public MysqlLikeNode(boolean isNot, char escape)
-
-
Method Details
-
appendChildrenSeparator
- Overrides:
appendChildrenSeparatorin classLikeNode
-
copy
-