public class ColumnInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
autoIncrement |
private String |
defaultValue |
private org.apache.ibatis.type.JdbcType |
jdbcType |
private int |
length |
private String |
name |
private boolean |
nullable |
private boolean |
primaryKey |
private String |
remarks |
private int |
scale |
private TableInfo |
tableInfo |
private boolean |
tenantId |
private String |
typeName |
private boolean |
version |
| 构造器和说明 |
|---|
ColumnInfo() |
private boolean primaryKey
private boolean autoIncrement
private int length
private boolean nullable
private String defaultValue
private int scale
private boolean version
private boolean tenantId
private org.apache.ibatis.type.JdbcType jdbcType
public ColumnInfo()
Copyright © 2023. All rights reserved.