Uses of Class
cn.vertxup.lbs.domain.tables.records.LLocationRecord
-
Packages that use LLocationRecord Package Description cn.vertxup.lbs.domain cn.vertxup.lbs.domain.tables cn.vertxup.lbs.domain.tables.daos cn.vertxup.lbs.domain.tables.records -
-
Uses of LLocationRecord in cn.vertxup.lbs.domain
Fields in cn.vertxup.lbs.domain with type parameters of type LLocationRecord Modifier and Type Field Description static org.jooq.UniqueKey<LLocationRecord>Keys. KEY_L_LOCATION_CODEstatic org.jooq.UniqueKey<LLocationRecord>Keys. KEY_L_LOCATION_PRIMARY -
Uses of LLocationRecord in cn.vertxup.lbs.domain.tables
Fields in cn.vertxup.lbs.domain.tables with type parameters of type LLocationRecord Modifier and Type Field Description org.jooq.TableField<LLocationRecord,Boolean>LLocation. ACTIVEThe columnDB_ETERNAL.L_LOCATION.ACTIVE.org.jooq.TableField<LLocationRecord,String>LLocation. ADDRESSThe columnDB_ETERNAL.L_LOCATION.ADDRESS.org.jooq.TableField<LLocationRecord,String>LLocation. CITYThe columnDB_ETERNAL.L_LOCATION.CITY.org.jooq.TableField<LLocationRecord,String>LLocation. CODEThe columnDB_ETERNAL.L_LOCATION.CODE.org.jooq.TableField<LLocationRecord,String>LLocation. COUNTRYThe columnDB_ETERNAL.L_LOCATION.COUNTRY.org.jooq.TableField<LLocationRecord,LocalDateTime>LLocation. CREATED_ATThe columnDB_ETERNAL.L_LOCATION.CREATED_AT.org.jooq.TableField<LLocationRecord,String>LLocation. CREATED_BYThe columnDB_ETERNAL.L_LOCATION.CREATED_BY.org.jooq.TableField<LLocationRecord,String>LLocation. FULL_NAMEThe columnDB_ETERNAL.L_LOCATION.FULL_NAME.org.jooq.TableField<LLocationRecord,String>LLocation. KEYThe columnDB_ETERNAL.L_LOCATION.KEY.org.jooq.TableField<LLocationRecord,String>LLocation. LANGUAGEThe columnDB_ETERNAL.L_LOCATION.LANGUAGE.org.jooq.TableField<LLocationRecord,String>LLocation. METADATAThe columnDB_ETERNAL.L_LOCATION.METADATA.org.jooq.TableField<LLocationRecord,String>LLocation. NAMEThe columnDB_ETERNAL.L_LOCATION.NAME.org.jooq.TableField<LLocationRecord,String>LLocation. POSTALThe columnDB_ETERNAL.L_LOCATION.POSTAL.org.jooq.TableField<LLocationRecord,String>LLocation. REGIONThe columnDB_ETERNAL.L_LOCATION.REGION.org.jooq.TableField<LLocationRecord,String>LLocation. REGION_IDThe columnDB_ETERNAL.L_LOCATION.REGION_ID.org.jooq.TableField<LLocationRecord,String>LLocation. SIGMAThe columnDB_ETERNAL.L_LOCATION.SIGMA.org.jooq.TableField<LLocationRecord,String>LLocation. STATEThe columnDB_ETERNAL.L_LOCATION.STATE.org.jooq.TableField<LLocationRecord,String>LLocation. STREET1The columnDB_ETERNAL.L_LOCATION.STREET1.org.jooq.TableField<LLocationRecord,String>LLocation. STREET2The columnDB_ETERNAL.L_LOCATION.STREET2.org.jooq.TableField<LLocationRecord,String>LLocation. STREET3The columnDB_ETERNAL.L_LOCATION.STREET3.org.jooq.TableField<LLocationRecord,LocalDateTime>LLocation. UPDATED_ATThe columnDB_ETERNAL.L_LOCATION.UPDATED_AT.org.jooq.TableField<LLocationRecord,String>LLocation. UPDATED_BYThe columnDB_ETERNAL.L_LOCATION.UPDATED_BY.Methods in cn.vertxup.lbs.domain.tables that return types with arguments of type LLocationRecord Modifier and Type Method Description org.jooq.UniqueKey<LLocationRecord>LLocation. getPrimaryKey()Class<LLocationRecord>LLocation. getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<LLocationRecord>>LLocation. getUniqueKeys()Constructor parameters in cn.vertxup.lbs.domain.tables with type arguments of type LLocationRecord Constructor Description LLocation(org.jooq.Table<O> child, org.jooq.ForeignKey<O,LLocationRecord> key) -
Uses of LLocationRecord in cn.vertxup.lbs.domain.tables.daos
Methods in cn.vertxup.lbs.domain.tables.daos that return types with arguments of type LLocationRecord Modifier and Type Method Description io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<LLocationRecord,LLocation,String>LLocationDao. queryExecutor() -
Uses of LLocationRecord in cn.vertxup.lbs.domain.tables.records
Methods in cn.vertxup.lbs.domain.tables.records that return LLocationRecord Modifier and Type Method Description LLocationRecordLLocationRecord. setActive(Boolean value)Setter forDB_ETERNAL.L_LOCATION.ACTIVE.LLocationRecordLLocationRecord. setAddress(String value)Setter forDB_ETERNAL.L_LOCATION.ADDRESS.LLocationRecordLLocationRecord. setCity(String value)Setter forDB_ETERNAL.L_LOCATION.CITY.LLocationRecordLLocationRecord. setCode(String value)Setter forDB_ETERNAL.L_LOCATION.CODE.LLocationRecordLLocationRecord. setCountry(String value)Setter forDB_ETERNAL.L_LOCATION.COUNTRY.LLocationRecordLLocationRecord. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_LOCATION.CREATED_AT.LLocationRecordLLocationRecord. setCreatedBy(String value)Setter forDB_ETERNAL.L_LOCATION.CREATED_BY.LLocationRecordLLocationRecord. setFullName(String value)Setter forDB_ETERNAL.L_LOCATION.FULL_NAME.LLocationRecordLLocationRecord. setKey(String value)Setter forDB_ETERNAL.L_LOCATION.KEY.LLocationRecordLLocationRecord. setLanguage(String value)Setter forDB_ETERNAL.L_LOCATION.LANGUAGE.LLocationRecordLLocationRecord. setMetadata(String value)Setter forDB_ETERNAL.L_LOCATION.METADATA.LLocationRecordLLocationRecord. setName(String value)Setter forDB_ETERNAL.L_LOCATION.NAME.LLocationRecordLLocationRecord. setPostal(String value)Setter forDB_ETERNAL.L_LOCATION.POSTAL.LLocationRecordLLocationRecord. setRegion(String value)Setter forDB_ETERNAL.L_LOCATION.REGION.LLocationRecordLLocationRecord. setRegionId(String value)Setter forDB_ETERNAL.L_LOCATION.REGION_ID.LLocationRecordLLocationRecord. setSigma(String value)Setter forDB_ETERNAL.L_LOCATION.SIGMA.LLocationRecordLLocationRecord. setState(String value)Setter forDB_ETERNAL.L_LOCATION.STATE.LLocationRecordLLocationRecord. setStreet1(String value)Setter forDB_ETERNAL.L_LOCATION.STREET1.LLocationRecordLLocationRecord. setStreet2(String value)Setter forDB_ETERNAL.L_LOCATION.STREET2.LLocationRecordLLocationRecord. setStreet3(String value)Setter forDB_ETERNAL.L_LOCATION.STREET3.LLocationRecordLLocationRecord. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_LOCATION.UPDATED_AT.LLocationRecordLLocationRecord. setUpdatedBy(String value)Setter forDB_ETERNAL.L_LOCATION.UPDATED_BY.LLocationRecordLLocationRecord. value1(String value)LLocationRecordLLocationRecord. value10(String value)LLocationRecordLLocationRecord. value11(String value)LLocationRecordLLocationRecord. value12(String value)LLocationRecordLLocationRecord. value13(String value)LLocationRecordLLocationRecord. value14(String value)LLocationRecordLLocationRecord. value15(String value)LLocationRecordLLocationRecord. value16(Boolean value)LLocationRecordLLocationRecord. value17(String value)LLocationRecordLLocationRecord. value18(String value)LLocationRecordLLocationRecord. value19(LocalDateTime value)LLocationRecordLLocationRecord. value2(String value)LLocationRecordLLocationRecord. value20(String value)LLocationRecordLLocationRecord. value21(LocalDateTime value)LLocationRecordLLocationRecord. value22(String value)LLocationRecordLLocationRecord. value3(String value)LLocationRecordLLocationRecord. value4(String value)LLocationRecordLLocationRecord. value5(String value)LLocationRecordLLocationRecord. value6(String value)LLocationRecordLLocationRecord. value7(String value)LLocationRecordLLocationRecord. value8(String value)LLocationRecordLLocationRecord. value9(String value)LLocationRecordLLocationRecord. values(String value1, String value2, String value3, String value4, String value5, String value6, String value7, String value8, String value9, String value10, String value11, String value12, String value13, String value14, String value15, Boolean value16, String value17, String value18, LocalDateTime value19, String value20, LocalDateTime value21, String value22)
-