| Package | Description |
|---|---|
| com.oneops.user | |
| com.oneops.user.tables | |
| com.oneops.user.tables.records |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<GroupsRecord> |
Keys.GROUPS_PKEY |
static org.jooq.Identity<GroupsRecord,Integer> |
Keys.IDENTITY_GROUPS |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<GroupsRecord,Timestamp> |
Groups.CREATED_AT
The column
public.groups.created_at. |
org.jooq.TableField<GroupsRecord,String> |
Groups.CREATED_BY
The column
public.groups.created_by. |
org.jooq.TableField<GroupsRecord,String> |
Groups.DESCRIPTION
The column
public.groups.description. |
org.jooq.TableField<GroupsRecord,Integer> |
Groups.ID
The column
public.groups.id. |
org.jooq.TableField<GroupsRecord,String> |
Groups.NAME
The column
public.groups.name. |
org.jooq.TableField<GroupsRecord,Timestamp> |
Groups.UPDATED_AT
The column
public.groups.updated_at. |
| Modifier and Type | Method and Description |
|---|---|
org.jooq.Identity<GroupsRecord,Integer> |
Groups.getIdentity() |
List<org.jooq.UniqueKey<GroupsRecord>> |
Groups.getKeys() |
org.jooq.UniqueKey<GroupsRecord> |
Groups.getPrimaryKey() |
Class<GroupsRecord> |
Groups.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
GroupsRecord |
GroupsRecord.value1(Integer value) |
GroupsRecord |
GroupsRecord.value2(String value) |
GroupsRecord |
GroupsRecord.value3(String value) |
GroupsRecord |
GroupsRecord.value4(String value) |
GroupsRecord |
GroupsRecord.value5(Timestamp value) |
GroupsRecord |
GroupsRecord.value6(Timestamp value) |
GroupsRecord |
GroupsRecord.values(Integer value1,
String value2,
String value3,
String value4,
Timestamp value5,
Timestamp value6) |
Copyright © 2018 Walmart, Inc.. All rights reserved.