public class UnescapedColumnNode extends ColumnNode
alias, attribute, column, table
children, childrenCount, parent, type
Constructor and Description |
---|
UnescapedColumnNode(String table,
String column,
String alias,
DbAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
QuotingAppendable |
append(QuotingAppendable buffer) |
Node |
copy() |
getAlias, getAttribute, getColumn, getTable, setAlias
addChild, addChild, appendChildrenEnd, appendChildrenSeparator, appendChildrenStart, deepCopy, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visit
public UnescapedColumnNode(String table, String column, String alias, DbAttribute attribute)
public QuotingAppendable append(QuotingAppendable buffer)
append
in class ColumnNode
public Node copy()
copy
in class ColumnNode
Copyright © 2001–2020 Apache Cayenne. All rights reserved.