|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbutler.sql.metadata.Column
butler.sql.query.AggregateColumn
public class AggregateColumn
| Constructor Summary | |
|---|---|
AggregateColumn(AggregateFunction func,
Column col)
|
|
| Method Summary | |
|---|---|
Datatype |
getDatatype()
|
AggregateFunction |
getFunction()
|
java.lang.String |
getSQL(java.lang.String tabAlias,
java.lang.String colAlias)
|
| Methods inherited from class butler.sql.metadata.Column |
|---|
copy, createDatatype, eq, equals, equals, ge, get, getCaption, getColumn, getColumnSize, getCreateSQL, getDecimalDigits, getDefaultValue, getHelp, getLocalizableCaption, getName, getSQL, getSQL, getTable, getTableName, getType, gt, hashCode, isEditable, isInPrimaryKey, isNullable, isPhysical, le, like, lt, ne, set, setCaption, setDatatype, setDefaultValue, setEditable, setInPrimaryKey, setNullable, setTable, toString, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AggregateColumn(AggregateFunction func,
Column col)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public java.lang.String getSQL(java.lang.String tabAlias,
java.lang.String colAlias)
throws java.lang.Exception
getSQL in class Columnjava.lang.Exceptionpublic Datatype getDatatype()
getDatatype in class Columnpublic AggregateFunction getFunction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||