Uses of Class
cn.vertxup.ui.domain.tables.records.UiColumnRecord
Packages that use UiColumnRecord
Package
Description
-
Uses of UiColumnRecord in cn.vertxup.ui.domain
Fields in cn.vertxup.ui.domain with type parameters of type UiColumnRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<UiColumnRecord>static final org.jooq.UniqueKey<UiColumnRecord>Keys.KEY_UI_COLUMN_SIGMA -
Uses of UiColumnRecord in cn.vertxup.ui.domain.tables
Fields in cn.vertxup.ui.domain.tables with type parameters of type UiColumnRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<UiColumnRecord,Boolean> UiColumn.ACTIVEThe columnDB_ETERNAL.UI_COLUMN.ACTIVE.final org.jooq.TableField<UiColumnRecord,String> UiColumn.CLASS_NAMEThe columnDB_ETERNAL.UI_COLUMN.CLASS_NAME.final org.jooq.TableField<UiColumnRecord,String> UiColumn.CONFIGThe columnDB_ETERNAL.UI_COLUMN.CONFIG.final org.jooq.TableField<UiColumnRecord,String> UiColumn.CONTROL_IDThe columnDB_ETERNAL.UI_COLUMN.CONTROL_ID.final org.jooq.TableField<UiColumnRecord,LocalDateTime> UiColumn.CREATED_ATThe columnDB_ETERNAL.UI_COLUMN.CREATED_AT.final org.jooq.TableField<UiColumnRecord,String> UiColumn.CREATED_BYThe columnDB_ETERNAL.UI_COLUMN.CREATED_BY.final org.jooq.TableField<UiColumnRecord,String> UiColumn.DATA_INDEXThe columnDB_ETERNAL.UI_COLUMN.DATA_INDEX.final org.jooq.TableField<UiColumnRecord,String> UiColumn.DATUMThe columnDB_ETERNAL.UI_COLUMN.DATUM.final org.jooq.TableField<UiColumnRecord,String> UiColumn.EMPTYThe columnDB_ETERNAL.UI_COLUMN.EMPTY.final org.jooq.TableField<UiColumnRecord,String> UiColumn.FILTER_CONFIGThe columnDB_ETERNAL.UI_COLUMN.FILTER_CONFIG.final org.jooq.TableField<UiColumnRecord,String> UiColumn.FILTER_TYPEThe columnDB_ETERNAL.UI_COLUMN.FILTER_TYPE.final org.jooq.TableField<UiColumnRecord,Boolean> UiColumn.FIXEDThe columnDB_ETERNAL.UI_COLUMN.FIXED.final org.jooq.TableField<UiColumnRecord,String> UiColumn.FORMATThe columnDB_ETERNAL.UI_COLUMN.FORMAT.final org.jooq.TableField<UiColumnRecord,String> UiColumn.KEYThe columnDB_ETERNAL.UI_COLUMN.KEY.final org.jooq.TableField<UiColumnRecord,String> UiColumn.LANGUAGEThe columnDB_ETERNAL.UI_COLUMN.LANGUAGE.final org.jooq.TableField<UiColumnRecord,String> UiColumn.MAPPINGThe columnDB_ETERNAL.UI_COLUMN.MAPPING.final org.jooq.TableField<UiColumnRecord,String> UiColumn.METADATAThe columnDB_ETERNAL.UI_COLUMN.METADATA.final org.jooq.TableField<UiColumnRecord,String> UiColumn.OPTIONThe columnDB_ETERNAL.UI_COLUMN.OPTION.final org.jooq.TableField<UiColumnRecord,Integer> UiColumn.POSITIONThe columnDB_ETERNAL.UI_COLUMN.POSITION.final org.jooq.TableField<UiColumnRecord,String> UiColumn.RENDERThe columnDB_ETERNAL.UI_COLUMN.RENDER.final org.jooq.TableField<UiColumnRecord,String> UiColumn.SIGMAThe columnDB_ETERNAL.UI_COLUMN.SIGMA.final org.jooq.TableField<UiColumnRecord,Boolean> UiColumn.SORTERThe columnDB_ETERNAL.UI_COLUMN.SORTER.final org.jooq.TableField<UiColumnRecord,String> UiColumn.TITLEThe columnDB_ETERNAL.UI_COLUMN.TITLE.final org.jooq.TableField<UiColumnRecord,LocalDateTime> UiColumn.UPDATED_ATThe columnDB_ETERNAL.UI_COLUMN.UPDATED_AT.final org.jooq.TableField<UiColumnRecord,String> UiColumn.UPDATED_BYThe columnDB_ETERNAL.UI_COLUMN.UPDATED_BY.final org.jooq.TableField<UiColumnRecord,Integer> UiColumn.WIDTHThe columnDB_ETERNAL.UI_COLUMN.WIDTH.Methods in cn.vertxup.ui.domain.tables that return types with arguments of type UiColumnRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<UiColumnRecord>UiColumn.getPrimaryKey()UiColumn.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<UiColumnRecord>>UiColumn.getUniqueKeys()Constructor parameters in cn.vertxup.ui.domain.tables with type arguments of type UiColumnRecordModifierConstructorDescriptionUiColumn(org.jooq.Table<O> child, org.jooq.ForeignKey<O, UiColumnRecord> key) -
Uses of UiColumnRecord in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type UiColumnRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<UiColumnRecord,UiColumn, String> UiColumnDao.queryExecutor() -
Uses of UiColumnRecord in cn.vertxup.ui.domain.tables.records
Methods in cn.vertxup.ui.domain.tables.records that return UiColumnRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.UI_COLUMN.ACTIVE.UiColumnRecord.setClassName(String value) Setter forDB_ETERNAL.UI_COLUMN.CLASS_NAME.Setter forDB_ETERNAL.UI_COLUMN.CONFIG.UiColumnRecord.setControlId(String value) Setter forDB_ETERNAL.UI_COLUMN.CONTROL_ID.UiColumnRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.UI_COLUMN.CREATED_AT.UiColumnRecord.setCreatedBy(String value) Setter forDB_ETERNAL.UI_COLUMN.CREATED_BY.UiColumnRecord.setDataIndex(String value) Setter forDB_ETERNAL.UI_COLUMN.DATA_INDEX.Setter forDB_ETERNAL.UI_COLUMN.DATUM.Setter forDB_ETERNAL.UI_COLUMN.EMPTY.UiColumnRecord.setFilterConfig(String value) Setter forDB_ETERNAL.UI_COLUMN.FILTER_CONFIG.UiColumnRecord.setFilterType(String value) Setter forDB_ETERNAL.UI_COLUMN.FILTER_TYPE.Setter forDB_ETERNAL.UI_COLUMN.FIXED.Setter forDB_ETERNAL.UI_COLUMN.FORMAT.Setter forDB_ETERNAL.UI_COLUMN.KEY.UiColumnRecord.setLanguage(String value) Setter forDB_ETERNAL.UI_COLUMN.LANGUAGE.UiColumnRecord.setMapping(String value) Setter forDB_ETERNAL.UI_COLUMN.MAPPING.UiColumnRecord.setMetadata(String value) Setter forDB_ETERNAL.UI_COLUMN.METADATA.Setter forDB_ETERNAL.UI_COLUMN.OPTION.UiColumnRecord.setPosition(Integer value) Setter forDB_ETERNAL.UI_COLUMN.POSITION.Setter forDB_ETERNAL.UI_COLUMN.RENDER.Setter forDB_ETERNAL.UI_COLUMN.SIGMA.Setter forDB_ETERNAL.UI_COLUMN.SORTER.Setter forDB_ETERNAL.UI_COLUMN.TITLE.UiColumnRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.UI_COLUMN.UPDATED_AT.UiColumnRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.UI_COLUMN.UPDATED_BY.Setter forDB_ETERNAL.UI_COLUMN.WIDTH.