Uses of Class
cn.vertxup.ui.domain.tables.records.UiColumnRecord
-
Packages that use UiColumnRecord Package Description cn.vertxup.ui.domain cn.vertxup.ui.domain.tables cn.vertxup.ui.domain.tables.daos cn.vertxup.ui.domain.tables.records -
-
Uses of UiColumnRecord in cn.vertxup.ui.domain
Fields in cn.vertxup.ui.domain with type parameters of type UiColumnRecord Modifier and Type Field Description static org.jooq.UniqueKey<UiColumnRecord>Keys. KEY_UI_COLUMN_PRIMARYstatic 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 UiColumnRecord Modifier and Type Field Description org.jooq.TableField<UiColumnRecord,Boolean>UiColumn. ACTIVEThe columnDB_ETERNAL.UI_COLUMN.ACTIVE.org.jooq.TableField<UiColumnRecord,String>UiColumn. CLASS_NAMEThe columnDB_ETERNAL.UI_COLUMN.CLASS_NAME.org.jooq.TableField<UiColumnRecord,String>UiColumn. CONFIGThe columnDB_ETERNAL.UI_COLUMN.CONFIG.org.jooq.TableField<UiColumnRecord,String>UiColumn. CONTROL_IDThe columnDB_ETERNAL.UI_COLUMN.CONTROL_ID.org.jooq.TableField<UiColumnRecord,LocalDateTime>UiColumn. CREATED_ATThe columnDB_ETERNAL.UI_COLUMN.CREATED_AT.org.jooq.TableField<UiColumnRecord,String>UiColumn. CREATED_BYThe columnDB_ETERNAL.UI_COLUMN.CREATED_BY.org.jooq.TableField<UiColumnRecord,String>UiColumn. DATA_INDEXThe columnDB_ETERNAL.UI_COLUMN.DATA_INDEX.org.jooq.TableField<UiColumnRecord,String>UiColumn. DATUMThe columnDB_ETERNAL.UI_COLUMN.DATUM.org.jooq.TableField<UiColumnRecord,String>UiColumn. EMPTYThe columnDB_ETERNAL.UI_COLUMN.EMPTY.org.jooq.TableField<UiColumnRecord,String>UiColumn. FILTER_CONFIGThe columnDB_ETERNAL.UI_COLUMN.FILTER_CONFIG.org.jooq.TableField<UiColumnRecord,String>UiColumn. FILTER_TYPEThe columnDB_ETERNAL.UI_COLUMN.FILTER_TYPE.org.jooq.TableField<UiColumnRecord,Boolean>UiColumn. FIXEDThe columnDB_ETERNAL.UI_COLUMN.FIXED.org.jooq.TableField<UiColumnRecord,String>UiColumn. FORMATThe columnDB_ETERNAL.UI_COLUMN.FORMAT.org.jooq.TableField<UiColumnRecord,String>UiColumn. KEYThe columnDB_ETERNAL.UI_COLUMN.KEY.org.jooq.TableField<UiColumnRecord,String>UiColumn. LANGUAGEThe columnDB_ETERNAL.UI_COLUMN.LANGUAGE.org.jooq.TableField<UiColumnRecord,String>UiColumn. MAPPINGThe columnDB_ETERNAL.UI_COLUMN.MAPPING.org.jooq.TableField<UiColumnRecord,String>UiColumn. METADATAThe columnDB_ETERNAL.UI_COLUMN.METADATA.org.jooq.TableField<UiColumnRecord,String>UiColumn. OPTIONThe columnDB_ETERNAL.UI_COLUMN.OPTION.org.jooq.TableField<UiColumnRecord,Integer>UiColumn. POSITIONThe columnDB_ETERNAL.UI_COLUMN.POSITION.org.jooq.TableField<UiColumnRecord,String>UiColumn. RENDERThe columnDB_ETERNAL.UI_COLUMN.RENDER.org.jooq.TableField<UiColumnRecord,String>UiColumn. SIGMAThe columnDB_ETERNAL.UI_COLUMN.SIGMA.org.jooq.TableField<UiColumnRecord,Boolean>UiColumn. SORTERThe columnDB_ETERNAL.UI_COLUMN.SORTER.org.jooq.TableField<UiColumnRecord,String>UiColumn. TITLEThe columnDB_ETERNAL.UI_COLUMN.TITLE.org.jooq.TableField<UiColumnRecord,LocalDateTime>UiColumn. UPDATED_ATThe columnDB_ETERNAL.UI_COLUMN.UPDATED_AT.org.jooq.TableField<UiColumnRecord,String>UiColumn. UPDATED_BYThe columnDB_ETERNAL.UI_COLUMN.UPDATED_BY.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 UiColumnRecord Modifier and Type Method Description org.jooq.UniqueKey<UiColumnRecord>UiColumn. getPrimaryKey()Class<UiColumnRecord>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 UiColumnRecord Constructor Description UiColumn(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 UiColumnRecord Modifier and Type Method Description io.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 UiColumnRecord Modifier and Type Method Description UiColumnRecordUiColumnRecord. setActive(Boolean value)Setter forDB_ETERNAL.UI_COLUMN.ACTIVE.UiColumnRecordUiColumnRecord. setClassName(String value)Setter forDB_ETERNAL.UI_COLUMN.CLASS_NAME.UiColumnRecordUiColumnRecord. setConfig(String value)Setter forDB_ETERNAL.UI_COLUMN.CONFIG.UiColumnRecordUiColumnRecord. setControlId(String value)Setter forDB_ETERNAL.UI_COLUMN.CONTROL_ID.UiColumnRecordUiColumnRecord. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.UI_COLUMN.CREATED_AT.UiColumnRecordUiColumnRecord. setCreatedBy(String value)Setter forDB_ETERNAL.UI_COLUMN.CREATED_BY.UiColumnRecordUiColumnRecord. setDataIndex(String value)Setter forDB_ETERNAL.UI_COLUMN.DATA_INDEX.UiColumnRecordUiColumnRecord. setDatum(String value)Setter forDB_ETERNAL.UI_COLUMN.DATUM.UiColumnRecordUiColumnRecord. setEmpty(String value)Setter forDB_ETERNAL.UI_COLUMN.EMPTY.UiColumnRecordUiColumnRecord. setFilterConfig(String value)Setter forDB_ETERNAL.UI_COLUMN.FILTER_CONFIG.UiColumnRecordUiColumnRecord. setFilterType(String value)Setter forDB_ETERNAL.UI_COLUMN.FILTER_TYPE.UiColumnRecordUiColumnRecord. setFixed(Boolean value)Setter forDB_ETERNAL.UI_COLUMN.FIXED.UiColumnRecordUiColumnRecord. setFormat(String value)Setter forDB_ETERNAL.UI_COLUMN.FORMAT.UiColumnRecordUiColumnRecord. setKey(String value)Setter forDB_ETERNAL.UI_COLUMN.KEY.UiColumnRecordUiColumnRecord. setLanguage(String value)Setter forDB_ETERNAL.UI_COLUMN.LANGUAGE.UiColumnRecordUiColumnRecord. setMapping(String value)Setter forDB_ETERNAL.UI_COLUMN.MAPPING.UiColumnRecordUiColumnRecord. setMetadata(String value)Setter forDB_ETERNAL.UI_COLUMN.METADATA.UiColumnRecordUiColumnRecord. setOption(String value)Setter forDB_ETERNAL.UI_COLUMN.OPTION.UiColumnRecordUiColumnRecord. setPosition(Integer value)Setter forDB_ETERNAL.UI_COLUMN.POSITION.UiColumnRecordUiColumnRecord. setRender(String value)Setter forDB_ETERNAL.UI_COLUMN.RENDER.UiColumnRecordUiColumnRecord. setSigma(String value)Setter forDB_ETERNAL.UI_COLUMN.SIGMA.UiColumnRecordUiColumnRecord. setSorter(Boolean value)Setter forDB_ETERNAL.UI_COLUMN.SORTER.UiColumnRecordUiColumnRecord. setTitle(String value)Setter forDB_ETERNAL.UI_COLUMN.TITLE.UiColumnRecordUiColumnRecord. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.UI_COLUMN.UPDATED_AT.UiColumnRecordUiColumnRecord. setUpdatedBy(String value)Setter forDB_ETERNAL.UI_COLUMN.UPDATED_BY.UiColumnRecordUiColumnRecord. setWidth(Integer value)Setter forDB_ETERNAL.UI_COLUMN.WIDTH.
-