Uses of Class
cn.vertxup.ui.domain.tables.records.VQueryRecord
-
Packages that use VQueryRecord 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 VQueryRecord in cn.vertxup.ui.domain
Fields in cn.vertxup.ui.domain with type parameters of type VQueryRecord Modifier and Type Field Description static 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 VQueryRecord Modifier and Type Field Description org.jooq.TableField<VQueryRecord,String>VQuery. CRITERIAThe columnDB_ETERNAL.V_QUERY.CRITERIA.org.jooq.TableField<VQueryRecord,String>VQuery. KEYThe columnDB_ETERNAL.V_QUERY.KEY.org.jooq.TableField<VQueryRecord,String>VQuery. PAGERThe columnDB_ETERNAL.V_QUERY.PAGER.org.jooq.TableField<VQueryRecord,String>VQuery. PROJECTIONThe columnDB_ETERNAL.V_QUERY.PROJECTION.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 VQueryRecord Modifier and Type Method Description org.jooq.UniqueKey<VQueryRecord>VQuery. getPrimaryKey()Class<VQueryRecord>VQuery. getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.ui.domain.tables with type arguments of type VQueryRecord Constructor Description VQuery(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 VQueryRecord Modifier and Type Method Description io.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 VQueryRecord Modifier and Type Method Description VQueryRecordVQueryRecord. setCriteria(String value)Setter forDB_ETERNAL.V_QUERY.CRITERIA.VQueryRecordVQueryRecord. setKey(String value)Setter forDB_ETERNAL.V_QUERY.KEY.VQueryRecordVQueryRecord. setPager(String value)Setter forDB_ETERNAL.V_QUERY.PAGER.VQueryRecordVQueryRecord. setProjection(String value)Setter forDB_ETERNAL.V_QUERY.PROJECTION.VQueryRecordVQueryRecord. setSorter(String value)Setter forDB_ETERNAL.V_QUERY.SORTER.VQueryRecordVQueryRecord. value1(String value)VQueryRecordVQueryRecord. value2(String value)VQueryRecordVQueryRecord. value3(String value)VQueryRecordVQueryRecord. value4(String value)VQueryRecordVQueryRecord. value5(String value)VQueryRecordVQueryRecord. values(String value1, String value2, String value3, String value4, String value5)
-