Class SimpleColumn
- java.lang.Object
-
- org.dashbuilder.dataprovider.sql.model.Column
-
- org.dashbuilder.dataprovider.sql.model.SimpleColumn
-
public class SimpleColumn extends Column
-
-
Constructor Summary
Constructors Constructor Description SimpleColumn(String name)SimpleColumn(String name, org.dashbuilder.dataset.ColumnType type, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dashbuilder.dataset.group.AggregateFunctionTypegetFunctionType()voidsetFunctionType(org.dashbuilder.dataset.group.AggregateFunctionType functionType)-
Methods inherited from class org.dashbuilder.dataprovider.sql.model.Column
as, asc, between, day, desc, equalsTo, function, getAlias, getLength, getName, getType, greaterOrEquals, greaterThan, hour, in, inSql, isNull, like, lower, lowerOrEquals, lowerThan, minute, month, notEquals, notInSql, notNull, second, setAlias, setLength, setName, setType, year
-
-