@Generated(value={"http://www.jooq.org","jOOQ version:3.9.2"}, comments="This class is generated by jOOQ") public class UsersRecord extends org.jooq.impl.UpdatableRecordImpl<UsersRecord>
Constructor and Description |
---|
UsersRecord()
Create a detached UsersRecord
|
UsersRecord(Integer id,
String email,
String encryptedPassword,
String resetPasswordToken,
Timestamp resetPasswordSentAt,
Timestamp rememberCreatedAt,
Integer signInCount,
Timestamp currentSignInAt,
Timestamp lastSignInAt,
String currentSignInIp,
String lastSignInIp,
String confirmationToken,
Timestamp confirmedAt,
Timestamp confirmationSentAt,
Integer failedAttempts,
String unlockToken,
Timestamp lockedAt,
Integer organizationId,
Timestamp createdAt,
Timestamp updatedAt,
Boolean showWizard,
String passwordSalt,
String unconfirmedEmail,
Timestamp eulaAcceptedAt,
String authenticationToken,
String name,
String username,
String sessionToken)
Create a detached, initialised UsersRecord
|
Modifier and Type | Method and Description |
---|---|
void |
attach(org.jooq.Configuration arg0) |
boolean |
changed() |
void |
changed(boolean arg0) |
boolean |
changed(org.jooq.Field<?> arg0) |
void |
changed(org.jooq.Field<?> arg0,
boolean arg1) |
boolean |
changed(int arg0) |
void |
changed(int arg0,
boolean arg1) |
boolean |
changed(org.jooq.Name arg0) |
void |
changed(org.jooq.Name arg0,
boolean arg1) |
boolean |
changed(String arg0) |
void |
changed(String arg0,
boolean arg1) |
org.jooq.Configuration |
configuration() |
protected org.jooq.DSLContext |
create() |
void |
detach() |
<T> org.jooq.Field<T> |
field(org.jooq.Field<T> arg0) |
org.jooq.Field<?> |
field(int arg0) |
org.jooq.Field<?> |
field(org.jooq.Name arg0) |
org.jooq.Field<?> |
field(String arg0) |
org.jooq.Field<?>[] |
fields() |
org.jooq.Field<?>[] |
fields(org.jooq.Field<?>... arg0) |
org.jooq.Field<?>[] |
fields(int... arg0) |
org.jooq.Field<?>[] |
fields(org.jooq.Name... arg0) |
org.jooq.Field<?>[] |
fields(String... arg0) |
void |
from(Object arg0) |
void |
from(Object arg0,
org.jooq.Field<?>... arg1) |
void |
from(Object arg0,
int... arg1) |
void |
from(Object arg0,
org.jooq.Name... arg1) |
void |
from(Object arg0,
String... arg1) |
protected void |
from(org.jooq.Record arg0) |
void |
fromArray(Object... arg0) |
void |
fromArray(Object[] arg0,
org.jooq.Field<?>... arg1) |
void |
fromArray(Object[] arg0,
int... arg1) |
void |
fromArray(Object[] arg0,
org.jooq.Name... arg1) |
void |
fromArray(Object[] arg0,
String... arg1) |
void |
fromMap(Map<String,?> arg0) |
void |
fromMap(Map<String,?> arg0,
org.jooq.Field<?>... arg1) |
void |
fromMap(Map<String,?> arg0,
int... arg1) |
void |
fromMap(Map<String,?> arg0,
org.jooq.Name... arg1) |
void |
fromMap(Map<String,?> arg0,
String... arg1) |
<T> T |
get(org.jooq.Field<?> arg0,
Class<? extends T> arg1) |
<T> T |
get(org.jooq.Field<T> arg0) |
<T,U> U |
get(org.jooq.Field<T> arg0,
org.jooq.Converter<? super T,? extends U> arg1) |
Object |
get(int arg0) |
<T> T |
get(int arg0,
Class<? extends T> arg1) |
<U> U |
get(int arg0,
org.jooq.Converter<?,? extends U> arg1) |
Object |
get(org.jooq.Name arg0) |
<T> T |
get(org.jooq.Name arg0,
Class<? extends T> arg1) |
<U> U |
get(org.jooq.Name arg0,
org.jooq.Converter<?,? extends U> arg1) |
Object |
get(String arg0) |
<T> T |
get(String arg0,
Class<? extends T> arg1) |
<U> U |
get(String arg0,
org.jooq.Converter<?,? extends U> arg1) |
String |
getAuthenticationToken()
Getter for
public.users.authentication_token . |
Timestamp |
getConfirmationSentAt()
Getter for
public.users.confirmation_sent_at . |
String |
getConfirmationToken()
Getter for
public.users.confirmation_token . |
Timestamp |
getConfirmedAt()
Getter for
public.users.confirmed_at . |
Timestamp |
getCreatedAt()
Getter for
public.users.created_at . |
Timestamp |
getCurrentSignInAt()
Getter for
public.users.current_sign_in_at . |
String |
getCurrentSignInIp()
Getter for
public.users.current_sign_in_ip . |
String |
getEmail()
Getter for
public.users.email . |
String |
getEncryptedPassword()
Getter for
public.users.encrypted_password . |
Timestamp |
getEulaAcceptedAt()
Getter for
public.users.eula_accepted_at . |
Integer |
getFailedAttempts()
Getter for
public.users.failed_attempts . |
Integer |
getId()
Getter for
public.users.id . |
Timestamp |
getLastSignInAt()
Getter for
public.users.last_sign_in_at . |
String |
getLastSignInIp()
Getter for
public.users.last_sign_in_ip . |
Timestamp |
getLockedAt()
Getter for
public.users.locked_at . |
String |
getName()
Getter for
public.users.name . |
Integer |
getOrganizationId()
Getter for
public.users.organization_id . |
String |
getPasswordSalt()
Getter for
public.users.password_salt . |
Timestamp |
getRememberCreatedAt()
Getter for
public.users.remember_created_at . |
Timestamp |
getResetPasswordSentAt()
Getter for
public.users.reset_password_sent_at . |
String |
getResetPasswordToken()
Getter for
public.users.reset_password_token . |
String |
getSessionToken()
Getter for
public.users.session_token . |
Boolean |
getShowWizard()
Getter for
public.users.show_wizard . |
Integer |
getSignInCount()
Getter for
public.users.sign_in_count . |
String |
getUnconfirmedEmail()
Getter for
public.users.unconfirmed_email . |
String |
getUnlockToken()
Getter for
public.users.unlock_token . |
Timestamp |
getUpdatedAt()
Getter for
public.users.updated_at . |
String |
getUsername()
Getter for
public.users.username . |
<T> T |
getValue(org.jooq.Field<?> arg0,
Class<? extends T> arg1) |
<T> T |
getValue(org.jooq.Field<?> arg0,
Class<? extends T> arg1,
T arg2)
Deprecated.
|
<T> T |
getValue(org.jooq.Field<T> arg0) |
<T,U> U |
getValue(org.jooq.Field<T> arg0,
org.jooq.Converter<? super T,? extends U> arg1) |
<T,U> U |
getValue(org.jooq.Field<T> arg0,
org.jooq.Converter<? super T,? extends U> arg1,
U arg2)
Deprecated.
|
<T> T |
getValue(org.jooq.Field<T> arg0,
T arg1)
Deprecated.
|
Object |
getValue(int arg0) |
<T> T |
getValue(int arg0,
Class<? extends T> arg1) |
<T> T |
getValue(int arg0,
Class<? extends T> arg1,
T arg2)
Deprecated.
|
<U> U |
getValue(int arg0,
org.jooq.Converter<?,? extends U> arg1) |
<U> U |
getValue(int arg0,
org.jooq.Converter<?,? extends U> arg1,
U arg2)
Deprecated.
|
Object |
getValue(int arg0,
Object arg1)
Deprecated.
|
Object |
getValue(org.jooq.Name arg0) |
<T> T |
getValue(org.jooq.Name arg0,
Class<? extends T> arg1) |
<U> U |
getValue(org.jooq.Name arg0,
org.jooq.Converter<?,? extends U> arg1) |
Object |
getValue(String arg0) |
<T> T |
getValue(String arg0,
Class<? extends T> arg1) |
<T> T |
getValue(String arg0,
Class<? extends T> arg1,
T arg2)
Deprecated.
|
<U> U |
getValue(String arg0,
org.jooq.Converter<?,? extends U> arg1) |
<U> U |
getValue(String arg0,
org.jooq.Converter<?,? extends U> arg1,
U arg2)
Deprecated.
|
Object |
getValue(String arg0,
Object arg1)
Deprecated.
|
<E> E |
into(Class<? extends E> arg0) |
<E> E |
into(E arg0) |
org.jooq.Record |
into(org.jooq.Field<?>... arg0) |
<T1> org.jooq.Record1<T1> |
into(org.jooq.Field<T1> arg0) |
<T1,T2> org.jooq.Record2<T1,T2> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1) |
<T1,T2,T3> org.jooq.Record3<T1,T2,T3> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2) |
<T1,T2,T3,T4> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3) |
<T1,T2,T3,T4,T5> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4) |
<T1,T2,T3,T4,T5,T6> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5) |
<T1,T2,T3,T4,T5,T6,T7> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6) |
<T1,T2,T3,T4,T5,T6,T7,T8> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7) |
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7,
org.jooq.Field<T9> arg8) |
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7,
org.jooq.Field<T9> arg8,
org.jooq.Field<T10> arg9) |
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7,
org.jooq.Field<T9> arg8,
org.jooq.Field<T10> arg9,
org.jooq.Field<T11> arg10) |
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7,
org.jooq.Field<T9> arg8,
org.jooq.Field<T10> arg9,
org.jooq.Field<T11> arg10,
org.jooq.Field<T12> arg11) |
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7,
org.jooq.Field<T9> arg8,
org.jooq.Field<T10> arg9,
org.jooq.Field<T11> arg10,
org.jooq.Field<T12> arg11,
org.jooq.Field<T13> arg12) |
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7,
org.jooq.Field<T9> arg8,
org.jooq.Field<T10> arg9,
org.jooq.Field<T11> arg10,
org.jooq.Field<T12> arg11,
org.jooq.Field<T13> arg12,
org.jooq.Field<T14> arg13) |
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7,
org.jooq.Field<T9> arg8,
org.jooq.Field<T10> arg9,
org.jooq.Field<T11> arg10,
org.jooq.Field<T12> arg11,
org.jooq.Field<T13> arg12,
org.jooq.Field<T14> arg13,
org.jooq.Field<T15> arg14) |
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7,
org.jooq.Field<T9> arg8,
org.jooq.Field<T10> arg9,
org.jooq.Field<T11> arg10,
org.jooq.Field<T12> arg11,
org.jooq.Field<T13> arg12,
org.jooq.Field<T14> arg13,
org.jooq.Field<T15> arg14,
org.jooq.Field<T16> arg15) |
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7,
org.jooq.Field<T9> arg8,
org.jooq.Field<T10> arg9,
org.jooq.Field<T11> arg10,
org.jooq.Field<T12> arg11,
org.jooq.Field<T13> arg12,
org.jooq.Field<T14> arg13,
org.jooq.Field<T15> arg14,
org.jooq.Field<T16> arg15,
org.jooq.Field<T17> arg16) |
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7,
org.jooq.Field<T9> arg8,
org.jooq.Field<T10> arg9,
org.jooq.Field<T11> arg10,
org.jooq.Field<T12> arg11,
org.jooq.Field<T13> arg12,
org.jooq.Field<T14> arg13,
org.jooq.Field<T15> arg14,
org.jooq.Field<T16> arg15,
org.jooq.Field<T17> arg16,
org.jooq.Field<T18> arg17) |
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7,
org.jooq.Field<T9> arg8,
org.jooq.Field<T10> arg9,
org.jooq.Field<T11> arg10,
org.jooq.Field<T12> arg11,
org.jooq.Field<T13> arg12,
org.jooq.Field<T14> arg13,
org.jooq.Field<T15> arg14,
org.jooq.Field<T16> arg15,
org.jooq.Field<T17> arg16,
org.jooq.Field<T18> arg17,
org.jooq.Field<T19> arg18) |
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7,
org.jooq.Field<T9> arg8,
org.jooq.Field<T10> arg9,
org.jooq.Field<T11> arg10,
org.jooq.Field<T12> arg11,
org.jooq.Field<T13> arg12,
org.jooq.Field<T14> arg13,
org.jooq.Field<T15> arg14,
org.jooq.Field<T16> arg15,
org.jooq.Field<T17> arg16,
org.jooq.Field<T18> arg17,
org.jooq.Field<T19> arg18,
org.jooq.Field<T20> arg19) |
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7,
org.jooq.Field<T9> arg8,
org.jooq.Field<T10> arg9,
org.jooq.Field<T11> arg10,
org.jooq.Field<T12> arg11,
org.jooq.Field<T13> arg12,
org.jooq.Field<T14> arg13,
org.jooq.Field<T15> arg14,
org.jooq.Field<T16> arg15,
org.jooq.Field<T17> arg16,
org.jooq.Field<T18> arg17,
org.jooq.Field<T19> arg18,
org.jooq.Field<T20> arg19,
org.jooq.Field<T21> arg20) |
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> |
into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1,
org.jooq.Field<T3> arg2,
org.jooq.Field<T4> arg3,
org.jooq.Field<T5> arg4,
org.jooq.Field<T6> arg5,
org.jooq.Field<T7> arg6,
org.jooq.Field<T8> arg7,
org.jooq.Field<T9> arg8,
org.jooq.Field<T10> arg9,
org.jooq.Field<T11> arg10,
org.jooq.Field<T12> arg11,
org.jooq.Field<T13> arg12,
org.jooq.Field<T14> arg13,
org.jooq.Field<T15> arg14,
org.jooq.Field<T16> arg15,
org.jooq.Field<T17> arg16,
org.jooq.Field<T18> arg17,
org.jooq.Field<T19> arg18,
org.jooq.Field<T20> arg19,
org.jooq.Field<T21> arg20,
org.jooq.Field<T22> arg21) |
<R extends org.jooq.Record> |
into(org.jooq.Table<R> arg0) |
Object[] |
intoArray() |
List<Object> |
intoList() |
Map<String,Object> |
intoMap() |
ResultSet |
intoResultSet() |
Stream<Object> |
intoStream() |
org.jooq.Record1<Integer> |
key() |
<E> E |
map(org.jooq.RecordMapper<org.jooq.Record,E> arg0) |
<T> T |
original(org.jooq.Field<T> arg0) |
Object |
original(int arg0) |
Object |
original(org.jooq.Name arg0) |
Object |
original(String arg0) |
void |
reset() |
void |
reset(org.jooq.Field<?> arg0) |
void |
reset(int arg0) |
void |
reset(org.jooq.Name arg0) |
void |
reset(String arg0) |
<T> void |
set(org.jooq.Field<T> arg0,
T arg1) |
<T,U> void |
set(org.jooq.Field<T> arg0,
U arg1,
org.jooq.Converter<? extends T,? super U> arg2) |
protected void |
set(int arg0,
Object arg1) |
void |
setAuthenticationToken(String value)
Setter for
public.users.authentication_token . |
void |
setConfirmationSentAt(Timestamp value)
Setter for
public.users.confirmation_sent_at . |
void |
setConfirmationToken(String value)
Setter for
public.users.confirmation_token . |
void |
setConfirmedAt(Timestamp value)
Setter for
public.users.confirmed_at . |
void |
setCreatedAt(Timestamp value)
Setter for
public.users.created_at . |
void |
setCurrentSignInAt(Timestamp value)
Setter for
public.users.current_sign_in_at . |
void |
setCurrentSignInIp(String value)
Setter for
public.users.current_sign_in_ip . |
void |
setEmail(String value)
Setter for
public.users.email . |
void |
setEncryptedPassword(String value)
Setter for
public.users.encrypted_password . |
void |
setEulaAcceptedAt(Timestamp value)
Setter for
public.users.eula_accepted_at . |
void |
setFailedAttempts(Integer value)
Setter for
public.users.failed_attempts . |
void |
setId(Integer value)
Setter for
public.users.id . |
void |
setLastSignInAt(Timestamp value)
Setter for
public.users.last_sign_in_at . |
void |
setLastSignInIp(String value)
Setter for
public.users.last_sign_in_ip . |
void |
setLockedAt(Timestamp value)
Setter for
public.users.locked_at . |
void |
setName(String value)
Setter for
public.users.name . |
void |
setOrganizationId(Integer value)
Setter for
public.users.organization_id . |
void |
setPasswordSalt(String value)
Setter for
public.users.password_salt . |
void |
setRememberCreatedAt(Timestamp value)
Setter for
public.users.remember_created_at . |
void |
setResetPasswordSentAt(Timestamp value)
Setter for
public.users.reset_password_sent_at . |
void |
setResetPasswordToken(String value)
Setter for
public.users.reset_password_token . |
void |
setSessionToken(String value)
Setter for
public.users.session_token . |
void |
setShowWizard(Boolean value)
Setter for
public.users.show_wizard . |
void |
setSignInCount(Integer value)
Setter for
public.users.sign_in_count . |
void |
setUnconfirmedEmail(String value)
Setter for
public.users.unconfirmed_email . |
void |
setUnlockToken(String value)
Setter for
public.users.unlock_token . |
void |
setUpdatedAt(Timestamp value)
Setter for
public.users.updated_at . |
void |
setUsername(String value)
Setter for
public.users.username . |
<T> void |
setValue(org.jooq.Field<T> arg0,
T arg1) |
<T,U> void |
setValue(org.jooq.Field<T> arg0,
U arg1,
org.jooq.Converter<? extends T,? super U> arg2) |
protected void |
setValue(int arg0,
Object arg1)
Deprecated.
|
int |
size() |
copy, delete, fetchChild, fetchChildren, refresh, refresh, refresh, store, store, store, update, update, update
fetchParent, fieldsRow, getTable, insert, insert, insert, original, valuesRow, with, with
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
changed, changed, changed, changed, changed, changed, changed, changed, changed, changed, compareTo, equals, field, field, field, field, fields, fields, fields, fields, fields, fieldsRow, from, from, from, from, from, fromArray, fromArray, fromArray, fromArray, fromArray, fromMap, fromMap, fromMap, fromMap, fromMap, get, get, get, get, get, get, get, get, get, get, get, get, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, hashCode, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, intoArray, intoList, intoMap, intoResultSet, intoStream, map, original, original, original, original, reset, reset, reset, reset, reset, set, set, setValue, setValue, size, valuesRow
public UsersRecord()
public UsersRecord(Integer id, String email, String encryptedPassword, String resetPasswordToken, Timestamp resetPasswordSentAt, Timestamp rememberCreatedAt, Integer signInCount, Timestamp currentSignInAt, Timestamp lastSignInAt, String currentSignInIp, String lastSignInIp, String confirmationToken, Timestamp confirmedAt, Timestamp confirmationSentAt, Integer failedAttempts, String unlockToken, Timestamp lockedAt, Integer organizationId, Timestamp createdAt, Timestamp updatedAt, Boolean showWizard, String passwordSalt, String unconfirmedEmail, Timestamp eulaAcceptedAt, String authenticationToken, String name, String username, String sessionToken)
public void setId(Integer value)
public.users.id
.public Integer getId()
public.users.id
.public void setEmail(String value)
public.users.email
.public String getEmail()
public.users.email
.public void setEncryptedPassword(String value)
public.users.encrypted_password
.public String getEncryptedPassword()
public.users.encrypted_password
.public void setResetPasswordToken(String value)
public.users.reset_password_token
.public String getResetPasswordToken()
public.users.reset_password_token
.public void setResetPasswordSentAt(Timestamp value)
public.users.reset_password_sent_at
.public Timestamp getResetPasswordSentAt()
public.users.reset_password_sent_at
.public void setRememberCreatedAt(Timestamp value)
public.users.remember_created_at
.public Timestamp getRememberCreatedAt()
public.users.remember_created_at
.public void setSignInCount(Integer value)
public.users.sign_in_count
.public Integer getSignInCount()
public.users.sign_in_count
.public void setCurrentSignInAt(Timestamp value)
public.users.current_sign_in_at
.public Timestamp getCurrentSignInAt()
public.users.current_sign_in_at
.public void setLastSignInAt(Timestamp value)
public.users.last_sign_in_at
.public Timestamp getLastSignInAt()
public.users.last_sign_in_at
.public void setCurrentSignInIp(String value)
public.users.current_sign_in_ip
.public String getCurrentSignInIp()
public.users.current_sign_in_ip
.public void setLastSignInIp(String value)
public.users.last_sign_in_ip
.public String getLastSignInIp()
public.users.last_sign_in_ip
.public void setConfirmationToken(String value)
public.users.confirmation_token
.public String getConfirmationToken()
public.users.confirmation_token
.public void setConfirmedAt(Timestamp value)
public.users.confirmed_at
.public Timestamp getConfirmedAt()
public.users.confirmed_at
.public void setConfirmationSentAt(Timestamp value)
public.users.confirmation_sent_at
.public Timestamp getConfirmationSentAt()
public.users.confirmation_sent_at
.public void setFailedAttempts(Integer value)
public.users.failed_attempts
.public Integer getFailedAttempts()
public.users.failed_attempts
.public void setUnlockToken(String value)
public.users.unlock_token
.public String getUnlockToken()
public.users.unlock_token
.public void setLockedAt(Timestamp value)
public.users.locked_at
.public Timestamp getLockedAt()
public.users.locked_at
.public void setOrganizationId(Integer value)
public.users.organization_id
.public Integer getOrganizationId()
public.users.organization_id
.public void setCreatedAt(Timestamp value)
public.users.created_at
.public Timestamp getCreatedAt()
public.users.created_at
.public void setUpdatedAt(Timestamp value)
public.users.updated_at
.public Timestamp getUpdatedAt()
public.users.updated_at
.public void setShowWizard(Boolean value)
public.users.show_wizard
.public Boolean getShowWizard()
public.users.show_wizard
.public void setPasswordSalt(String value)
public.users.password_salt
.public String getPasswordSalt()
public.users.password_salt
.public void setUnconfirmedEmail(String value)
public.users.unconfirmed_email
.public String getUnconfirmedEmail()
public.users.unconfirmed_email
.public void setEulaAcceptedAt(Timestamp value)
public.users.eula_accepted_at
.public Timestamp getEulaAcceptedAt()
public.users.eula_accepted_at
.public void setAuthenticationToken(String value)
public.users.authentication_token
.public String getAuthenticationToken()
public.users.authentication_token
.public void setName(String value)
public.users.name
.public String getName()
public.users.name
.public void setUsername(String value)
public.users.username
.public String getUsername()
public.users.username
.public void setSessionToken(String value)
public.users.session_token
.public String getSessionToken()
public.users.session_token
.public org.jooq.Record1<Integer> key()
key
in interface org.jooq.UpdatableRecord<UsersRecord>
key
in class org.jooq.impl.UpdatableRecordImpl<UsersRecord>
public final <T> org.jooq.Field<T> field(org.jooq.Field<T> arg0)
field
in interface org.jooq.Record
public final org.jooq.Field<?> field(String arg0)
field
in interface org.jooq.Record
public final org.jooq.Field<?> field(org.jooq.Name arg0)
field
in interface org.jooq.Record
public final org.jooq.Field<?> field(int arg0)
field
in interface org.jooq.Record
public final org.jooq.Field<?>[] fields()
fields
in interface org.jooq.Record
public final org.jooq.Field<?>[] fields(org.jooq.Field<?>... arg0)
fields
in interface org.jooq.Record
public final org.jooq.Field<?>[] fields(String... arg0)
fields
in interface org.jooq.Record
public final org.jooq.Field<?>[] fields(org.jooq.Name... arg0)
fields
in interface org.jooq.Record
public final org.jooq.Field<?>[] fields(int... arg0)
fields
in interface org.jooq.Record
public final int size()
size
in interface org.jooq.Record
public final <T> T get(org.jooq.Field<T> arg0)
get
in interface org.jooq.Record
public final <T> T get(org.jooq.Field<?> arg0, Class<? extends T> arg1)
get
in interface org.jooq.Record
public final <T,U> U get(org.jooq.Field<T> arg0, org.jooq.Converter<? super T,? extends U> arg1)
get
in interface org.jooq.Record
public final Object get(int arg0)
get
in interface org.jooq.Record
public final <T> T get(int arg0, Class<? extends T> arg1)
get
in interface org.jooq.Record
public final <U> U get(int arg0, org.jooq.Converter<?,? extends U> arg1)
get
in interface org.jooq.Record
public final <T> T get(String arg0, Class<? extends T> arg1)
get
in interface org.jooq.Record
public final <U> U get(String arg0, org.jooq.Converter<?,? extends U> arg1)
get
in interface org.jooq.Record
public final Object get(org.jooq.Name arg0)
get
in interface org.jooq.Record
public final <T> T get(org.jooq.Name arg0, Class<? extends T> arg1)
get
in interface org.jooq.Record
public final <U> U get(org.jooq.Name arg0, org.jooq.Converter<?,? extends U> arg1)
get
in interface org.jooq.Record
@Deprecated protected final void setValue(int arg0, Object arg1)
protected final void set(int arg0, Object arg1)
public final <T> void set(org.jooq.Field<T> arg0, T arg1)
set
in interface org.jooq.Record
public final <T,U> void set(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,? super U> arg2)
set
in interface org.jooq.Record
public final <T> T original(org.jooq.Field<T> arg0)
original
in interface org.jooq.Record
public final Object original(int arg0)
original
in interface org.jooq.Record
public final Object original(String arg0)
original
in interface org.jooq.Record
public final Object original(org.jooq.Name arg0)
original
in interface org.jooq.Record
public final boolean changed()
changed
in interface org.jooq.Record
public final boolean changed(org.jooq.Field<?> arg0)
changed
in interface org.jooq.Record
public final boolean changed(int arg0)
changed
in interface org.jooq.Record
public final boolean changed(String arg0)
changed
in interface org.jooq.Record
public final boolean changed(org.jooq.Name arg0)
changed
in interface org.jooq.Record
public final void changed(boolean arg0)
changed
in interface org.jooq.Record
public final void changed(org.jooq.Field<?> arg0, boolean arg1)
changed
in interface org.jooq.Record
public final void changed(int arg0, boolean arg1)
changed
in interface org.jooq.Record
public final void changed(String arg0, boolean arg1)
changed
in interface org.jooq.Record
public final void changed(org.jooq.Name arg0, boolean arg1)
changed
in interface org.jooq.Record
public final void reset()
reset
in interface org.jooq.Record
public final void reset(org.jooq.Field<?> arg0)
reset
in interface org.jooq.Record
public final void reset(int arg0)
reset
in interface org.jooq.Record
public final void reset(String arg0)
reset
in interface org.jooq.Record
public final void reset(org.jooq.Name arg0)
reset
in interface org.jooq.Record
public final Object[] intoArray()
intoArray
in interface org.jooq.Record
public final Stream<Object> intoStream()
intoStream
in interface org.jooq.Record
public final Map<String,Object> intoMap()
intoMap
in interface org.jooq.Record
public final org.jooq.Record into(org.jooq.Field<?>... arg0)
into
in interface org.jooq.Record
public final <T1> org.jooq.Record1<T1> into(org.jooq.Field<T1> arg0)
into
in interface org.jooq.Record
public final <T1,T2> org.jooq.Record2<T1,T2> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1)
into
in interface org.jooq.Record
public final <T1,T2,T3> org.jooq.Record3<T1,T2,T3> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4> org.jooq.Record4<T1,T2,T3,T4> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5> org.jooq.Record5<T1,T2,T3,T4,T5> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6> org.jooq.Record6<T1,T2,T3,T4,T5,T6> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7> org.jooq.Record7<T1,T2,T3,T4,T5,T6,T7> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8> org.jooq.Record8<T1,T2,T3,T4,T5,T6,T7,T8> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8,T9> org.jooq.Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> org.jooq.Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> org.jooq.Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> org.jooq.Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> org.jooq.Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> org.jooq.Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> org.jooq.Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> org.jooq.Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> org.jooq.Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> org.jooq.Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> org.jooq.Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17, org.jooq.Field<T19> arg18)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> org.jooq.Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17, org.jooq.Field<T19> arg18, org.jooq.Field<T20> arg19)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> org.jooq.Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17, org.jooq.Field<T19> arg18, org.jooq.Field<T20> arg19, org.jooq.Field<T21> arg20)
into
in interface org.jooq.Record
public final <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> org.jooq.Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17, org.jooq.Field<T19> arg18, org.jooq.Field<T20> arg19, org.jooq.Field<T21> arg20, org.jooq.Field<T22> arg21)
into
in interface org.jooq.Record
public final <E> E into(Class<? extends E> arg0)
into
in interface org.jooq.Record
public final <E> E into(E arg0)
into
in interface org.jooq.Record
public final <R extends org.jooq.Record> R into(org.jooq.Table<R> arg0)
into
in interface org.jooq.Record
public final ResultSet intoResultSet()
intoResultSet
in interface org.jooq.Record
public final <E> E map(org.jooq.RecordMapper<org.jooq.Record,E> arg0)
map
in interface org.jooq.Record
public final void from(Object arg0)
from
in interface org.jooq.Record
public final void from(Object arg0, org.jooq.Field<?>... arg1)
from
in interface org.jooq.Record
public final void from(Object arg0, String... arg1)
from
in interface org.jooq.Record
public final void from(Object arg0, org.jooq.Name... arg1)
from
in interface org.jooq.Record
public final void from(Object arg0, int... arg1)
from
in interface org.jooq.Record
public final void fromMap(Map<String,?> arg0)
fromMap
in interface org.jooq.Record
public final void fromMap(Map<String,?> arg0, org.jooq.Field<?>... arg1)
fromMap
in interface org.jooq.Record
public final void fromMap(Map<String,?> arg0, String... arg1)
fromMap
in interface org.jooq.Record
public final void fromMap(Map<String,?> arg0, org.jooq.Name... arg1)
fromMap
in interface org.jooq.Record
public final void fromMap(Map<String,?> arg0, int... arg1)
fromMap
in interface org.jooq.Record
public final void fromArray(Object... arg0)
fromArray
in interface org.jooq.Record
public final void fromArray(Object[] arg0, org.jooq.Field<?>... arg1)
fromArray
in interface org.jooq.Record
public final void fromArray(Object[] arg0, String... arg1)
fromArray
in interface org.jooq.Record
public final void fromArray(Object[] arg0, org.jooq.Name... arg1)
fromArray
in interface org.jooq.Record
public final void fromArray(Object[] arg0, int... arg1)
fromArray
in interface org.jooq.Record
protected final void from(org.jooq.Record arg0)
public final <T> T getValue(org.jooq.Field<T> arg0)
getValue
in interface org.jooq.Record
@Deprecated public final <T> T getValue(org.jooq.Field<T> arg0, T arg1)
getValue
in interface org.jooq.Record
public final <T> T getValue(org.jooq.Field<?> arg0, Class<? extends T> arg1)
getValue
in interface org.jooq.Record
@Deprecated public final <T> T getValue(org.jooq.Field<?> arg0, Class<? extends T> arg1, T arg2)
getValue
in interface org.jooq.Record
public final <T,U> U getValue(org.jooq.Field<T> arg0, org.jooq.Converter<? super T,? extends U> arg1)
getValue
in interface org.jooq.Record
@Deprecated public final <T,U> U getValue(org.jooq.Field<T> arg0, org.jooq.Converter<? super T,? extends U> arg1, U arg2)
getValue
in interface org.jooq.Record
public final Object getValue(int arg0)
getValue
in interface org.jooq.Record
@Deprecated public final Object getValue(int arg0, Object arg1)
getValue
in interface org.jooq.Record
public final <T> T getValue(int arg0, Class<? extends T> arg1)
getValue
in interface org.jooq.Record
@Deprecated public final <T> T getValue(int arg0, Class<? extends T> arg1, T arg2)
getValue
in interface org.jooq.Record
public final <U> U getValue(int arg0, org.jooq.Converter<?,? extends U> arg1)
getValue
in interface org.jooq.Record
@Deprecated public final <U> U getValue(int arg0, org.jooq.Converter<?,? extends U> arg1, U arg2)
getValue
in interface org.jooq.Record
public final Object getValue(String arg0)
getValue
in interface org.jooq.Record
@Deprecated public final Object getValue(String arg0, Object arg1)
getValue
in interface org.jooq.Record
public final <T> T getValue(String arg0, Class<? extends T> arg1)
getValue
in interface org.jooq.Record
@Deprecated public final <T> T getValue(String arg0, Class<? extends T> arg1, T arg2)
getValue
in interface org.jooq.Record
public final <U> U getValue(String arg0, org.jooq.Converter<?,? extends U> arg1)
getValue
in interface org.jooq.Record
@Deprecated public final <U> U getValue(String arg0, org.jooq.Converter<?,? extends U> arg1, U arg2)
getValue
in interface org.jooq.Record
public final Object getValue(org.jooq.Name arg0)
getValue
in interface org.jooq.Record
public final <T> T getValue(org.jooq.Name arg0, Class<? extends T> arg1)
getValue
in interface org.jooq.Record
public final <U> U getValue(org.jooq.Name arg0, org.jooq.Converter<?,? extends U> arg1)
getValue
in interface org.jooq.Record
public final <T> void setValue(org.jooq.Field<T> arg0, T arg1)
setValue
in interface org.jooq.Record
public final <T,U> void setValue(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,? super U> arg2)
setValue
in interface org.jooq.Record
public final void attach(org.jooq.Configuration arg0)
attach
in interface org.jooq.Attachable
public final void detach()
detach
in interface org.jooq.Attachable
public final org.jooq.Configuration configuration()
configuration
in interface org.jooq.AttachableInternal
protected final org.jooq.DSLContext create()
Copyright © 2018 Walmart, Inc.. All rights reserved.