| Package | Description |
|---|---|
| com.github.drinkjava2.jdialects.model |
| Modifier and Type | Method and Description |
|---|---|
IndexModel |
IndexModel.columns(String... columns) |
IndexModel |
TableModel.index()
Start add a Index in DDL, detail usage see demo
|
IndexModel |
TableModel.index(String indexName)
Start add a Index in DDL, detail usage see demo
|
IndexModel |
IndexModel.newCopy() |
IndexModel |
IndexModel.unique() |
| Modifier and Type | Method and Description |
|---|---|
List<IndexModel> |
TableModel.getIndexConsts() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableModel.setIndexConsts(List<IndexModel> indexConsts) |
Copyright © 2022. All rights reserved.