java.lang.Object
org.jooq.impl.TableRecordImpl<R>
org.jooq.impl.UpdatableRecordImpl<RDictionaryItemRecord>
xyz.raylab.systemcommon.infrastructure.persistent.tables.records.RDictionaryItemRecord
所有已实现的接口:
Serializable, Comparable<org.jooq.Record>, SQLData, org.jooq.Attachable, org.jooq.Fields, org.jooq.Formattable, org.jooq.QualifiedRecord<RDictionaryItemRecord>, org.jooq.Record, org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>, org.jooq.TableRecord<RDictionaryItemRecord>, org.jooq.UpdatableRecord<RDictionaryItemRecord>

public class RDictionaryItemRecord extends org.jooq.impl.UpdatableRecordImpl<RDictionaryItemRecord> implements org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
字典项
另请参阅:
  • 构造器详细资料

    • RDictionaryItemRecord

      public RDictionaryItemRecord()
      Create a detached RDictionaryItemRecord
    • RDictionaryItemRecord

      public RDictionaryItemRecord(Integer pk, String dictionaryId, String id, String name, String code, Integer sortNumber, String enabled, String linkedDictionaryItemId, String createdBy, LocalDateTime createdTime, String updatedBy, LocalDateTime updatedTime, String revision, String tenantId)
      Create a detached, initialised RDictionaryItemRecord
    • RDictionaryItemRecord

      public RDictionaryItemRecord(RDictionaryItemPO value)
      Create a detached, initialised RDictionaryItemRecord
  • 方法详细资料

    • setPk

      public RDictionaryItemRecord setPk(Integer value)
      Setter for r_dictionary_item.pk. 主键
    • getPk

      public Integer getPk()
      Getter for r_dictionary_item.pk. 主键
    • setDictionaryId

      public RDictionaryItemRecord setDictionaryId(String value)
      Setter for r_dictionary_item.dictionary_id. 字典id
    • getDictionaryId

      public String getDictionaryId()
      Getter for r_dictionary_item.dictionary_id. 字典id
    • setId

      public RDictionaryItemRecord setId(String value)
      Setter for r_dictionary_item.id. 唯一标识
    • getId

      public String getId()
      Getter for r_dictionary_item.id. 唯一标识
    • setName

      public RDictionaryItemRecord setName(String value)
      Setter for r_dictionary_item.name. 名称
    • getName

      public String getName()
      Getter for r_dictionary_item.name. 名称
    • setCode

      public RDictionaryItemRecord setCode(String value)
      Setter for r_dictionary_item.code. 编码
    • getCode

      public String getCode()
      Getter for r_dictionary_item.code. 编码
    • setSortNumber

      public RDictionaryItemRecord setSortNumber(Integer value)
      Setter for r_dictionary_item.sort_number. 排序号
    • getSortNumber

      public Integer getSortNumber()
      Getter for r_dictionary_item.sort_number. 排序号
    • setEnabled

      public RDictionaryItemRecord setEnabled(String value)
      Setter for r_dictionary_item.enabled. 是否已启用
    • getEnabled

      public String getEnabled()
      Getter for r_dictionary_item.enabled. 是否已启用
    • setLinkedDictionaryItemId

      public RDictionaryItemRecord setLinkedDictionaryItemId(String value)
      Setter for r_dictionary_item.linked_dictionary_item_id. 联动的字典项id
    • getLinkedDictionaryItemId

      public String getLinkedDictionaryItemId()
      Getter for r_dictionary_item.linked_dictionary_item_id. 联动的字典项id
    • setCreatedBy

      public RDictionaryItemRecord setCreatedBy(String value)
      Setter for r_dictionary_item.created_by. 创建人
    • getCreatedBy

      public String getCreatedBy()
      Getter for r_dictionary_item.created_by. 创建人
    • setCreatedTime

      public RDictionaryItemRecord setCreatedTime(LocalDateTime value)
      Setter for r_dictionary_item.created_time. 创建时间
    • getCreatedTime

      public LocalDateTime getCreatedTime()
      Getter for r_dictionary_item.created_time. 创建时间
    • setUpdatedBy

      public RDictionaryItemRecord setUpdatedBy(String value)
      Setter for r_dictionary_item.updated_by. 更新人
    • getUpdatedBy

      public String getUpdatedBy()
      Getter for r_dictionary_item.updated_by. 更新人
    • setUpdatedTime

      public RDictionaryItemRecord setUpdatedTime(LocalDateTime value)
      Setter for r_dictionary_item.updated_time. 更新时间
    • getUpdatedTime

      public LocalDateTime getUpdatedTime()
      Getter for r_dictionary_item.updated_time. 更新时间
    • setRevision

      public RDictionaryItemRecord setRevision(String value)
      Setter for r_dictionary_item.revision. 乐观锁
    • getRevision

      public String getRevision()
      Getter for r_dictionary_item.revision. 乐观锁
    • setTenantId

      public RDictionaryItemRecord setTenantId(String value)
      Setter for r_dictionary_item.tenant_id. 租户号
    • getTenantId

      public String getTenantId()
      Getter for r_dictionary_item.tenant_id. 租户号
    • key

      public org.jooq.Record1<Integer> key()
      指定者:
      key 在接口中 org.jooq.UpdatableRecord<RDictionaryItemRecord>
      覆盖:
      key 在类中 org.jooq.impl.UpdatableRecordImpl<RDictionaryItemRecord>
    • fieldsRow

      指定者:
      fieldsRow 在接口中 org.jooq.Fields
      指定者:
      fieldsRow 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • valuesRow

      指定者:
      valuesRow 在接口中 org.jooq.Record
      指定者:
      valuesRow 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • field1

      public org.jooq.Field<Integer> field1()
      指定者:
      field1 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • field2

      public org.jooq.Field<String> field2()
      指定者:
      field2 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • field3

      public org.jooq.Field<String> field3()
      指定者:
      field3 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • field4

      public org.jooq.Field<String> field4()
      指定者:
      field4 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • field5

      public org.jooq.Field<String> field5()
      指定者:
      field5 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • field6

      public org.jooq.Field<Integer> field6()
      指定者:
      field6 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • field7

      public org.jooq.Field<String> field7()
      指定者:
      field7 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • field8

      public org.jooq.Field<String> field8()
      指定者:
      field8 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • field9

      public org.jooq.Field<String> field9()
      指定者:
      field9 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • field10

      public org.jooq.Field<LocalDateTime> field10()
      指定者:
      field10 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • field11

      public org.jooq.Field<String> field11()
      指定者:
      field11 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • field12

      public org.jooq.Field<LocalDateTime> field12()
      指定者:
      field12 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • field13

      public org.jooq.Field<String> field13()
      指定者:
      field13 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • field14

      public org.jooq.Field<String> field14()
      指定者:
      field14 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • component1

      public Integer component1()
      指定者:
      component1 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • component2

      public String component2()
      指定者:
      component2 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • component3

      public String component3()
      指定者:
      component3 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • component4

      public String component4()
      指定者:
      component4 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • component5

      public String component5()
      指定者:
      component5 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • component6

      public Integer component6()
      指定者:
      component6 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • component7

      public String component7()
      指定者:
      component7 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • component8

      public String component8()
      指定者:
      component8 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • component9

      public String component9()
      指定者:
      component9 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • component10

      public LocalDateTime component10()
      指定者:
      component10 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • component11

      public String component11()
      指定者:
      component11 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • component12

      public LocalDateTime component12()
      指定者:
      component12 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • component13

      public String component13()
      指定者:
      component13 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • component14

      public String component14()
      指定者:
      component14 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value1

      public Integer value1()
      指定者:
      value1 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value2

      public String value2()
      指定者:
      value2 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value3

      public String value3()
      指定者:
      value3 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value4

      public String value4()
      指定者:
      value4 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value5

      public String value5()
      指定者:
      value5 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value6

      public Integer value6()
      指定者:
      value6 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value7

      public String value7()
      指定者:
      value7 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value8

      public String value8()
      指定者:
      value8 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value9

      public String value9()
      指定者:
      value9 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value10

      public LocalDateTime value10()
      指定者:
      value10 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value11

      public String value11()
      指定者:
      value11 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value12

      public LocalDateTime value12()
      指定者:
      value12 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value13

      public String value13()
      指定者:
      value13 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value14

      public String value14()
      指定者:
      value14 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value1

      public RDictionaryItemRecord value1(Integer value)
      指定者:
      value1 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value2

      public RDictionaryItemRecord value2(String value)
      指定者:
      value2 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value3

      public RDictionaryItemRecord value3(String value)
      指定者:
      value3 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value4

      public RDictionaryItemRecord value4(String value)
      指定者:
      value4 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value5

      public RDictionaryItemRecord value5(String value)
      指定者:
      value5 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value6

      public RDictionaryItemRecord value6(Integer value)
      指定者:
      value6 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value7

      public RDictionaryItemRecord value7(String value)
      指定者:
      value7 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value8

      public RDictionaryItemRecord value8(String value)
      指定者:
      value8 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value9

      public RDictionaryItemRecord value9(String value)
      指定者:
      value9 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value10

      public RDictionaryItemRecord value10(LocalDateTime value)
      指定者:
      value10 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value11

      public RDictionaryItemRecord value11(String value)
      指定者:
      value11 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value12

      public RDictionaryItemRecord value12(LocalDateTime value)
      指定者:
      value12 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value13

      public RDictionaryItemRecord value13(String value)
      指定者:
      value13 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • value14

      public RDictionaryItemRecord value14(String value)
      指定者:
      value14 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • values

      public RDictionaryItemRecord values(Integer value1, String value2, String value3, String value4, String value5, Integer value6, String value7, String value8, String value9, LocalDateTime value10, String value11, LocalDateTime value12, String value13, String value14)
      指定者:
      values 在接口中 org.jooq.Record14<Integer,String,String,String,String,Integer,String,String,String,LocalDateTime,String,LocalDateTime,String,String>
    • getQualifier

      public final org.jooq.RecordQualifier<RDictionaryItemRecord> getQualifier()
      指定者:
      getQualifier 在接口中 org.jooq.QualifiedRecord<R extends org.jooq.QualifiedRecord<R>>
    • with

      public final <T extends Object> RDictionaryItemRecord with(org.jooq.Field<T> arg0, T arg1)
      指定者:
      with 在接口中 org.jooq.QualifiedRecord<R extends org.jooq.QualifiedRecord<R>>
      指定者:
      with 在接口中 org.jooq.Record
    • with

      public final <T extends Object, U extends Object> RDictionaryItemRecord with(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,? super U> arg2)
      指定者:
      with 在接口中 org.jooq.QualifiedRecord<R extends org.jooq.QualifiedRecord<R>>
      指定者:
      with 在接口中 org.jooq.Record
    • getSQLTypeName

      public final String getSQLTypeName() throws SQLException
      指定者:
      getSQLTypeName 在接口中 SQLData
      抛出:
      SQLException
    • readSQL

      public final void readSQL(SQLInput arg0, String arg1) throws SQLException
      指定者:
      readSQL 在接口中 SQLData
      抛出:
      SQLException
    • writeSQL

      public final void writeSQL(SQLOutput arg0) throws SQLException
      指定者:
      writeSQL 在接口中 SQLData
      抛出:
      SQLException
    • fields

      public final org.jooq.Field<?>[] fields()
      指定者:
      fields 在接口中 org.jooq.Fields
    • fieldStream

      public final Stream<org.jooq.Field<?>> fieldStream()
      指定者:
      fieldStream 在接口中 org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(org.jooq.Field<T> arg0)
      指定者:
      field 在接口中 org.jooq.Fields
    • field

      public final org.jooq.Field<?> field(String arg0)
      指定者:
      field 在接口中 org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(String arg0, Class<T> arg1)
      指定者:
      field 在接口中 org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(String arg0, org.jooq.DataType<T> arg1)
      指定者:
      field 在接口中 org.jooq.Fields
    • field

      public final org.jooq.Field<?> field(org.jooq.Name arg0)
      指定者:
      field 在接口中 org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(org.jooq.Name arg0, Class<T> arg1)
      指定者:
      field 在接口中 org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(org.jooq.Name arg0, org.jooq.DataType<T> arg1)
      指定者:
      field 在接口中 org.jooq.Fields
    • field

      public final org.jooq.Field<?> field(int arg0)
      指定者:
      field 在接口中 org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(int arg0, Class<T> arg1)
      指定者:
      field 在接口中 org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(int arg0, org.jooq.DataType<T> arg1)
      指定者:
      field 在接口中 org.jooq.Fields
    • fields

      public final org.jooq.Field<?>[] fields(org.jooq.Field<?>... arg0)
      指定者:
      fields 在接口中 org.jooq.Fields
    • fields

      public final org.jooq.Field<?>[] fields(String... arg0)
      指定者:
      fields 在接口中 org.jooq.Fields
    • fields

      public final org.jooq.Field<?>[] fields(org.jooq.Name... arg0)
      指定者:
      fields 在接口中 org.jooq.Fields
    • fields

      public final org.jooq.Field<?>[] fields(int... arg0)
      指定者:
      fields 在接口中 org.jooq.Fields
    • indexOf

      public final int indexOf(org.jooq.Field<?> arg0)
      指定者:
      indexOf 在接口中 org.jooq.Fields
    • indexOf

      public final int indexOf(String arg0)
      指定者:
      indexOf 在接口中 org.jooq.Fields
    • indexOf

      public final int indexOf(org.jooq.Name arg0)
      指定者:
      indexOf 在接口中 org.jooq.Fields
    • types

      public final Class<?>[] types()
      指定者:
      types 在接口中 org.jooq.Fields
    • type

      public final Class<?> type(int arg0)
      指定者:
      type 在接口中 org.jooq.Fields
    • type

      public final Class<?> type(String arg0)
      指定者:
      type 在接口中 org.jooq.Fields
    • type

      public final Class<?> type(org.jooq.Name arg0)
      指定者:
      type 在接口中 org.jooq.Fields
    • dataTypes

      public final org.jooq.DataType<?>[] dataTypes()
      指定者:
      dataTypes 在接口中 org.jooq.Fields
    • dataType

      public final org.jooq.DataType<?> dataType(int arg0)
      指定者:
      dataType 在接口中 org.jooq.Fields
    • dataType

      public final org.jooq.DataType<?> dataType(String arg0)
      指定者:
      dataType 在接口中 org.jooq.Fields
    • dataType

      public final org.jooq.DataType<?> dataType(org.jooq.Name arg0)
      指定者:
      dataType 在接口中 org.jooq.Fields
    • size

      public final int size()
      指定者:
      size 在接口中 org.jooq.Record
    • get

      public final <T extends Object> T get(org.jooq.Field<T> arg0)
      指定者:
      get 在接口中 org.jooq.Record
    • get

      public final <U extends Object> U get(org.jooq.Field<?> arg0, Class<? extends U> arg1)
      指定者:
      get 在接口中 org.jooq.Record
    • get

      public final <T extends Object, U extends Object> U get(org.jooq.Field<T> arg0, org.jooq.Converter<? super T,? extends U> arg1)
      指定者:
      get 在接口中 org.jooq.Record
    • get

      public final Object get(int arg0)
      指定者:
      get 在接口中 org.jooq.Record
    • get

      public final <U extends Object> U get(int arg0, Class<? extends U> arg1)
      指定者:
      get 在接口中 org.jooq.Record
    • get

      public final <U extends Object> U get(int arg0, org.jooq.Converter<?,? extends U> arg1)
      指定者:
      get 在接口中 org.jooq.Record
    • get

      public final Object get(String arg0)
      指定者:
      get 在接口中 org.jooq.Record
    • get

      public final <T extends Object> T get(String arg0, Class<? extends T> arg1)
      指定者:
      get 在接口中 org.jooq.Record
    • get

      public final <U extends Object> U get(String arg0, org.jooq.Converter<?,? extends U> arg1)
      指定者:
      get 在接口中 org.jooq.Record
    • get

      public final Object get(org.jooq.Name arg0)
      指定者:
      get 在接口中 org.jooq.Record
    • get

      public final <T extends Object> T get(org.jooq.Name arg0, Class<? extends T> arg1)
      指定者:
      get 在接口中 org.jooq.Record
    • get

      public final <U extends Object> U get(org.jooq.Name arg0, org.jooq.Converter<?,? extends U> arg1)
      指定者:
      get 在接口中 org.jooq.Record
    • setValue

      @Deprecated protected final void setValue(int arg0, Object arg1)
      已过时。
    • set

      protected final void set(int arg0, Object arg1)
    • set

      public final <T extends Object> void set(org.jooq.Field<T> arg0, T arg1)
      指定者:
      set 在接口中 org.jooq.Record
    • set

      public final <T extends Object, U extends Object> void set(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,? super U> arg2)
      指定者:
      set 在接口中 org.jooq.Record
    • original

      public final <T extends Object> T original(org.jooq.Field<T> arg0)
      指定者:
      original 在接口中 org.jooq.Record
    • original

      public final Object original(int arg0)
      指定者:
      original 在接口中 org.jooq.Record
    • original

      public final Object original(String arg0)
      指定者:
      original 在接口中 org.jooq.Record
    • original

      public final Object original(org.jooq.Name arg0)
      指定者:
      original 在接口中 org.jooq.Record
    • changed

      public final boolean changed()
      指定者:
      changed 在接口中 org.jooq.Record
    • changed

      public final boolean changed(org.jooq.Field<?> arg0)
      指定者:
      changed 在接口中 org.jooq.Record
    • changed

      public final boolean changed(int arg0)
      指定者:
      changed 在接口中 org.jooq.Record
    • changed

      public final boolean changed(String arg0)
      指定者:
      changed 在接口中 org.jooq.Record
    • changed

      public final boolean changed(org.jooq.Name arg0)
      指定者:
      changed 在接口中 org.jooq.Record
    • changed

      public final void changed(boolean arg0)
      指定者:
      changed 在接口中 org.jooq.Record
    • changed

      public final void changed(org.jooq.Field<?> arg0, boolean arg1)
      指定者:
      changed 在接口中 org.jooq.Record
    • changed

      public final void changed(int arg0, boolean arg1)
      指定者:
      changed 在接口中 org.jooq.Record
    • changed

      public final void changed(String arg0, boolean arg1)
      指定者:
      changed 在接口中 org.jooq.Record
    • changed

      public final void changed(org.jooq.Name arg0, boolean arg1)
      指定者:
      changed 在接口中 org.jooq.Record
    • reset

      public final void reset()
      指定者:
      reset 在接口中 org.jooq.Record
    • reset

      public final void reset(org.jooq.Field<?> arg0)
      指定者:
      reset 在接口中 org.jooq.Record
    • reset

      public final void reset(int arg0)
      指定者:
      reset 在接口中 org.jooq.Record
    • reset

      public final void reset(String arg0)
      指定者:
      reset 在接口中 org.jooq.Record
    • reset

      public final void reset(org.jooq.Name arg0)
      指定者:
      reset 在接口中 org.jooq.Record
    • intoArray

      public final Object[] intoArray()
      指定者:
      intoArray 在接口中 org.jooq.Record
    • intoList

      public final List<Object> intoList()
      指定者:
      intoList 在接口中 org.jooq.Record
    • intoStream

      public final Stream<Object> intoStream()
      指定者:
      intoStream 在接口中 org.jooq.Record
    • intoMap

      public final Map<String,Object> intoMap()
      指定者:
      intoMap 在接口中 org.jooq.Record
    • into

      public final org.jooq.Record into(org.jooq.Field<?>... arg0)
      指定者:
      into 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object> org.jooq.Record1<T1> into(org.jooq.Field<T1> arg0)
      指定者:
      into 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object> org.jooq.Record2<T1,T2> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1)
      指定者:
      into 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object> org.jooq.Record3<T1,T2,T3> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2)
      指定者:
      into 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object, T19 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object, T19 extends Object, T20 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object, T19 extends Object, T20 extends Object, T21 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object, T19 extends Object, T20 extends Object, T21 extends Object, T22 extends Object> 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 在接口中 org.jooq.Record
    • into

      public final <E extends Object> E into(Class<? extends E> arg0)
      指定者:
      into 在接口中 org.jooq.Record
    • into

      public <E extends Object> E into(E arg0)
      指定者:
      into 在接口中 org.jooq.Record
    • into

      public final <R extends org.jooq.Record> R into(org.jooq.Table<R> arg0)
      指定者:
      into 在接口中 org.jooq.Record
    • intoResultSet

      public final ResultSet intoResultSet()
      指定者:
      intoResultSet 在接口中 org.jooq.Record
    • map

      public final <E extends Object> E map(org.jooq.RecordMapper<org.jooq.Record,E> arg0)
      指定者:
      map 在接口中 org.jooq.Record
    • from

      public final void from(Object arg0)
      指定者:
      from 在接口中 org.jooq.Record
    • from

      public final void from(Object arg0, org.jooq.Field<?>... arg1)
      指定者:
      from 在接口中 org.jooq.Record
    • from

      public final void from(Object arg0, String... arg1)
      指定者:
      from 在接口中 org.jooq.Record
    • from

      public final void from(Object arg0, org.jooq.Name... arg1)
      指定者:
      from 在接口中 org.jooq.Record
    • from

      public final void from(Object arg0, int... arg1)
      指定者:
      from 在接口中 org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0)
      指定者:
      fromMap 在接口中 org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0, org.jooq.Field<?>... arg1)
      指定者:
      fromMap 在接口中 org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0, String... arg1)
      指定者:
      fromMap 在接口中 org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0, org.jooq.Name... arg1)
      指定者:
      fromMap 在接口中 org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0, int... arg1)
      指定者:
      fromMap 在接口中 org.jooq.Record
    • fromArray

      public final void fromArray(Object... arg0)
      指定者:
      fromArray 在接口中 org.jooq.Record
    • fromArray

      public final void fromArray(Object[] arg0, org.jooq.Field<?>... arg1)
      指定者:
      fromArray 在接口中 org.jooq.Record
    • fromArray

      public final void fromArray(Object[] arg0, String... arg1)
      指定者:
      fromArray 在接口中 org.jooq.Record
    • fromArray

      public final void fromArray(Object[] arg0, org.jooq.Name... arg1)
      指定者:
      fromArray 在接口中 org.jooq.Record
    • fromArray

      public final void fromArray(Object[] arg0, int... arg1)
      指定者:
      fromArray 在接口中 org.jooq.Record
    • from

      protected final void from(org.jooq.Record arg0)
    • format

      public final void format(Writer arg0, org.jooq.TXTFormat arg1)
      指定者:
      format 在接口中 org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, org.jooq.CSVFormat arg1)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatJSON

      public final void formatJSON(Writer arg0, org.jooq.JSONFormat arg1)
      指定者:
      formatJSON 在接口中 org.jooq.Formattable
    • formatXML

      public final void formatXML(Writer arg0, org.jooq.XMLFormat arg1)
      指定者:
      formatXML 在接口中 org.jooq.Formattable
    • formatHTML

      public final void formatHTML(Writer arg0)
      指定者:
      formatHTML 在接口中 org.jooq.Formattable
    • formatChart

      public final void formatChart(Writer arg0, org.jooq.ChartFormat arg1)
      指定者:
      formatChart 在接口中 org.jooq.Formattable
    • formatInsert

      public final void formatInsert(Writer arg0)
      指定者:
      formatInsert 在接口中 org.jooq.Formattable
    • formatInsert

      public final void formatInsert(Writer arg0, org.jooq.Table<?> arg1, org.jooq.Field<?>... arg2)
      指定者:
      formatInsert 在接口中 org.jooq.Formattable
    • intoXML

      public final Document intoXML(org.jooq.XMLFormat arg0)
      指定者:
      intoXML 在接口中 org.jooq.Formattable
    • intoXML

      public final <H extends ContentHandler> H intoXML(H arg0, org.jooq.XMLFormat arg1) throws SAXException
      指定者:
      intoXML 在接口中 org.jooq.Formattable
      抛出:
      SAXException
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • compareTo

      public int compareTo(org.jooq.Record arg0)
      指定者:
      compareTo 在接口中 Comparable<org.jooq.Record>
      指定者:
      compareTo 在接口中 org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(org.jooq.Field<T> arg0)
      指定者:
      getValue 在接口中 org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(org.jooq.Field<?> arg0, Class<? extends T> arg1)
      指定者:
      getValue 在接口中 org.jooq.Record
    • getValue

      public final <T extends Object, U extends Object> U getValue(org.jooq.Field<T> arg0, org.jooq.Converter<? super T,? extends U> arg1)
      指定者:
      getValue 在接口中 org.jooq.Record
    • getValue

      public final Object getValue(int arg0)
      指定者:
      getValue 在接口中 org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(int arg0, Class<? extends T> arg1)
      指定者:
      getValue 在接口中 org.jooq.Record
    • getValue

      public final <U extends Object> U getValue(int arg0, org.jooq.Converter<?,? extends U> arg1)
      指定者:
      getValue 在接口中 org.jooq.Record
    • getValue

      public final Object getValue(String arg0)
      指定者:
      getValue 在接口中 org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(String arg0, Class<? extends T> arg1)
      指定者:
      getValue 在接口中 org.jooq.Record
    • getValue

      public final <U extends Object> U getValue(String arg0, org.jooq.Converter<?,? extends U> arg1)
      指定者:
      getValue 在接口中 org.jooq.Record
    • getValue

      public final Object getValue(org.jooq.Name arg0)
      指定者:
      getValue 在接口中 org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(org.jooq.Name arg0, Class<? extends T> arg1)
      指定者:
      getValue 在接口中 org.jooq.Record
    • getValue

      public final <U extends Object> U getValue(org.jooq.Name arg0, org.jooq.Converter<?,? extends U> arg1)
      指定者:
      getValue 在接口中 org.jooq.Record
    • setValue

      public final <T extends Object> void setValue(org.jooq.Field<T> arg0, T arg1)
      指定者:
      setValue 在接口中 org.jooq.Record
    • setValue

      public final <T extends Object, U extends Object> void setValue(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,? super U> arg2)
      指定者:
      setValue 在接口中 org.jooq.Record
    • create

      @Deprecated protected final org.jooq.DSLContext create()
      已过时。
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • equals

      public boolean equals(Object arg0)
      覆盖:
      equals 在类中 Object
    • attach

      public final void attach(org.jooq.Configuration arg0)
      指定者:
      attach 在接口中 org.jooq.Attachable
    • detach

      public final void detach()
      指定者:
      detach 在接口中 org.jooq.Attachable
    • configuration

      public final org.jooq.Configuration configuration()
      指定者:
      configuration 在接口中 org.jooq.Attachable
    • format

      public final String format()
      指定者:
      format 在接口中 org.jooq.Formattable
    • format

      public final String format(int arg0)
      指定者:
      format 在接口中 org.jooq.Formattable
    • format

      public final String format(org.jooq.TXTFormat arg0)
      指定者:
      format 在接口中 org.jooq.Formattable
    • format

      public final void format(OutputStream arg0)
      指定者:
      format 在接口中 org.jooq.Formattable
    • format

      public final void format(OutputStream arg0, int arg1)
      指定者:
      format 在接口中 org.jooq.Formattable
    • format

      public final void format(OutputStream arg0, org.jooq.TXTFormat arg1)
      指定者:
      format 在接口中 org.jooq.Formattable
    • format

      public final void format(Writer arg0)
      指定者:
      format 在接口中 org.jooq.Formattable
    • format

      public final void format(Writer arg0, int arg1)
      指定者:
      format 在接口中 org.jooq.Formattable
    • formatCSV

      public final String formatCSV()
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final String formatCSV(boolean arg0)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final String formatCSV(char arg0)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final String formatCSV(boolean arg0, char arg1)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final String formatCSV(char arg0, String arg1)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final String formatCSV(boolean arg0, char arg1, String arg2)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final String formatCSV(org.jooq.CSVFormat arg0)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, boolean arg1)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, char arg1)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, boolean arg1, char arg2)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, char arg1, String arg2)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, boolean arg1, char arg2, String arg3)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, org.jooq.CSVFormat arg1)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, boolean arg1)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, char arg1)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, boolean arg1, char arg2)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, char arg1, String arg2)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, boolean arg1, char arg2, String arg3)
      指定者:
      formatCSV 在接口中 org.jooq.Formattable
    • formatJSON

      public final String formatJSON()
      指定者:
      formatJSON 在接口中 org.jooq.Formattable
    • formatJSON

      public final String formatJSON(org.jooq.JSONFormat arg0)
      指定者:
      formatJSON 在接口中 org.jooq.Formattable
    • formatJSON

      public final void formatJSON(OutputStream arg0)
      指定者:
      formatJSON 在接口中 org.jooq.Formattable
    • formatJSON

      public final void formatJSON(OutputStream arg0, org.jooq.JSONFormat arg1)
      指定者:
      formatJSON 在接口中 org.jooq.Formattable
    • formatJSON

      public final void formatJSON(Writer arg0)
      指定者:
      formatJSON 在接口中 org.jooq.Formattable
    • formatXML

      public final String formatXML()
      指定者:
      formatXML 在接口中 org.jooq.Formattable
    • formatXML

      public final String formatXML(org.jooq.XMLFormat arg0)
      指定者:
      formatXML 在接口中 org.jooq.Formattable
    • formatXML

      public final void formatXML(OutputStream arg0)
      指定者:
      formatXML 在接口中 org.jooq.Formattable
    • formatXML

      public final void formatXML(OutputStream arg0, org.jooq.XMLFormat arg1)
      指定者:
      formatXML 在接口中 org.jooq.Formattable
    • formatXML

      public final void formatXML(Writer arg0)
      指定者:
      formatXML 在接口中 org.jooq.Formattable
    • formatChart

      public final String formatChart()
      指定者:
      formatChart 在接口中 org.jooq.Formattable
    • formatChart

      public final String formatChart(org.jooq.ChartFormat arg0)
      指定者:
      formatChart 在接口中 org.jooq.Formattable
    • formatChart

      public final void formatChart(OutputStream arg0)
      指定者:
      formatChart 在接口中 org.jooq.Formattable
    • formatChart

      public final void formatChart(OutputStream arg0, org.jooq.ChartFormat arg1)
      指定者:
      formatChart 在接口中 org.jooq.Formattable
    • formatChart

      public final void formatChart(Writer arg0)
      指定者:
      formatChart 在接口中 org.jooq.Formattable
    • formatInsert

      public final String formatInsert()
      指定者:
      formatInsert 在接口中 org.jooq.Formattable
    • formatInsert

      public final void formatInsert(OutputStream arg0)
      指定者:
      formatInsert 在接口中 org.jooq.Formattable
    • formatInsert

      public final String formatInsert(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1)
      指定者:
      formatInsert 在接口中 org.jooq.Formattable
    • formatInsert

      public final void formatInsert(OutputStream arg0, org.jooq.Table<?> arg1, org.jooq.Field<?>... arg2)
      指定者:
      formatInsert 在接口中 org.jooq.Formattable
    • formatHTML

      public final String formatHTML()
      指定者:
      formatHTML 在接口中 org.jooq.Formattable
    • formatHTML

      public final void formatHTML(OutputStream arg0)
      指定者:
      formatHTML 在接口中 org.jooq.Formattable
    • intoXML

      public final Document intoXML()
      指定者:
      intoXML 在接口中 org.jooq.Formattable
    • intoXML

      public final <H extends ContentHandler> H intoXML(H arg0) throws SAXException
      指定者:
      intoXML 在接口中 org.jooq.Formattable
      抛出:
      SAXException