|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UniqueModel | |
|---|---|
| com.github.drinkjava2.jdialects.model | |
| Uses of UniqueModel in com.github.drinkjava2.jdialects.model |
|---|
| Methods in com.github.drinkjava2.jdialects.model that return UniqueModel | |
|---|---|
UniqueModel |
UniqueModel.columns(String... columns)
|
UniqueModel |
UniqueModel.newCopy()
|
UniqueModel |
TableModel.unique()
Start add a unique constraint in DDL, detail usage see demo |
UniqueModel |
TableModel.unique(String uniqueName)
Start add a unique constraint in DDL, detail usage see demo |
| Methods in com.github.drinkjava2.jdialects.model that return types with arguments of type UniqueModel | |
|---|---|
List<UniqueModel> |
TableModel.getUniqueConsts()
|
| Method parameters in com.github.drinkjava2.jdialects.model with type arguments of type UniqueModel | |
|---|---|
void |
TableModel.setUniqueConsts(List<UniqueModel> uniqueConsts)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||