public class ColumnInfo extends Object
| 构造器和说明 |
|---|
ColumnInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getComment() |
int |
getSize() |
String |
getTableFieldName() |
SQLType |
getType() |
boolean |
isNullable() |
void |
setComment(String comment) |
void |
setNullable(boolean nullable) |
void |
setSize(int size) |
void |
setTableFieldName(String tableFieldName) |
void |
setType(SQLType type) |
String |
toString() |
public SQLType getType()
public void setType(SQLType type)
public int getSize()
public void setSize(int size)
public boolean isNullable()
public void setNullable(boolean nullable)
public String getTableFieldName()
public void setTableFieldName(String tableFieldName)
public String getComment()
public void setComment(String comment)
Copyright © 2017. All rights reserved.