Uses of Class
com.echothree.model.jooq.server.records.geo.GeoCodeTimeZones
Packages that use GeoCodeTimeZones
Package
Description
-
Uses of GeoCodeTimeZones in com.echothree.model.jooq.server.keys.geo
Fields in com.echothree.model.jooq.server.keys.geo with type parameters of type GeoCodeTimeZonesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<GeoCodeTimeZones> static final org.jooq.ForeignKey<GeoCodeTimeZones, GeoCodes> GeoForeignKeys.GEO_CODE_TIME_ZONES_GEO_CODE_FKstatic final org.jooq.UniqueKey<GeoCodeTimeZones> GeoUniqueKeys.GEO_CODE_TIME_ZONES_PKstatic final org.jooq.ForeignKey<GeoCodeTimeZones, TimeZones> GeoForeignKeys.GEO_CODE_TIME_ZONES_TIME_ZONE_FK -
Uses of GeoCodeTimeZones in com.echothree.model.jooq.server.tables.geo
Fields in com.echothree.model.jooq.server.tables.geo with type parameters of type GeoCodeTimeZonesModifier and TypeFieldDescriptionfinal org.jooq.TableField<GeoCodeTimeZones, Long> GeoCodeTimeZones.FROM_TIMEThe columngeocodetimezones.geotz_fromtime.final org.jooq.TableField<GeoCodeTimeZones, GeoCodePK> GeoCodeTimeZones.GEO_CODEThe columngeocodetimezones.geotz_geo_geocodeid.final org.jooq.TableField<GeoCodeTimeZones, GeoCodeTimeZonePK> GeoCodeTimeZones.GEO_CODE_TIME_ZONEThe columngeocodetimezones.geotz_geocodetimezoneid.final org.jooq.TableField<GeoCodeTimeZones, Boolean> GeoCodeTimeZones.IS_DEFAULTThe columngeocodetimezones.geotz_isdefault.final org.jooq.TableField<GeoCodeTimeZones, Integer> GeoCodeTimeZones.SORT_ORDERThe columngeocodetimezones.geotz_sortorder.final org.jooq.TableField<GeoCodeTimeZones, Long> GeoCodeTimeZones.THRU_TIMEThe columngeocodetimezones.geotz_thrutime.final org.jooq.TableField<GeoCodeTimeZones, TimeZonePK> GeoCodeTimeZones.TIME_ZONEThe columngeocodetimezones.geotz_tz_timezoneid.Methods in com.echothree.model.jooq.server.tables.geo that return types with arguments of type GeoCodeTimeZonesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<GeoCodeTimeZones> GeoCodeTimeZones.getPrimaryKey()GeoCodeTimeZones.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<GeoCodeTimeZones, ?>> GeoCodeTimeZones.getReferences()List<org.jooq.UniqueKey<GeoCodeTimeZones>> GeoCodeTimeZones.getUniqueKeys()