Class H2TrimmingColumnNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.TrimmingColumnNode
org.apache.cayenne.dba.h2.H2TrimmingColumnNode
- Since:
- 5.0
-
Field Summary
Fields inherited from class TrimmingColumnNode
columnNode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TrimmingColumnNode
append, appendAlias, appendClobColumnNode, appendColumnNode, appendRtrim, copy, equals, getColumnSize, hashCode, isInsertOrUpdateSet, isParentOfType, isResultNodeModifier and TypeMethodDescriptionappend(QuotingAppendable buffer) protected voidappendAlias(QuotingAppendable buffer, boolean isResult) protected voidprotected voidappendColumnNode(QuotingAppendable buffer) protected voidappendRtrim(QuotingAppendable buffer) copy()booleanprotected intinthashCode()protected booleanprotected booleanisParentOfType(NodeType nodeType) protected booleanMethods inherited from class Node
addChild, addChild, appendChildrenEnd, appendChildrenSeparator, appendChildrenStart, deepCopy, deepEquals, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visitModifier and TypeMethodDescriptionvoidappendChildrenEnd(QuotingAppendable buffer) voidappendChildrenSeparator(QuotingAppendable buffer, int childInd) voidappendChildrenStart(QuotingAppendable buffer) <T extends Node>
TdeepCopy()booleandeepEquals(Node node) getChild(int idx) intgetType()voidreplaceChild(int idx, Node node) voidtoString()voidvisit(NodeTreeVisitor visitor)
-
Constructor Details
-
H2TrimmingColumnNode
-
-
Method Details
-
isAllowedForTrimming
protected boolean isAllowedForTrimming()- Overrides:
isAllowedForTrimmingin classTrimmingColumnNode
-