Package | Description |
---|---|
sf.database.dbinfo |
Modifier and Type | Method and Description |
---|---|
ColumnTypeEnum |
ColumnModification.getNewColumn()
得到模型会将数据库列更改为类型
|
static ColumnTypeEnum |
ColumnTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnTypeEnum[] |
ColumnTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ColumnModification(ColumnInfo beforeChange,
List<ColumnChange> changes,
ColumnTypeEnum changeTo)
构造
|
Copyright © 2020. All rights reserved.