Serialized Form
-
Package net.risesoft.y9.sqlddl.pojo
-
Class net.risesoft.y9.sqlddl.pojo.DbColumn extends Object implements Serializable
- serialVersionUID:
- -7176298428774384422L
-
Serialized Fields
-
columnName
String columnName
列名 -
columnNameOld
String columnNameOld
旧列名 -
comment
String comment
字段备注,用来中文化 -
dataLength
Integer dataLength
字段长度 -
dataPrecision
Integer dataPrecision
字段精度 -
dataScale
Integer dataScale
小数位数 -
dataType
int dataType
字段类型 -
isNull
Integer isNull
是否允空 -
isPrimaryKey
Integer isPrimaryKey
是否主键 -
nullable
Boolean nullable
能否为空 -
primaryKey
Boolean primaryKey
主键 -
tableName
String tableName
所属表名 -
typeName
String typeName
类型名称
-
-
Class net.risesoft.y9.sqlddl.pojo.DbTable extends Object implements Serializable
- serialVersionUID:
- 6672185772405591089L
-