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, valueallFlgs, anyFlgs, between, egt, egt, elt, elt, eq, eq, gt, gt, in, isEmpty, isNotEmpty, isNotNull, isNull, like, lt, lt, neq, neq, noFlgs, notBetween, notIn, notLikeaggregate, aggregate, aggregate, avg, count, count, ifnull, max, min, nullif, sumdecreaseSet, increaseSet, setcustomerOrderBy, customerOrderBy, orderBy, orderByuniqueKeypublic String getNameWithTableAlias()
IColumngetNameWithTableAlias in interface IColumnpublic IColumn getColumn()
IColumnSupportgetColumn in interface IColumnSupportpublic 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.