Package | Description |
---|---|
com.oneops.user | |
com.oneops.user.tables | |
com.oneops.user.tables.records |
Modifier and Type | Field and Description |
---|---|
static org.jooq.Identity<UserFavoritesRecord,Integer> |
Keys.IDENTITY_USER_FAVORITES |
static org.jooq.UniqueKey<UserFavoritesRecord> |
Keys.USER_FAVORITES_PKEY |
Modifier and Type | Field and Description |
---|---|
org.jooq.TableField<UserFavoritesRecord,Integer> |
UserFavorites.CI_PROXY_ID
The column
public.user_favorites.ci_proxy_id . |
org.jooq.TableField<UserFavoritesRecord,Integer> |
UserFavorites.ID
The column
public.user_favorites.id . |
org.jooq.TableField<UserFavoritesRecord,Integer> |
UserFavorites.USER_ID
The column
public.user_favorites.user_id . |
Modifier and Type | Method and Description |
---|---|
org.jooq.Identity<UserFavoritesRecord,Integer> |
UserFavorites.getIdentity() |
List<org.jooq.UniqueKey<UserFavoritesRecord>> |
UserFavorites.getKeys() |
org.jooq.UniqueKey<UserFavoritesRecord> |
UserFavorites.getPrimaryKey() |
Class<UserFavoritesRecord> |
UserFavorites.getRecordType()
The class holding records for this type
|
Modifier and Type | Method and Description |
---|---|
UserFavoritesRecord |
UserFavoritesRecord.value1(Integer value) |
UserFavoritesRecord |
UserFavoritesRecord.value2(Integer value) |
UserFavoritesRecord |
UserFavoritesRecord.value3(Integer value) |
UserFavoritesRecord |
UserFavoritesRecord.values(Integer value1,
Integer value2,
Integer value3) |
Copyright © 2018 Walmart, Inc.. All rights reserved.