public class TableColumn extends Object
| 构造器和说明 |
|---|
TableColumn() |
TableColumn(String table,
String column) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getColumn() |
String |
getColumnClass() |
ColumnType |
getColumnType() |
String |
getComment() |
String |
getDefaultValue() |
Long |
getLength() |
Integer |
getOrder() |
Integer |
getPrecision() |
Integer |
getScale() |
String |
getSequence() |
String |
getTable() |
String |
getType() |
int |
hashCode() |
boolean |
isAutoIncrement() |
boolean |
isDropped() |
boolean |
isNullable() |
boolean |
isPrimaryKey() |
void |
setAutoIncrement(boolean autoIncrement) |
void |
setColumn(String column) |
void |
setColumnClass(String columnClass) |
void |
setColumnType(ColumnType columnType) |
void |
setComment(String comment) |
void |
setDefaultValue(String defaultValue) |
void |
setDropped(boolean dropped) |
void |
setIsPrimaryKey(boolean isPrimaryKey) |
void |
setLength(Long length) |
void |
setNullable(boolean nullable) |
void |
setOrder(Integer order) |
void |
setPrecision(Integer precision) |
void |
setScale(Integer scale) |
void |
setSequence(String sequence) |
void |
setTable(String table) |
void |
setType(String type) |
String |
toString() |
public String getSequence()
public void setSequence(String sequence)
public boolean isPrimaryKey()
public void setIsPrimaryKey(boolean isPrimaryKey)
public String getColumnClass()
public void setColumnClass(String columnClass)
public boolean isDropped()
public void setDropped(boolean dropped)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getTable()
public void setTable(String table)
public String getColumn()
public void setColumn(String column)
public String getType()
public void setType(String type)
public Integer getOrder()
public void setOrder(Integer order)
public boolean isNullable()
public void setNullable(boolean nullable)
public Long getLength()
public void setLength(Long length)
public Integer getPrecision()
public void setPrecision(Integer precision)
public Integer getScale()
public void setScale(Integer scale)
public String getComment()
public void setComment(String comment)
public ColumnType getColumnType()
public void setColumnType(ColumnType columnType)
public boolean isAutoIncrement()
public void setAutoIncrement(boolean autoIncrement)
Copyright © 2023. All rights reserved.