|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.sql.old.ZAliasedName
railo.runtime.sql.old.ZSelectItem
public final class ZSelectItem
Field Summary |
---|
Fields inherited from class railo.runtime.sql.old.ZAliasedName |
---|
FORM_COLUMN, FORM_TABLE |
Constructor Summary | |
---|---|
ZSelectItem()
|
|
ZSelectItem(String s)
|
Method Summary | |
---|---|
String |
getAggregate()
|
ZExp |
getExpression()
|
boolean |
isExpression()
|
void |
setAggregate(String s)
|
void |
setExpression(ZExp zexp)
|
Methods inherited from class railo.runtime.sql.old.ZAliasedName |
---|
getAlias, getColumn, getSchema, getTable, isWildcard, setAlias, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ZSelectItem()
public ZSelectItem(String s)
Method Detail |
---|
public ZExp getExpression()
public void setExpression(ZExp zexp)
public boolean isExpression()
public void setAggregate(String s)
public String getAggregate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |