Uses of Class
com.echothree.model.jooq.server.records.geo.GeoCodeCountries
Packages that use GeoCodeCountries
Package
Description
-
Uses of GeoCodeCountries in com.echothree.model.jooq.server.keys.geo
Fields in com.echothree.model.jooq.server.keys.geo with type parameters of type GeoCodeCountriesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<GeoCodeCountries> GeoUniqueKeys.GEO_CODE_COUNTRIES_GEO_CODE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<GeoCodeCountries, GeoCodes> GeoForeignKeys.GEO_CODE_COUNTRIES_GEO_CODE_FKstatic final org.jooq.UniqueKey<GeoCodeCountries> GeoUniqueKeys.GEO_CODE_COUNTRIES_PKstatic final org.jooq.ForeignKey<GeoCodeCountries, PostalAddressFormats> GeoForeignKeys.GEO_CODE_COUNTRIES_POSTAL_ADDRESS_FORMAT_FK -
Uses of GeoCodeCountries in com.echothree.model.jooq.server.tables.geo
Fields in com.echothree.model.jooq.server.tables.geo with type parameters of type GeoCodeCountriesModifier and TypeFieldDescriptionfinal org.jooq.TableField<GeoCodeCountries, String> GeoCodeCountries.AREA_CODE_EXAMPLEThe columngeocodecountries.geoc_areacodeexample.final org.jooq.TableField<GeoCodeCountries, String> GeoCodeCountries.AREA_CODE_PATTERNThe columngeocodecountries.geoc_areacodepattern.final org.jooq.TableField<GeoCodeCountries, Boolean> GeoCodeCountries.AREA_CODE_REQUIREDThe columngeocodecountries.geoc_areacoderequired.final org.jooq.TableField<GeoCodeCountries, Boolean> GeoCodeCountries.CITY_GEO_CODE_REQUIREDThe columngeocodecountries.geoc_citygeocoderequired.final org.jooq.TableField<GeoCodeCountries, Boolean> GeoCodeCountries.CITY_REQUIREDThe columngeocodecountries.geoc_cityrequired.final org.jooq.TableField<GeoCodeCountries, Long> GeoCodeCountries.FROM_TIMEThe columngeocodecountries.geoc_fromtime.final org.jooq.TableField<GeoCodeCountries, GeoCodePK> GeoCodeCountries.GEO_CODEThe columngeocodecountries.geoc_geo_geocodeid.final org.jooq.TableField<GeoCodeCountries, GeoCodeCountryPK> GeoCodeCountries.GEO_CODE_COUNTRYThe columngeocodecountries.geoc_geocodecountryid.final org.jooq.TableField<GeoCodeCountries, PostalAddressFormatPK> GeoCodeCountries.POSTAL_ADDRESS_FORMATThe columngeocodecountries.geoc_pstafmt_postaladdressformatid.final org.jooq.TableField<GeoCodeCountries, String> GeoCodeCountries.POSTAL_CODE_EXAMPLEThe columngeocodecountries.geoc_postalcodeexample.final org.jooq.TableField<GeoCodeCountries, Integer> GeoCodeCountries.POSTAL_CODE_GEO_CODE_LENGTHThe columngeocodecountries.geoc_postalcodegeocodelength.final org.jooq.TableField<GeoCodeCountries, Boolean> GeoCodeCountries.POSTAL_CODE_GEO_CODE_REQUIREDThe columngeocodecountries.geoc_postalcodegeocoderequired.final org.jooq.TableField<GeoCodeCountries, Integer> GeoCodeCountries.POSTAL_CODE_LENGTHThe columngeocodecountries.geoc_postalcodelength.final org.jooq.TableField<GeoCodeCountries, String> GeoCodeCountries.POSTAL_CODE_PATTERNThe columngeocodecountries.geoc_postalcodepattern.final org.jooq.TableField<GeoCodeCountries, Boolean> GeoCodeCountries.POSTAL_CODE_REQUIREDThe columngeocodecountries.geoc_postalcoderequired.final org.jooq.TableField<GeoCodeCountries, Boolean> GeoCodeCountries.STATE_GEO_CODE_REQUIREDThe columngeocodecountries.geoc_stategeocoderequired.final org.jooq.TableField<GeoCodeCountries, Boolean> GeoCodeCountries.STATE_REQUIREDThe columngeocodecountries.geoc_staterequired.final org.jooq.TableField<GeoCodeCountries, String> GeoCodeCountries.TELEPHONE_CODEThe columngeocodecountries.geoc_telephonecode.final org.jooq.TableField<GeoCodeCountries, String> GeoCodeCountries.TELEPHONE_NUMBER_EXAMPLEThe columngeocodecountries.geoc_telephonenumberexample.final org.jooq.TableField<GeoCodeCountries, String> GeoCodeCountries.TELEPHONE_NUMBER_PATTERNThe columngeocodecountries.geoc_telephonenumberpattern.final org.jooq.TableField<GeoCodeCountries, Long> GeoCodeCountries.THRU_TIMEThe columngeocodecountries.geoc_thrutime.Methods in com.echothree.model.jooq.server.tables.geo that return types with arguments of type GeoCodeCountriesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<GeoCodeCountries> GeoCodeCountries.getPrimaryKey()GeoCodeCountries.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<GeoCodeCountries, ?>> GeoCodeCountries.getReferences()List<org.jooq.UniqueKey<GeoCodeCountries>> GeoCodeCountries.getUniqueKeys()