public class ColumnInfo extends Object
| 构造器和说明 |
|---|
ColumnInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getDecimal() |
String |
getDef() |
int |
getLength() |
boolean |
getNotNull() |
JdbcType |
getType() |
void |
setDecimal(int decimal) |
void |
setDef(String def) |
void |
setLength(int length) |
void |
setNotNull(boolean notNull) |
void |
setType(JdbcType type) |
public boolean getNotNull()
public void setNotNull(boolean notNull)
public JdbcType getType()
public void setType(JdbcType type)
public int getLength()
public void setLength(int length)
public int getDecimal()
public void setDecimal(int decimal)
public String getDef()
public void setDef(String def)
Copyright © 2020. All rights reserved.