public class FunctionColumn extends Column
| Modifier and Type | Field and Description |
|---|---|
protected Column[] |
columns |
static String |
CONCAT |
static String |
DAY |
protected String |
function |
static String |
HOUR |
static String |
LOWER |
static String |
MINUTE |
static String |
MONTH |
static String |
SECOND |
static String |
YEAR |
| Constructor and Description |
|---|
FunctionColumn(String function,
Column... columns) |
| Modifier and Type | Method and Description |
|---|---|
Column[] |
getColumns() |
String |
getFunction() |
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, yearpublic static final String LOWER
public static final String CONCAT
public static final String YEAR
public static final String MONTH
public static final String DAY
public static final String HOUR
public static final String MINUTE
public static final String SECOND
protected Column[] columns
protected String function
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.