public class ColInfo extends Object implements Cacheable, Serializable, CustomBean
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
ColInfo |
fillData(DBField annotation) |
int |
getCachedSize() |
String |
getCnname() |
String |
getConfigKey() |
int |
getDataType() |
String |
getFieldname() |
Integer |
getFractions() |
Integer |
getLength() |
String |
getName() |
Boolean |
getPk() |
String |
getTablename() |
ColType |
getType() |
String |
getUrl() |
boolean |
isCanNull() |
void |
setCanNull(boolean canNull) |
void |
setCnname(String cnname) |
void |
setConfigKey(String configKey) |
void |
setDataType(int dataType) |
void |
setFieldname(String fieldname) |
void |
setFractions(Integer fractions) |
void |
setLength(Integer length) |
void |
setName(String name) |
void |
setPk(Boolean pk) |
void |
setTablename(String tablename) |
void |
setType(ColType type) |
void |
setUrl(String url) |
String |
toAnnotationStr() |
String |
toString() |
public ColInfo()
public ColInfo(DBField annotation)
public Boolean getPk()
public void setPk(Boolean pk)
public String getTablename()
public void setTablename(String tablename)
public boolean isCanNull()
public void setCanNull(boolean canNull)
public Integer getLength()
public void setLength(Integer length)
public String getName()
public void setName(String name)
public String getCnname()
public String getConfigKey()
public void setConfigKey(String configKey)
public void setCnname(String cnname)
public String getFieldname()
public void setFieldname(String fieldname)
public ColType getType()
public void setType(ColType type)
public int getDataType()
public void setDataType(int dataType)
public Integer getFractions()
public void setFractions(Integer fractions)
public int getCachedSize()
getCachedSize 在接口中 Cacheablepublic String getUrl()
public void setUrl(String url)
public String toAnnotationStr()
toAnnotationStr 在接口中 CustomBeanCopyright © 2023 onecode. All rights reserved.