public class IdColumn extends RdbmsQueryModelNodeBase implements SqlExpr
Constructor and Description |
---|
IdColumn(ColumnVar var) |
IdColumn(String alias) |
IdColumn(String alias,
String column) |
Modifier and Type | Method and Description |
---|---|
IdColumn |
clone()
Returns a (deep) clone of this query model node.
|
boolean |
equals(Object obj)
Returns true if this query model node and its children are
recursively equal to o and its children.
|
String |
getAlias() |
String |
getColumn() |
String |
getSignature()
Default implementation of
QueryModelNode.getSignature() that
prints the name of the node's class. |
int |
hashCode() |
<X extends Exception> |
visit(RdbmsQueryModelVisitorBase<X> visitor) |
visit
getParentNode, nullEquals, replaceChildNode, replaceNodeInList, replaceWith, setParentNode, toString, visitChildren
finalize, getClass, notify, notifyAll, wait, wait, wait
getParentNode, replaceChildNode, replaceWith, setParentNode, toString, visit, visitChildren
public String getAlias()
public String getColumn()
public String getSignature()
QueryModelNodeBase
QueryModelNode.getSignature()
that
prints the name of the node's class.getSignature
in interface QueryModelNode
getSignature
in class QueryModelNodeBase
public <X extends Exception> void visit(RdbmsQueryModelVisitorBase<X> visitor) throws X extends Exception
visit
in class RdbmsQueryModelNodeBase
X extends Exception
public IdColumn clone()
QueryModelNode
clone
in interface QueryModelNode
clone
in interface SqlExpr
clone
in class QueryModelNodeBase
public boolean equals(Object obj)
QueryModelNode
equals
in interface QueryModelNode
equals
in class Object
Copyright © 2001-2016 Aduna. All Rights Reserved.