Uses of Class
cn.vertxup.ui.domain.tables.records.VQueryRecord
Packages that use VQueryRecord
Package
Description
-
Uses of VQueryRecord in cn.vertxup.ui.domain
Fields in cn.vertxup.ui.domain with type parameters of type VQueryRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<VQueryRecord>Keys.KEY_V_QUERY_PRIMARY -
Uses of VQueryRecord in cn.vertxup.ui.domain.tables
Fields in cn.vertxup.ui.domain.tables with type parameters of type VQueryRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<VQueryRecord,String> VQuery.CRITERIAThe columnDB_ETERNAL.V_QUERY.CRITERIA.final org.jooq.TableField<VQueryRecord,String> VQuery.KEYThe columnDB_ETERNAL.V_QUERY.KEY.final org.jooq.TableField<VQueryRecord,String> VQuery.PAGERThe columnDB_ETERNAL.V_QUERY.PAGER.final org.jooq.TableField<VQueryRecord,String> VQuery.PROJECTIONThe columnDB_ETERNAL.V_QUERY.PROJECTION.final org.jooq.TableField<VQueryRecord,String> VQuery.SORTERThe columnDB_ETERNAL.V_QUERY.SORTER.Methods in cn.vertxup.ui.domain.tables that return types with arguments of type VQueryRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<VQueryRecord>VQuery.getPrimaryKey()VQuery.getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.ui.domain.tables with type arguments of type VQueryRecordModifierConstructorDescriptionVQuery(org.jooq.Table<O> child, org.jooq.ForeignKey<O, VQueryRecord> key) -
Uses of VQueryRecord in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type VQueryRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VQueryRecord,VQuery, String> VQueryDao.queryExecutor() -
Uses of VQueryRecord in cn.vertxup.ui.domain.tables.records
Methods in cn.vertxup.ui.domain.tables.records that return VQueryRecordModifier and TypeMethodDescriptionVQueryRecord.setCriteria(String value) Setter forDB_ETERNAL.V_QUERY.CRITERIA.Setter forDB_ETERNAL.V_QUERY.KEY.Setter forDB_ETERNAL.V_QUERY.PAGER.VQueryRecord.setProjection(String value) Setter forDB_ETERNAL.V_QUERY.PROJECTION.Setter forDB_ETERNAL.V_QUERY.SORTER.