Package | Description |
---|---|
com.oneops.user | |
com.oneops.user.tables | |
com.oneops.user.tables.records |
Modifier and Type | Field and Description |
---|---|
static org.jooq.UniqueKey<GroupsTeamsRecord> |
Keys.GROUPS_TEAMS_PKEY |
static org.jooq.Identity<GroupsTeamsRecord,Integer> |
Keys.IDENTITY_GROUPS_TEAMS |
Modifier and Type | Field and Description |
---|---|
org.jooq.TableField<GroupsTeamsRecord,Integer> |
GroupsTeams.GROUP_ID
The column
public.groups_teams.group_id . |
org.jooq.TableField<GroupsTeamsRecord,Integer> |
GroupsTeams.ID
The column
public.groups_teams.id . |
org.jooq.TableField<GroupsTeamsRecord,Integer> |
GroupsTeams.TEAM_ID
The column
public.groups_teams.team_id . |
Modifier and Type | Method and Description |
---|---|
org.jooq.Identity<GroupsTeamsRecord,Integer> |
GroupsTeams.getIdentity() |
List<org.jooq.UniqueKey<GroupsTeamsRecord>> |
GroupsTeams.getKeys() |
org.jooq.UniqueKey<GroupsTeamsRecord> |
GroupsTeams.getPrimaryKey() |
Class<GroupsTeamsRecord> |
GroupsTeams.getRecordType()
The class holding records for this type
|
Modifier and Type | Method and Description |
---|---|
GroupsTeamsRecord |
GroupsTeamsRecord.value1(Integer value) |
GroupsTeamsRecord |
GroupsTeamsRecord.value2(Integer value) |
GroupsTeamsRecord |
GroupsTeamsRecord.value3(Integer value) |
GroupsTeamsRecord |
GroupsTeamsRecord.values(Integer value1,
Integer value2,
Integer value3) |
Copyright © 2018 Walmart, Inc.. All rights reserved.