public class SimpleColumn extends Column
| Modifier and Type | Field and Description |
|---|---|
protected AggregateFunctionType |
functionType |
| Constructor and Description |
|---|
SimpleColumn(String name) |
SimpleColumn(String name,
ColumnType type,
int length) |
| Modifier and Type | Method and Description |
|---|---|
AggregateFunctionType |
getFunctionType() |
void |
setFunctionType(AggregateFunctionType functionType) |
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, yearprotected AggregateFunctionType functionType
public SimpleColumn(String name)
public SimpleColumn(String name, ColumnType type, int length)
public AggregateFunctionType getFunctionType()
public void setFunctionType(AggregateFunctionType functionType)
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.