Class FixedDateColumn
- java.lang.Object
-
- org.dashbuilder.dataprovider.sql.model.Column
-
- org.dashbuilder.dataprovider.sql.model.FixedDateColumn
-
public class FixedDateColumn extends Column
-
-
Constructor Summary
Constructors Constructor Description FixedDateColumn(String name, org.dashbuilder.dataset.group.DateIntervalType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dashbuilder.dataset.group.DateIntervalTypegetDateType()-
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
-
-
-
-
Constructor Detail
-
FixedDateColumn
public FixedDateColumn(String name, org.dashbuilder.dataset.group.DateIntervalType type)
-
-