Uses of Class
com.github.drinkjava2.jdialects.model.IndexModel

Packages that use IndexModel
com.github.drinkjava2.jdialects.model   
 

Uses of IndexModel in com.github.drinkjava2.jdialects.model
 

Methods in com.github.drinkjava2.jdialects.model that return IndexModel
 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()
           
 

Methods in com.github.drinkjava2.jdialects.model that return types with arguments of type IndexModel
 List<IndexModel> TableModel.getIndexConsts()
           
 

Method parameters in com.github.drinkjava2.jdialects.model with type arguments of type IndexModel
 void TableModel.setIndexConsts(List<IndexModel> indexConsts)
           
 



Copyright © 2018. All rights reserved.