public class Column extends Object implements IColumn, IColumnCriteriaItemSupport, IColumnAggregateSupport, IColumnSetItemSupport, IColumnOrderBySupport, IColumnUniqueKeySupport
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
IColumn |
getColumn()
获取列
|
String |
getName()
获取列名称
|
String |
getNameAs()
获取列后面的`as`名称
|
String |
getNameWithTableAlias()
获取带表别名的列名称
|
Table |
getTable()
Gets the value of table
|
int |
hashCode() |
void |
setName(String name)
Sets the name
|
void |
setTable(Table table)
Sets the table
|
String |
toString() |
getCompareColumnName, getSelectColumnName, value
allFlgs, anyFlgs, between, egt, egt, elt, elt, eq, eq, gt, gt, in, isEmpty, isNotEmpty, isNotNull, isNull, like, lt, lt, neq, neq, noFlgs, notBetween, notIn, notLike
aggregate, aggregate, aggregate, avg, count, count, ifnull, max, min, nullif, sum
decreaseSet, increaseSet, set
customerOrderBy, customerOrderBy, orderBy, orderBy
uniqueKey
public String getNameWithTableAlias()
IColumn
getNameWithTableAlias
in interface IColumn
public IColumn getColumn()
IColumnSupport
getColumn
in interface IColumnSupport
public Table getTable()
public void setTable(Table table)
You can use getTable() to get the value of table
table
- tablepublic void setName(String name)
You can use getName() to get the value of name
name
- nameCopyright © 2020 IBIT程序猿. All rights reserved.