@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class EIdentityRecord extends org.jooq.impl.UpdatableRecordImpl<EIdentityRecord> implements IEIdentity
This class is generated by jOOQ.
| Constructor and Description |
|---|
EIdentityRecord()
Create a detached EIdentityRecord
|
EIdentityRecord(String key,
String code,
String type,
String status,
String country,
String nativePlace,
String nation,
String address,
String realname,
LocalDateTime birthday,
String driverLicense,
String carPlate,
String passport,
Boolean gender,
String marital,
String contactMobile,
String contactPhone,
String contactAddress,
String contactEmail,
String urgentName,
String urgentPhone,
String ecQq,
String ecAlipay,
String ecWechat,
String idcType,
String idcNumber,
String idcAddress,
LocalDateTime idcExpiredAt,
String idcFront,
String idcBack,
String idcIssuer,
LocalDateTime idcIssueAt,
Boolean verified,
String metadata,
Boolean active,
String sigma,
String language,
LocalDateTime createdAt,
String createdBy,
LocalDateTime updatedAt,
String updatedBy)
Create a detached, initialised EIdentityRecord
|
| 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) |
String |
formatJSON() |
String |
formatJSON(org.jooq.JSONFormat arg0) |
void |
formatJSON(OutputStream arg0) |
void |
formatJSON(OutputStream arg0,
org.jooq.JSONFormat arg1) |
void |
formatJSON(Writer arg0) |
void |
formatJSON(Writer arg0,
org.jooq.JSONFormat arg1) |
String |
formatXML() |
void |
formatXML(OutputStream arg0) |
void |
formatXML(OutputStream arg0,
org.jooq.XMLFormat arg1) |
void |
formatXML(Writer arg0) |
void |
formatXML(Writer arg0,
org.jooq.XMLFormat arg1) |
String |
formatXML(org.jooq.XMLFormat arg0) |
void |
from(IEIdentity from)
Load data from another generated Record/POJO implementing the common interface IEIdentity
|
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) |
Boolean |
getActive()
Getter for
DB_ETERNAL.E_IDENTITY.ACTIVE. |
String |
getAddress()
Getter for
DB_ETERNAL.E_IDENTITY.ADDRESS. |
LocalDateTime |
getBirthday()
Getter for
DB_ETERNAL.E_IDENTITY.BIRTHDAY. |
String |
getCarPlate()
Getter for
DB_ETERNAL.E_IDENTITY.CAR_PLATE. |
String |
getCode()
Getter for
DB_ETERNAL.E_IDENTITY.CODE. |
String |
getContactAddress()
Getter for
DB_ETERNAL.E_IDENTITY.CONTACT_ADDRESS. |
String |
getContactEmail()
Getter for
DB_ETERNAL.E_IDENTITY.CONTACT_EMAIL. |
String |
getContactMobile()
Getter for
DB_ETERNAL.E_IDENTITY.CONTACT_MOBILE. |
String |
getContactPhone()
Getter for
DB_ETERNAL.E_IDENTITY.CONTACT_PHONE. |
String |
getCountry()
Getter for
DB_ETERNAL.E_IDENTITY.COUNTRY. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.E_IDENTITY.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.E_IDENTITY.CREATED_BY. |
String |
getDriverLicense()
Getter for
DB_ETERNAL.E_IDENTITY.DRIVER_LICENSE. |
String |
getEcAlipay()
Getter for
DB_ETERNAL.E_IDENTITY.EC_ALIPAY. |
String |
getEcQq()
Getter for
DB_ETERNAL.E_IDENTITY.EC_QQ. |
String |
getEcWechat()
Getter for
DB_ETERNAL.E_IDENTITY.EC_WECHAT. |
Boolean |
getGender()
Getter for
DB_ETERNAL.E_IDENTITY.GENDER. |
String |
getIdcAddress()
Getter for
DB_ETERNAL.E_IDENTITY.IDC_ADDRESS. |
String |
getIdcBack()
Getter for
DB_ETERNAL.E_IDENTITY.IDC_BACK. |
LocalDateTime |
getIdcExpiredAt()
Getter for
DB_ETERNAL.E_IDENTITY.IDC_EXPIRED_AT. |
String |
getIdcFront()
Getter for
DB_ETERNAL.E_IDENTITY.IDC_FRONT. |
LocalDateTime |
getIdcIssueAt()
Getter for
DB_ETERNAL.E_IDENTITY.IDC_ISSUE_AT. |
String |
getIdcIssuer()
Getter for
DB_ETERNAL.E_IDENTITY.IDC_ISSUER. |
String |
getIdcNumber()
Getter for
DB_ETERNAL.E_IDENTITY.IDC_NUMBER. |
String |
getIdcType()
Getter for
DB_ETERNAL.E_IDENTITY.IDC_TYPE. |
String |
getKey()
Getter for
DB_ETERNAL.E_IDENTITY.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.E_IDENTITY.LANGUAGE. |
String |
getMarital()
Getter for
DB_ETERNAL.E_IDENTITY.MARITAL. |
String |
getMetadata()
Getter for
DB_ETERNAL.E_IDENTITY.METADATA. |
String |
getNation()
Getter for
DB_ETERNAL.E_IDENTITY.NATION. |
String |
getNativePlace()
Getter for
DB_ETERNAL.E_IDENTITY.NATIVE_PLACE. |
String |
getPassport()
Getter for
DB_ETERNAL.E_IDENTITY.PASSPORT. |
String |
getRealname()
Getter for
DB_ETERNAL.E_IDENTITY.REALNAME. |
String |
getSigma()
Getter for
DB_ETERNAL.E_IDENTITY.SIGMA. |
String |
getStatus()
Getter for
DB_ETERNAL.E_IDENTITY.STATUS. |
String |
getType()
Getter for
DB_ETERNAL.E_IDENTITY.TYPE. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.E_IDENTITY.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.E_IDENTITY.UPDATED_BY. |
String |
getUrgentName()
Getter for
DB_ETERNAL.E_IDENTITY.URGENT_NAME. |
String |
getUrgentPhone()
Getter for
DB_ETERNAL.E_IDENTITY.URGENT_PHONE. |
<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.
|
Boolean |
getVerified()
Getter for
DB_ETERNAL.E_IDENTITY.VERIFIED. |
<E> E |
into(Class<? extends E> arg0) |
<E> E |
into(E arg0) |
<E extends IEIdentity> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IEIdentity
|
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<String> |
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) |
EIdentityRecord |
setActive(Boolean value)
Setter for
DB_ETERNAL.E_IDENTITY.ACTIVE. |
EIdentityRecord |
setAddress(String value)
Setter for
DB_ETERNAL.E_IDENTITY.ADDRESS. |
EIdentityRecord |
setBirthday(LocalDateTime value)
Setter for
DB_ETERNAL.E_IDENTITY.BIRTHDAY. |
EIdentityRecord |
setCarPlate(String value)
Setter for
DB_ETERNAL.E_IDENTITY.CAR_PLATE. |
EIdentityRecord |
setCode(String value)
Setter for
DB_ETERNAL.E_IDENTITY.CODE. |
EIdentityRecord |
setContactAddress(String value)
Setter for
DB_ETERNAL.E_IDENTITY.CONTACT_ADDRESS. |
EIdentityRecord |
setContactEmail(String value)
Setter for
DB_ETERNAL.E_IDENTITY.CONTACT_EMAIL. |
EIdentityRecord |
setContactMobile(String value)
Setter for
DB_ETERNAL.E_IDENTITY.CONTACT_MOBILE. |
EIdentityRecord |
setContactPhone(String value)
Setter for
DB_ETERNAL.E_IDENTITY.CONTACT_PHONE. |
EIdentityRecord |
setCountry(String value)
Setter for
DB_ETERNAL.E_IDENTITY.COUNTRY. |
EIdentityRecord |
setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.E_IDENTITY.CREATED_AT. |
EIdentityRecord |
setCreatedBy(String value)
Setter for
DB_ETERNAL.E_IDENTITY.CREATED_BY. |
EIdentityRecord |
setDriverLicense(String value)
Setter for
DB_ETERNAL.E_IDENTITY.DRIVER_LICENSE. |
EIdentityRecord |
setEcAlipay(String value)
Setter for
DB_ETERNAL.E_IDENTITY.EC_ALIPAY. |
EIdentityRecord |
setEcQq(String value)
Setter for
DB_ETERNAL.E_IDENTITY.EC_QQ. |
EIdentityRecord |
setEcWechat(String value)
Setter for
DB_ETERNAL.E_IDENTITY.EC_WECHAT. |
EIdentityRecord |
setGender(Boolean value)
Setter for
DB_ETERNAL.E_IDENTITY.GENDER. |
EIdentityRecord |
setIdcAddress(String value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_ADDRESS. |
EIdentityRecord |
setIdcBack(String value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_BACK. |
EIdentityRecord |
setIdcExpiredAt(LocalDateTime value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_EXPIRED_AT. |
EIdentityRecord |
setIdcFront(String value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_FRONT. |
EIdentityRecord |
setIdcIssueAt(LocalDateTime value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_ISSUE_AT. |
EIdentityRecord |
setIdcIssuer(String value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_ISSUER. |
EIdentityRecord |
setIdcNumber(String value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_NUMBER. |
EIdentityRecord |
setIdcType(String value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_TYPE. |
EIdentityRecord |
setKey(String value)
Setter for
DB_ETERNAL.E_IDENTITY.KEY. |
EIdentityRecord |
setLanguage(String value)
Setter for
DB_ETERNAL.E_IDENTITY.LANGUAGE. |
EIdentityRecord |
setMarital(String value)
Setter for
DB_ETERNAL.E_IDENTITY.MARITAL. |
EIdentityRecord |
setMetadata(String value)
Setter for
DB_ETERNAL.E_IDENTITY.METADATA. |
EIdentityRecord |
setNation(String value)
Setter for
DB_ETERNAL.E_IDENTITY.NATION. |
EIdentityRecord |
setNativePlace(String value)
Setter for
DB_ETERNAL.E_IDENTITY.NATIVE_PLACE. |
EIdentityRecord |
setPassport(String value)
Setter for
DB_ETERNAL.E_IDENTITY.PASSPORT. |
EIdentityRecord |
setRealname(String value)
Setter for
DB_ETERNAL.E_IDENTITY.REALNAME. |
EIdentityRecord |
setSigma(String value)
Setter for
DB_ETERNAL.E_IDENTITY.SIGMA. |
EIdentityRecord |
setStatus(String value)
Setter for
DB_ETERNAL.E_IDENTITY.STATUS. |
EIdentityRecord |
setType(String value)
Setter for
DB_ETERNAL.E_IDENTITY.TYPE. |
EIdentityRecord |
setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.E_IDENTITY.UPDATED_AT. |
EIdentityRecord |
setUpdatedBy(String value)
Setter for
DB_ETERNAL.E_IDENTITY.UPDATED_BY. |
EIdentityRecord |
setUrgentName(String value)
Setter for
DB_ETERNAL.E_IDENTITY.URGENT_NAME. |
EIdentityRecord |
setUrgentPhone(String value)
Setter for
DB_ETERNAL.E_IDENTITY.URGENT_PHONE. |
<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.
|
EIdentityRecord |
setVerified(Boolean value)
Setter for
DB_ETERNAL.E_IDENTITY.VERIFIED. |
int |
size() |
copy, delete, fetchChild, fetchChildren, refresh, refresh, refresh, store, store, store, update, update, updatefetchParent, fieldsRow, getTable, insert, insert, insert, original, valuesRow, with, withclone, finalize, getClass, notify, notifyAll, wait, wait, waitfromJson, toJsonchanged, changed, changed, changed, changed, changed, changed, changed, changed, changed, compareTo, equals, field, field, field, field, fields, fields, fields, fields, fields, fieldsRow, formatJSON, formatJSON, formatJSON, formatJSON, formatJSON, formatJSON, formatXML, formatXML, formatXML, formatXML, formatXML, formatXML, 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, valuesRowpublic EIdentityRecord()
Create a detached EIdentityRecord
public EIdentityRecord(String key, String code, String type, String status, String country, String nativePlace, String nation, String address, String realname, LocalDateTime birthday, String driverLicense, String carPlate, String passport, Boolean gender, String marital, String contactMobile, String contactPhone, String contactAddress, String contactEmail, String urgentName, String urgentPhone, String ecQq, String ecAlipay, String ecWechat, String idcType, String idcNumber, String idcAddress, LocalDateTime idcExpiredAt, String idcFront, String idcBack, String idcIssuer, LocalDateTime idcIssueAt, Boolean verified, String metadata, Boolean active, String sigma, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
Create a detached, initialised EIdentityRecord
public EIdentityRecord setKey(String value)
Setter for DB_ETERNAL.E_IDENTITY.KEY. 「key」- 身份主键
setKey in interface IEIdentitypublic String getKey()
Getter for DB_ETERNAL.E_IDENTITY.KEY. 「key」- 身份主键
getKey in interface IEIdentitypublic EIdentityRecord setCode(String value)
Setter for DB_ETERNAL.E_IDENTITY.CODE. 「code」- 系统编号
setCode in interface IEIdentitypublic String getCode()
Getter for DB_ETERNAL.E_IDENTITY.CODE. 「code」- 系统编号
getCode in interface IEIdentitypublic EIdentityRecord setType(String value)
Setter for DB_ETERNAL.E_IDENTITY.TYPE. 「type」- 身份类型/档案类型
setType in interface IEIdentitypublic String getType()
Getter for DB_ETERNAL.E_IDENTITY.TYPE. 「type」- 身份类型/档案类型
getType in interface IEIdentitypublic EIdentityRecord setStatus(String value)
Setter for DB_ETERNAL.E_IDENTITY.STATUS. 「status」- 档案状态
setStatus in interface IEIdentitypublic String getStatus()
Getter for DB_ETERNAL.E_IDENTITY.STATUS. 「status」- 档案状态
getStatus in interface IEIdentitypublic EIdentityRecord setCountry(String value)
Setter for DB_ETERNAL.E_IDENTITY.COUNTRY. 「country」- 国籍
setCountry in interface IEIdentitypublic String getCountry()
Getter for DB_ETERNAL.E_IDENTITY.COUNTRY. 「country」- 国籍
getCountry in interface IEIdentitypublic EIdentityRecord setNativePlace(String value)
Setter for DB_ETERNAL.E_IDENTITY.NATIVE_PLACE. 「nativePlace」- 籍贯
setNativePlace in interface IEIdentitypublic String getNativePlace()
Getter for DB_ETERNAL.E_IDENTITY.NATIVE_PLACE. 「nativePlace」- 籍贯
getNativePlace in interface IEIdentitypublic EIdentityRecord setNation(String value)
Setter for DB_ETERNAL.E_IDENTITY.NATION. 「nation」- 民族
setNation in interface IEIdentitypublic String getNation()
Getter for DB_ETERNAL.E_IDENTITY.NATION. 「nation」- 民族
getNation in interface IEIdentitypublic EIdentityRecord setAddress(String value)
Setter for DB_ETERNAL.E_IDENTITY.ADDRESS. 「address」- 居住地址
setAddress in interface IEIdentitypublic String getAddress()
Getter for DB_ETERNAL.E_IDENTITY.ADDRESS. 「address」- 居住地址
getAddress in interface IEIdentitypublic EIdentityRecord setRealname(String value)
Setter for DB_ETERNAL.E_IDENTITY.REALNAME. 「realname」- 真实姓名
setRealname in interface IEIdentitypublic String getRealname()
Getter for DB_ETERNAL.E_IDENTITY.REALNAME. 「realname」- 真实姓名
getRealname in interface IEIdentitypublic EIdentityRecord setBirthday(LocalDateTime value)
Setter for DB_ETERNAL.E_IDENTITY.BIRTHDAY. 「birthday」- 生日
setBirthday in interface IEIdentitypublic LocalDateTime getBirthday()
Getter for DB_ETERNAL.E_IDENTITY.BIRTHDAY. 「birthday」- 生日
getBirthday in interface IEIdentitypublic EIdentityRecord setDriverLicense(String value)
Setter for DB_ETERNAL.E_IDENTITY.DRIVER_LICENSE. 「driverLicense」- 驾驶证
setDriverLicense in interface IEIdentitypublic String getDriverLicense()
Getter for DB_ETERNAL.E_IDENTITY.DRIVER_LICENSE. 「driverLicense」- 驾驶证
getDriverLicense in interface IEIdentitypublic EIdentityRecord setCarPlate(String value)
Setter for DB_ETERNAL.E_IDENTITY.CAR_PLATE. 「carPlate」- 常用车牌
setCarPlate in interface IEIdentitypublic String getCarPlate()
Getter for DB_ETERNAL.E_IDENTITY.CAR_PLATE. 「carPlate」- 常用车牌
getCarPlate in interface IEIdentitypublic EIdentityRecord setPassport(String value)
Setter for DB_ETERNAL.E_IDENTITY.PASSPORT. 「passport」- 护照
setPassport in interface IEIdentitypublic String getPassport()
Getter for DB_ETERNAL.E_IDENTITY.PASSPORT. 「passport」- 护照
getPassport in interface IEIdentitypublic EIdentityRecord setGender(Boolean value)
Setter for DB_ETERNAL.E_IDENTITY.GENDER. 「gender」- 性别
setGender in interface IEIdentitypublic Boolean getGender()
Getter for DB_ETERNAL.E_IDENTITY.GENDER. 「gender」- 性别
getGender in interface IEIdentitypublic EIdentityRecord setMarital(String value)
Setter for DB_ETERNAL.E_IDENTITY.MARITAL. 「marital」- 婚姻状况
setMarital in interface IEIdentitypublic String getMarital()
Getter for DB_ETERNAL.E_IDENTITY.MARITAL. 「marital」- 婚姻状况
getMarital in interface IEIdentitypublic EIdentityRecord setContactMobile(String value)
Setter for DB_ETERNAL.E_IDENTITY.CONTACT_MOBILE. 「contactMobile」- 联系手机
setContactMobile in interface IEIdentitypublic String getContactMobile()
Getter for DB_ETERNAL.E_IDENTITY.CONTACT_MOBILE. 「contactMobile」- 联系手机
getContactMobile in interface IEIdentitypublic EIdentityRecord setContactPhone(String value)
Setter for DB_ETERNAL.E_IDENTITY.CONTACT_PHONE. 「contactPhone」- 座机
setContactPhone in interface IEIdentitypublic String getContactPhone()
Getter for DB_ETERNAL.E_IDENTITY.CONTACT_PHONE. 「contactPhone」- 座机
getContactPhone in interface IEIdentitypublic EIdentityRecord setContactAddress(String value)
Setter for DB_ETERNAL.E_IDENTITY.CONTACT_ADDRESS. 「contactAddress」- 联系地址
setContactAddress in interface IEIdentitypublic String getContactAddress()
Getter for DB_ETERNAL.E_IDENTITY.CONTACT_ADDRESS. 「contactAddress」- 联系地址
getContactAddress in interface IEIdentitypublic EIdentityRecord setContactEmail(String value)
Setter for DB_ETERNAL.E_IDENTITY.CONTACT_EMAIL. 「contactEmail」- 联系Email
setContactEmail in interface IEIdentitypublic String getContactEmail()
Getter for DB_ETERNAL.E_IDENTITY.CONTACT_EMAIL. 「contactEmail」- 联系Email
getContactEmail in interface IEIdentitypublic EIdentityRecord setUrgentName(String value)
Setter for DB_ETERNAL.E_IDENTITY.URGENT_NAME. 「urgentName」- 紧急联系人
setUrgentName in interface IEIdentitypublic String getUrgentName()
Getter for DB_ETERNAL.E_IDENTITY.URGENT_NAME. 「urgentName」- 紧急联系人
getUrgentName in interface IEIdentitypublic EIdentityRecord setUrgentPhone(String value)
Setter for DB_ETERNAL.E_IDENTITY.URGENT_PHONE. 「urgentPhone」- 紧急联系电话
setUrgentPhone in interface IEIdentitypublic String getUrgentPhone()
Getter for DB_ETERNAL.E_IDENTITY.URGENT_PHONE. 「urgentPhone」- 紧急联系电话
getUrgentPhone in interface IEIdentitypublic EIdentityRecord setEcQq(String value)
Setter for DB_ETERNAL.E_IDENTITY.EC_QQ. 「ecQq」- QQ号码
setEcQq in interface IEIdentitypublic String getEcQq()
Getter for DB_ETERNAL.E_IDENTITY.EC_QQ. 「ecQq」- QQ号码
getEcQq in interface IEIdentitypublic EIdentityRecord setEcAlipay(String value)
Setter for DB_ETERNAL.E_IDENTITY.EC_ALIPAY. 「ecAlipay」- 支付宝
setEcAlipay in interface IEIdentitypublic String getEcAlipay()
Getter for DB_ETERNAL.E_IDENTITY.EC_ALIPAY. 「ecAlipay」- 支付宝
getEcAlipay in interface IEIdentitypublic EIdentityRecord setEcWechat(String value)
Setter for DB_ETERNAL.E_IDENTITY.EC_WECHAT. 「ecWechat」- 微信
setEcWechat in interface IEIdentitypublic String getEcWechat()
Getter for DB_ETERNAL.E_IDENTITY.EC_WECHAT. 「ecWechat」- 微信
getEcWechat in interface IEIdentitypublic EIdentityRecord setIdcType(String value)
Setter for DB_ETERNAL.E_IDENTITY.IDC_TYPE. 「idcType」- 证件类型
setIdcType in interface IEIdentitypublic String getIdcType()
Getter for DB_ETERNAL.E_IDENTITY.IDC_TYPE. 「idcType」- 证件类型
getIdcType in interface IEIdentitypublic EIdentityRecord setIdcNumber(String value)
Setter for DB_ETERNAL.E_IDENTITY.IDC_NUMBER. 「idcNumber」- 证件号
setIdcNumber in interface IEIdentitypublic String getIdcNumber()
Getter for DB_ETERNAL.E_IDENTITY.IDC_NUMBER. 「idcNumber」- 证件号
getIdcNumber in interface IEIdentitypublic EIdentityRecord setIdcAddress(String value)
Setter for DB_ETERNAL.E_IDENTITY.IDC_ADDRESS. 「idcAddress」- 证件地址
setIdcAddress in interface IEIdentitypublic String getIdcAddress()
Getter for DB_ETERNAL.E_IDENTITY.IDC_ADDRESS. 「idcAddress」- 证件地址
getIdcAddress in interface IEIdentitypublic EIdentityRecord setIdcExpiredAt(LocalDateTime value)
Setter for DB_ETERNAL.E_IDENTITY.IDC_EXPIRED_AT. 「idcExpiredAt」- 证件过期时间
setIdcExpiredAt in interface IEIdentitypublic LocalDateTime getIdcExpiredAt()
Getter for DB_ETERNAL.E_IDENTITY.IDC_EXPIRED_AT. 「idcExpiredAt」- 证件过期时间
getIdcExpiredAt in interface IEIdentitypublic EIdentityRecord setIdcFront(String value)
Setter for DB_ETERNAL.E_IDENTITY.IDC_FRONT. 「idcFront」- 证件正面附件
setIdcFront in interface IEIdentitypublic String getIdcFront()
Getter for DB_ETERNAL.E_IDENTITY.IDC_FRONT. 「idcFront」- 证件正面附件
getIdcFront in interface IEIdentitypublic EIdentityRecord setIdcBack(String value)
Setter for DB_ETERNAL.E_IDENTITY.IDC_BACK. 「idcBack」- 证件背面附件
setIdcBack in interface IEIdentitypublic String getIdcBack()
Getter for DB_ETERNAL.E_IDENTITY.IDC_BACK. 「idcBack」- 证件背面附件
getIdcBack in interface IEIdentitypublic EIdentityRecord setIdcIssuer(String value)
Setter for DB_ETERNAL.E_IDENTITY.IDC_ISSUER. 「idcIssuer」- 证件签发机构
setIdcIssuer in interface IEIdentitypublic String getIdcIssuer()
Getter for DB_ETERNAL.E_IDENTITY.IDC_ISSUER. 「idcIssuer」- 证件签发机构
getIdcIssuer in interface IEIdentitypublic EIdentityRecord setIdcIssueAt(LocalDateTime value)
Setter for DB_ETERNAL.E_IDENTITY.IDC_ISSUE_AT. 「idcIssueAt」- 证件签发时间
setIdcIssueAt in interface IEIdentitypublic LocalDateTime getIdcIssueAt()
Getter for DB_ETERNAL.E_IDENTITY.IDC_ISSUE_AT. 「idcIssueAt」- 证件签发时间
getIdcIssueAt in interface IEIdentitypublic EIdentityRecord setVerified(Boolean value)
Setter for DB_ETERNAL.E_IDENTITY.VERIFIED. 「verified」- 是否验证、备案
setVerified in interface IEIdentitypublic Boolean getVerified()
Getter for DB_ETERNAL.E_IDENTITY.VERIFIED. 「verified」- 是否验证、备案
getVerified in interface IEIdentitypublic EIdentityRecord setMetadata(String value)
Setter for DB_ETERNAL.E_IDENTITY.METADATA. 「metadata」- 附加配置
setMetadata in interface IEIdentitypublic String getMetadata()
Getter for DB_ETERNAL.E_IDENTITY.METADATA. 「metadata」- 附加配置
getMetadata in interface IEIdentitypublic EIdentityRecord setActive(Boolean value)
Setter for DB_ETERNAL.E_IDENTITY.ACTIVE. 「active」- 是否启用
setActive in interface IEIdentitypublic Boolean getActive()
Getter for DB_ETERNAL.E_IDENTITY.ACTIVE. 「active」- 是否启用
getActive in interface IEIdentitypublic EIdentityRecord setSigma(String value)
Setter for DB_ETERNAL.E_IDENTITY.SIGMA. 「sigma」- 统一标识
setSigma in interface IEIdentitypublic String getSigma()
Getter for DB_ETERNAL.E_IDENTITY.SIGMA. 「sigma」- 统一标识
getSigma in interface IEIdentitypublic EIdentityRecord setLanguage(String value)
Setter for DB_ETERNAL.E_IDENTITY.LANGUAGE. 「language」- 使用的语言
setLanguage in interface IEIdentitypublic String getLanguage()
Getter for DB_ETERNAL.E_IDENTITY.LANGUAGE. 「language」- 使用的语言
getLanguage in interface IEIdentitypublic EIdentityRecord setCreatedAt(LocalDateTime value)
Setter for DB_ETERNAL.E_IDENTITY.CREATED_AT. 「createdAt」- 创建时间
setCreatedAt in interface IEIdentitypublic LocalDateTime getCreatedAt()
Getter for DB_ETERNAL.E_IDENTITY.CREATED_AT. 「createdAt」- 创建时间
getCreatedAt in interface IEIdentitypublic EIdentityRecord setCreatedBy(String value)
Setter for DB_ETERNAL.E_IDENTITY.CREATED_BY. 「createdBy」- 创建人
setCreatedBy in interface IEIdentitypublic String getCreatedBy()
Getter for DB_ETERNAL.E_IDENTITY.CREATED_BY. 「createdBy」- 创建人
getCreatedBy in interface IEIdentitypublic EIdentityRecord setUpdatedAt(LocalDateTime value)
Setter for DB_ETERNAL.E_IDENTITY.UPDATED_AT. 「updatedAt」- 更新时间
setUpdatedAt in interface IEIdentitypublic LocalDateTime getUpdatedAt()
Getter for DB_ETERNAL.E_IDENTITY.UPDATED_AT. 「updatedAt」- 更新时间
getUpdatedAt in interface IEIdentitypublic EIdentityRecord setUpdatedBy(String value)
Setter for DB_ETERNAL.E_IDENTITY.UPDATED_BY. 「updatedBy」- 更新人
setUpdatedBy in interface IEIdentitypublic String getUpdatedBy()
Getter for DB_ETERNAL.E_IDENTITY.UPDATED_BY. 「updatedBy」- 更新人
getUpdatedBy in interface IEIdentitypublic org.jooq.Record1<String> key()
key in interface org.jooq.UpdatableRecord<EIdentityRecord>key in class org.jooq.impl.UpdatableRecordImpl<EIdentityRecord>public void from(IEIdentity from)
Load data from another generated Record/POJO implementing the common interface IEIdentity
from in interface IEIdentitypublic <E extends IEIdentity> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IEIdentity
into in interface IEIdentitypublic final <T> org.jooq.Field<T> field(org.jooq.Field<T> arg0)
field in interface org.jooq.Recordpublic final org.jooq.Field<?> field(String arg0)
field in interface org.jooq.Recordpublic final org.jooq.Field<?> field(org.jooq.Name arg0)
field in interface org.jooq.Recordpublic final org.jooq.Field<?> field(int arg0)
field in interface org.jooq.Recordpublic final org.jooq.Field<?>[] fields()
fields in interface org.jooq.Recordpublic final org.jooq.Field<?>[] fields(org.jooq.Field<?>... arg0)
fields in interface org.jooq.Recordpublic final org.jooq.Field<?>[] fields(String... arg0)
fields in interface org.jooq.Recordpublic final org.jooq.Field<?>[] fields(org.jooq.Name... arg0)
fields in interface org.jooq.Recordpublic final org.jooq.Field<?>[] fields(int... arg0)
fields in interface org.jooq.Recordpublic final int size()
size in interface org.jooq.Recordpublic final <T> T get(org.jooq.Field<T> arg0)
get in interface org.jooq.Recordpublic final <T> T get(org.jooq.Field<?> arg0,
Class<? extends T> arg1)
get in interface org.jooq.Recordpublic final <T,U> U get(org.jooq.Field<T> arg0,
org.jooq.Converter<? super T,? extends U> arg1)
get in interface org.jooq.Recordpublic final Object get(int arg0)
get in interface org.jooq.Recordpublic final <T> T get(int arg0,
Class<? extends T> arg1)
get in interface org.jooq.Recordpublic final <U> U get(int arg0,
org.jooq.Converter<?,? extends U> arg1)
get in interface org.jooq.Recordpublic final <T> T get(String arg0, Class<? extends T> arg1)
get in interface org.jooq.Recordpublic final <U> U get(String arg0, org.jooq.Converter<?,? extends U> arg1)
get in interface org.jooq.Recordpublic final Object get(org.jooq.Name arg0)
get in interface org.jooq.Recordpublic final <T> T get(org.jooq.Name arg0,
Class<? extends T> arg1)
get in interface org.jooq.Recordpublic 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.Recordpublic 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.Recordpublic final <T> T original(org.jooq.Field<T> arg0)
original in interface org.jooq.Recordpublic final Object original(int arg0)
original in interface org.jooq.Recordpublic final Object original(String arg0)
original in interface org.jooq.Recordpublic final Object original(org.jooq.Name arg0)
original in interface org.jooq.Recordpublic final boolean changed()
changed in interface org.jooq.Recordpublic final boolean changed(org.jooq.Field<?> arg0)
changed in interface org.jooq.Recordpublic final boolean changed(int arg0)
changed in interface org.jooq.Recordpublic final boolean changed(String arg0)
changed in interface org.jooq.Recordpublic final boolean changed(org.jooq.Name arg0)
changed in interface org.jooq.Recordpublic final void changed(boolean arg0)
changed in interface org.jooq.Recordpublic final void changed(org.jooq.Field<?> arg0,
boolean arg1)
changed in interface org.jooq.Recordpublic final void changed(int arg0,
boolean arg1)
changed in interface org.jooq.Recordpublic final void changed(String arg0, boolean arg1)
changed in interface org.jooq.Recordpublic final void changed(org.jooq.Name arg0,
boolean arg1)
changed in interface org.jooq.Recordpublic final void reset()
reset in interface org.jooq.Recordpublic final void reset(org.jooq.Field<?> arg0)
reset in interface org.jooq.Recordpublic final void reset(int arg0)
reset in interface org.jooq.Recordpublic final void reset(String arg0)
reset in interface org.jooq.Recordpublic final void reset(org.jooq.Name arg0)
reset in interface org.jooq.Recordpublic final Object[] intoArray()
intoArray in interface org.jooq.Recordpublic final Stream<Object> intoStream()
intoStream in interface org.jooq.Recordpublic final Map<String,Object> intoMap()
intoMap in interface org.jooq.Recordpublic final org.jooq.Record into(org.jooq.Field<?>... arg0)
into in interface org.jooq.Recordpublic final <T1> org.jooq.Record1<T1> into(org.jooq.Field<T1> arg0)
into in interface org.jooq.Recordpublic final <T1,T2> org.jooq.Record2<T1,T2> into(org.jooq.Field<T1> arg0,
org.jooq.Field<T2> arg1)
into in interface org.jooq.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic final <E> E into(Class<? extends E> arg0)
into in interface org.jooq.Recordpublic final <E> E into(E arg0)
into in interface org.jooq.Recordpublic final <R extends org.jooq.Record> R into(org.jooq.Table<R> arg0)
into in interface org.jooq.Recordpublic final ResultSet intoResultSet()
intoResultSet in interface org.jooq.Recordpublic final <E> E map(org.jooq.RecordMapper<org.jooq.Record,E> arg0)
map in interface org.jooq.Recordpublic final void from(Object arg0)
from in interface org.jooq.Recordpublic final void from(Object arg0, org.jooq.Field<?>... arg1)
from in interface org.jooq.Recordpublic final void from(Object arg0, String... arg1)
from in interface org.jooq.Recordpublic final void from(Object arg0, org.jooq.Name... arg1)
from in interface org.jooq.Recordpublic final void from(Object arg0, int... arg1)
from in interface org.jooq.Recordpublic final void fromMap(Map<String,?> arg0)
fromMap in interface org.jooq.Recordpublic final void fromMap(Map<String,?> arg0, org.jooq.Field<?>... arg1)
fromMap in interface org.jooq.Recordpublic final void fromMap(Map<String,?> arg0, String... arg1)
fromMap in interface org.jooq.Recordpublic final void fromMap(Map<String,?> arg0, org.jooq.Name... arg1)
fromMap in interface org.jooq.Recordpublic final void fromMap(Map<String,?> arg0, int... arg1)
fromMap in interface org.jooq.Recordpublic final void fromArray(Object... arg0)
fromArray in interface org.jooq.Recordpublic final void fromArray(Object[] arg0, org.jooq.Field<?>... arg1)
fromArray in interface org.jooq.Recordpublic final void fromArray(Object[] arg0, String... arg1)
fromArray in interface org.jooq.Recordpublic final void fromArray(Object[] arg0, org.jooq.Name... arg1)
fromArray in interface org.jooq.Recordpublic final void fromArray(Object[] arg0, int... arg1)
fromArray in interface org.jooq.Recordprotected final void from(org.jooq.Record arg0)
public final String formatJSON()
formatJSON in interface org.jooq.Recordpublic final String formatJSON(org.jooq.JSONFormat arg0)
formatJSON in interface org.jooq.Recordpublic final void formatJSON(OutputStream arg0)
formatJSON in interface org.jooq.Recordpublic final void formatJSON(OutputStream arg0, org.jooq.JSONFormat arg1)
formatJSON in interface org.jooq.Recordpublic final void formatJSON(Writer arg0)
formatJSON in interface org.jooq.Recordpublic final void formatJSON(Writer arg0, org.jooq.JSONFormat arg1)
formatJSON in interface org.jooq.Recordpublic final String formatXML()
formatXML in interface org.jooq.Recordpublic final String formatXML(org.jooq.XMLFormat arg0)
formatXML in interface org.jooq.Recordpublic final void formatXML(OutputStream arg0)
formatXML in interface org.jooq.Recordpublic final void formatXML(OutputStream arg0, org.jooq.XMLFormat arg1)
formatXML in interface org.jooq.Recordpublic final void formatXML(Writer arg0)
formatXML in interface org.jooq.Recordpublic final void formatXML(Writer arg0, org.jooq.XMLFormat arg1)
formatXML in interface org.jooq.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic 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.Recordpublic final Object getValue(org.jooq.Name arg0)
getValue in interface org.jooq.Recordpublic final <T> T getValue(org.jooq.Name arg0,
Class<? extends T> arg1)
getValue in interface org.jooq.Recordpublic final <U> U getValue(org.jooq.Name arg0,
org.jooq.Converter<?,? extends U> arg1)
getValue in interface org.jooq.Recordpublic final <T> void setValue(org.jooq.Field<T> arg0,
T arg1)
setValue in interface org.jooq.Recordpublic 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.Recordpublic final void attach(org.jooq.Configuration arg0)
attach in interface org.jooq.Attachablepublic final void detach()
detach in interface org.jooq.Attachablepublic final org.jooq.Configuration configuration()
configuration in interface org.jooq.Attachableprotected final org.jooq.DSLContext create()
Copyright © 2021. All rights reserved.