| Package | Description |
|---|---|
| com.oneops.user | |
| com.oneops.user.tables | |
| com.oneops.user.tables.records |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<AuthenticationsRecord> |
Keys.AUTHENTICATIONS_PKEY |
static org.jooq.Identity<AuthenticationsRecord,Integer> |
Keys.IDENTITY_AUTHENTICATIONS |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<AuthenticationsRecord,Timestamp> |
Authentications.CREATED_AT
The column
public.authentications.created_at. |
org.jooq.TableField<AuthenticationsRecord,Integer> |
Authentications.ID
The column
public.authentications.id. |
org.jooq.TableField<AuthenticationsRecord,String> |
Authentications.PROVIDER
The column
public.authentications.provider. |
org.jooq.TableField<AuthenticationsRecord,String> |
Authentications.UID
The column
public.authentications.uid. |
org.jooq.TableField<AuthenticationsRecord,Timestamp> |
Authentications.UPDATED_AT
The column
public.authentications.updated_at. |
org.jooq.TableField<AuthenticationsRecord,Integer> |
Authentications.USER_ID
The column
public.authentications.user_id. |
| Modifier and Type | Method and Description |
|---|---|
org.jooq.Identity<AuthenticationsRecord,Integer> |
Authentications.getIdentity() |
List<org.jooq.UniqueKey<AuthenticationsRecord>> |
Authentications.getKeys() |
org.jooq.UniqueKey<AuthenticationsRecord> |
Authentications.getPrimaryKey() |
Class<AuthenticationsRecord> |
Authentications.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationsRecord |
AuthenticationsRecord.value1(Integer value) |
AuthenticationsRecord |
AuthenticationsRecord.value2(Integer value) |
AuthenticationsRecord |
AuthenticationsRecord.value3(String value) |
AuthenticationsRecord |
AuthenticationsRecord.value4(String value) |
AuthenticationsRecord |
AuthenticationsRecord.value5(Timestamp value) |
AuthenticationsRecord |
AuthenticationsRecord.value6(Timestamp value) |
AuthenticationsRecord |
AuthenticationsRecord.values(Integer value1,
Integer value2,
String value3,
String value4,
Timestamp value5,
Timestamp value6) |
Copyright © 2018 Walmart, Inc.. All rights reserved.