-
- All Implemented Interfaces:
public final class ColumnInfo extends OrmModel
-
-
Field Summary
Fields Modifier and Type Field Description private StringTABLE_CATprivate StringTABLE_SCHEMprivate StringTABLE_NAMEprivate StringCOLUMN_NAMEprivate IntegerDATA_TYPEprivate StringTYPE_NAMEprivate IntegerCOLUMN_SIZEprivate IntegerNULLABLEprivate StringIS_NULLABLEprivate StringIS_AUTOINCREMENTprivate StringIS_GENERATEDCOLUMNprivate final StringtableNameprivate final StringcolumnNameprivate final StringtypeNameprivate final BooleanautoIncprivate final Booleannullableprivate final OrmMapmodel
-
Constructor Summary
Constructors Constructor Description ColumnInfo()
-
Method Summary
-
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_SCHEM
final String getTABLE_SCHEM()
-
setTABLE_SCHEM
final Unit setTABLE_SCHEM(String TABLE_SCHEM)
-
getTABLE_NAME
final String getTABLE_NAME()
-
setTABLE_NAME
final Unit setTABLE_NAME(String TABLE_NAME)
-
getCOLUMN_NAME
final String getCOLUMN_NAME()
-
setCOLUMN_NAME
final Unit setCOLUMN_NAME(String COLUMN_NAME)
-
getDATA_TYPE
final Integer getDATA_TYPE()
-
setDATA_TYPE
final Unit setDATA_TYPE(Integer DATA_TYPE)
-
getTYPE_NAME
final String getTYPE_NAME()
-
setTYPE_NAME
final Unit setTYPE_NAME(String TYPE_NAME)
-
getCOLUMN_SIZE
final Integer getCOLUMN_SIZE()
-
setCOLUMN_SIZE
final Unit setCOLUMN_SIZE(Integer COLUMN_SIZE)
-
getNULLABLE
final Integer getNULLABLE()
-
setNULLABLE
final Unit setNULLABLE(Integer NULLABLE)
-
getIS_NULLABLE
final String getIS_NULLABLE()
-
setIS_NULLABLE
final Unit setIS_NULLABLE(String IS_NULLABLE)
-
getIS_AUTOINCREMENT
final String getIS_AUTOINCREMENT()
-
setIS_AUTOINCREMENT
final Unit setIS_AUTOINCREMENT(String IS_AUTOINCREMENT)
-
getIS_GENERATEDCOLUMN
final String getIS_GENERATEDCOLUMN()
-
setIS_GENERATEDCOLUMN
final Unit setIS_GENERATEDCOLUMN(String IS_GENERATEDCOLUMN)
-
getTableName
final String getTableName()
-
getColumnName
final String getColumnName()
-
getTypeName
final String getTypeName()
-
getAutoInc
final Boolean getAutoInc()
-
getNullable
final Boolean getNullable()
-
-
-
-