public class TableColumnInfo extends Object
| Constructor and Description |
|---|
TableColumnInfo()
无参构造函数
|
TableColumnInfo(Table table,
List<ColumnInfo> columnInfos)
构造函数
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnInfo> |
getColumnInfos()
Gets the value of columnInfos
|
List<Column> |
getColumns()
获取列
|
List<Column> |
getIds()
获取主键列
|
List<Column> |
getNotIdColumns()
获取非主键列
|
Table |
getTable()
Gets the value of table
|
void |
setColumnInfos(List<ColumnInfo> columnInfos)
Sets the columnInfos
|
void |
setTable(Table table)
Sets the table
|
public TableColumnInfo()
public TableColumnInfo(Table table, List<ColumnInfo> columnInfos)
table - 表columnInfos - 列信息列表public Table getTable()
public void setTable(Table table)
You can use getTable() to get the value of table
table - tablepublic List<ColumnInfo> getColumnInfos()
public void setColumnInfos(List<ColumnInfo> columnInfos)
You can use getColumnInfos() to get the value of columnInfos
columnInfos - columnInfosCopyright © 2020 IBIT程序猿. All rights reserved.