| 程序包 | 说明 |
|---|---|
| org.openingo.jdkits.db |
| 限定符和类型 | 方法和说明 |
|---|---|
DDLKit.Table |
DDLKit.Table.addColumn(DDLKit.Column column)
添加一列到表中
|
DDLKit.Table |
DDLKit.Table.addColumns(List<DDLKit.Column> columns)
添加Columns
|
static DDLKit.Table |
DDLKit.createTable(String tableName,
String comment)
创建一个table,没有任何列
|
Copyright © 2020. All rights reserved.