-
-
Field Summary
Fields Modifier and Type Field Description private StringTABLE_CATprivate StringTABLE_NAMEprivate StringINDEX_NAMEprivate StringCOLUMN_NAMEprivate IntegerTYPEprivate final OrmMapmodel
-
Constructor Summary
Constructors Constructor Description IndexInfo()
-
Method Summary
Modifier and Type Method Description final StringgetTABLE_CAT()final UnitsetTABLE_CAT(String TABLE_CAT)final StringgetTABLE_NAME()final UnitsetTABLE_NAME(String TABLE_NAME)final StringgetINDEX_NAME()final UnitsetINDEX_NAME(String INDEX_NAME)final StringgetCOLUMN_NAME()final UnitsetCOLUMN_NAME(String COLUMN_NAME)final IntegergetTYPE()final UnitsetTYPE(Integer TYPE)-
Methods inherited from class dev.entao.web.sql.OrmModel
deleteByKey, existByKey, get, get, getModel, hasProp, hasProp, insert, insertOrUpdate, removeProperty, saveByKey, toString, updateByKey, updateByKey -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTABLE_CAT
final String getTABLE_CAT()
-
setTABLE_CAT
final Unit setTABLE_CAT(String TABLE_CAT)
-
getTABLE_NAME
final String getTABLE_NAME()
-
setTABLE_NAME
final Unit setTABLE_NAME(String TABLE_NAME)
-
getINDEX_NAME
final String getINDEX_NAME()
-
setINDEX_NAME
final Unit setINDEX_NAME(String INDEX_NAME)
-
getCOLUMN_NAME
final String getCOLUMN_NAME()
-
setCOLUMN_NAME
final Unit setCOLUMN_NAME(String COLUMN_NAME)
-
-
-
-