to.etc.webapp.query
Class QSelectionColumn
java.lang.Object
to.etc.webapp.query.QNodeBase
to.etc.webapp.query.QSelectionColumn
public final class QSelectionColumn
- extends QNodeBase
Represents a single selected column.
- Author:
- Frits Jalvingh
Created on Jul 14, 2009
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QSelectionColumn
protected QSelectionColumn(QSelectionItem item)
QSelectionColumn
protected QSelectionColumn(QSelectionItem item,
java.lang.String alias)
getAlias
public java.lang.String getAlias()
- Return the alias applied to this selection column.
- Returns:
getItem
public QSelectionItem getItem()
visit
public void visit(QNodeVisitor v)
throws java.lang.Exception
- Specified by:
visit
in class QNodeBase
- Throws:
java.lang.Exception