public static class RenderDataDTO.Column extends Object implements Serializable
| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDbLength() |
String |
getDbType() |
boolean |
getIsAutoIncr() |
boolean |
getIsCanNull() |
boolean |
getIsPK() |
String |
getJavaObject() |
String |
getJavaType() |
String |
getJdbcType() |
String |
getRemark() |
void |
setAutoIncr(boolean autoIncr) |
void |
setCanNull(boolean canNull) |
void |
setDbLength(int dbLength) |
void |
setDbType(String dbType) |
void |
setIsPK(boolean isPK) |
void |
setJavaObject(String javaObject) |
void |
setJavaType(String javaType) |
void |
setJdbcType(String jdbcType) |
void |
setRemark(String remark) |
public String getDbType()
public void setDbType(String dbType)
public int getDbLength()
public void setDbLength(int dbLength)
public boolean getIsPK()
public void setIsPK(boolean isPK)
public boolean getIsCanNull()
public void setCanNull(boolean canNull)
public boolean getIsAutoIncr()
public void setAutoIncr(boolean autoIncr)
public String getJavaType()
public void setJavaType(String javaType)
public String getJavaObject()
public void setJavaObject(String javaObject)
public String getRemark()
public void setRemark(String remark)
public void setJdbcType(String jdbcType)
public String getJdbcType()
Copyright © 2016 Le. All rights reserved.