public class TrimmingColumnNode extends Node
Modifier and Type | Field and Description |
---|---|
protected ColumnNode |
columnNode |
children, childrenCount, parent, type
Constructor and Description |
---|
TrimmingColumnNode(ColumnNode columnNode) |
Modifier and Type | Method and Description |
---|---|
QuotingAppendable |
append(QuotingAppendable buffer) |
protected void |
appendAlias(QuotingAppendable buffer,
boolean isResult) |
protected void |
appendClobColumnNode(QuotingAppendable buffer) |
protected void |
appendColumnNode(QuotingAppendable buffer) |
protected void |
appendRtrim(QuotingAppendable buffer) |
Node |
copy() |
protected int |
getColumnSize() |
protected boolean |
isAllowedForTrimming() |
protected boolean |
isInsertOrUpdateSet() |
protected boolean |
isParentOfType(NodeType nodeType) |
protected boolean |
isResultNode() |
addChild, addChild, appendChildrenEnd, appendChildrenSeparator, appendChildrenStart, deepCopy, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visit
protected final ColumnNode columnNode
public TrimmingColumnNode(ColumnNode columnNode)
public QuotingAppendable append(QuotingAppendable buffer)
protected void appendRtrim(QuotingAppendable buffer)
protected boolean isAllowedForTrimming()
protected boolean isResultNode()
protected boolean isInsertOrUpdateSet()
protected boolean isParentOfType(NodeType nodeType)
protected void appendClobColumnNode(QuotingAppendable buffer)
protected void appendColumnNode(QuotingAppendable buffer)
protected void appendAlias(QuotingAppendable buffer, boolean isResult)
protected int getColumnSize()
Copyright © 2001–2021 Apache Cayenne. All rights reserved.