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() |
boolean |
equals(Object obj) |
String |
getAlias() |
String |
getColumn() |
String |
getSignature() |
int |
hashCode() |
<X extends Exception> |
visit(RdbmsQueryModelVisitorBase<X> visitor) |
visitgetParentNode, nullEquals, replaceChildNode, replaceNodeInList, replaceWith, setParentNode, toString, visitChildrenfinalize, getClass, notify, notifyAll, wait, wait, waitgetParentNode, replaceChildNode, replaceWith, setParentNode, toString, visit, visitChildrenpublic String getAlias()
public String getColumn()
public String getSignature()
getSignature in interface QueryModelNodegetSignature in class QueryModelNodeBasepublic <X extends Exception> void visit(RdbmsQueryModelVisitorBase<X> visitor) throws X extends Exception
visit in class RdbmsQueryModelNodeBaseX extends Exceptionpublic IdColumn clone()
clone in interface QueryModelNodeclone in interface SqlExprclone in class QueryModelNodeBasepublic boolean equals(Object obj)
equals in interface QueryModelNodeequals in class ObjectCopyright © 2001-2014 Aduna. All Rights Reserved.