Class WTodoRecord

java.lang.Object
org.jooq.impl.TableRecordImpl<R>
org.jooq.impl.UpdatableRecordImpl<WTodoRecord>
cn.vertxup.workflow.domain.tables.records.WTodoRecord
All Implemented Interfaces:
IWTodo, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable, Comparable<org.jooq.Record>, SQLData, org.jooq.Attachable, org.jooq.Fields, org.jooq.Formattable, org.jooq.QualifiedRecord<WTodoRecord>, org.jooq.Record, org.jooq.TableRecord<WTodoRecord>, org.jooq.UpdatableRecord<WTodoRecord>

public class WTodoRecord extends org.jooq.impl.UpdatableRecordImpl<WTodoRecord> implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IWTodo
This class is generated by jOOQ.
See Also:
  • Constructor Details

  • Method Details

    • setKey

      public WTodoRecord setKey(String value)
      Setter for DB_ETERNAL.W_TODO.KEY. 「key」- 待办主键
      Specified by:
      setKey in interface IWTodo
    • getKey

      public String getKey()
      Getter for DB_ETERNAL.W_TODO.KEY. 「key」- 待办主键
      Specified by:
      getKey in interface IWTodo
    • setSerial

      public WTodoRecord setSerial(String value)
      Setter for DB_ETERNAL.W_TODO.SERIAL. 「serial」- 待办编号,使用 X_NUMBER 生成
      Specified by:
      setSerial in interface IWTodo
    • getSerial

      public String getSerial()
      Getter for DB_ETERNAL.W_TODO.SERIAL. 「serial」- 待办编号,使用 X_NUMBER 生成
      Specified by:
      getSerial in interface IWTodo
    • setName

      public WTodoRecord setName(String value)
      Setter for DB_ETERNAL.W_TODO.NAME. 「name」- 待办名称(标题)
      Specified by:
      setName in interface IWTodo
    • getName

      public String getName()
      Getter for DB_ETERNAL.W_TODO.NAME. 「name」- 待办名称(标题)
      Specified by:
      getName in interface IWTodo
    • setCode

      public WTodoRecord setCode(String value)
      Setter for DB_ETERNAL.W_TODO.CODE. 「code」- 待办系统码,使用流程时候关联流程的任务ID
      Specified by:
      setCode in interface IWTodo
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.W_TODO.CODE. 「code」- 待办系统码,使用流程时候关联流程的任务ID
      Specified by:
      getCode in interface IWTodo
    • setIcon

      public WTodoRecord setIcon(String value)
      Setter for DB_ETERNAL.W_TODO.ICON. 「icon」- 待办显示的图标
      Specified by:
      setIcon in interface IWTodo
    • getIcon

      public String getIcon()
      Getter for DB_ETERNAL.W_TODO.ICON. 「icon」- 待办显示的图标
      Specified by:
      getIcon in interface IWTodo
    • setStatus

      public WTodoRecord setStatus(String value)
      Setter for DB_ETERNAL.W_TODO.STATUS. 「status」- 待办状态
      Specified by:
      setStatus in interface IWTodo
    • getStatus

      public String getStatus()
      Getter for DB_ETERNAL.W_TODO.STATUS. 「status」- 待办状态
      Specified by:
      getStatus in interface IWTodo
    • setTodoUrl

      public WTodoRecord setTodoUrl(String value)
      Setter for DB_ETERNAL.W_TODO.TODO_URL. 「todoUrl」- 待办路径
      Specified by:
      setTodoUrl in interface IWTodo
    • getTodoUrl

      public String getTodoUrl()
      Getter for DB_ETERNAL.W_TODO.TODO_URL. 「todoUrl」- 待办路径
      Specified by:
      getTodoUrl in interface IWTodo
    • setType

      public WTodoRecord setType(String value)
      Setter for DB_ETERNAL.W_TODO.TYPE. 「type」- 待办类型
      Specified by:
      setType in interface IWTodo
    • getType

      public String getType()
      Getter for DB_ETERNAL.W_TODO.TYPE. 「type」- 待办类型
      Specified by:
      getType in interface IWTodo
    • setExpiredAt

      public WTodoRecord setExpiredAt(LocalDateTime value)
      Setter for DB_ETERNAL.W_TODO.EXPIRED_AT. 「expiredAt」- 超时时间
      Specified by:
      setExpiredAt in interface IWTodo
    • getExpiredAt

      public LocalDateTime getExpiredAt()
      Getter for DB_ETERNAL.W_TODO.EXPIRED_AT. 「expiredAt」- 超时时间
      Specified by:
      getExpiredAt in interface IWTodo
    • setModelId

      public WTodoRecord setModelId(String value)
      Setter for DB_ETERNAL.W_TODO.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述
      Specified by:
      setModelId in interface IWTodo
    • getModelId

      public String getModelId()
      Getter for DB_ETERNAL.W_TODO.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述
      Specified by:
      getModelId in interface IWTodo
    • setModelKey

      public WTodoRecord setModelKey(String value)
      Setter for DB_ETERNAL.W_TODO.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录
      Specified by:
      setModelKey in interface IWTodo
    • getModelKey

      public String getModelKey()
      Getter for DB_ETERNAL.W_TODO.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录
      Specified by:
      getModelKey in interface IWTodo
    • setModelCategory

      public WTodoRecord setModelCategory(String value)
      Setter for DB_ETERNAL.W_TODO.MODEL_CATEGORY. 「modelCategory」- 关联的category记录,只包含叶节点
      Specified by:
      setModelCategory in interface IWTodo
    • getModelCategory

      public String getModelCategory()
      Getter for DB_ETERNAL.W_TODO.MODEL_CATEGORY. 「modelCategory」- 关联的category记录,只包含叶节点
      Specified by:
      getModelCategory in interface IWTodo
    • setParentId

      public WTodoRecord setParentId(String value)
      Setter for DB_ETERNAL.W_TODO.PARENT_ID. 「parentId」- 待办支持父子集结构,父待办执行时候子待办同样执行
      Specified by:
      setParentId in interface IWTodo
    • getParentId

      public String getParentId()
      Getter for DB_ETERNAL.W_TODO.PARENT_ID. 「parentId」- 待办支持父子集结构,父待办执行时候子待办同样执行
      Specified by:
      getParentId in interface IWTodo
    • setSerialFork

      public WTodoRecord setSerialFork(String value)
      Setter for DB_ETERNAL.W_TODO.SERIAL_FORK. 「serialFork」- 生成序号的分支序号
      Specified by:
      setSerialFork in interface IWTodo
    • getSerialFork

      public String getSerialFork()
      Getter for DB_ETERNAL.W_TODO.SERIAL_FORK. 「serialFork」- 生成序号的分支序号
      Specified by:
      getSerialFork in interface IWTodo
    • setTraceId

      public WTodoRecord setTraceId(String value)
      Setter for DB_ETERNAL.W_TODO.TRACE_ID. 「traceId」- 同一个流程的待办执行分组
      Specified by:
      setTraceId in interface IWTodo
    • getTraceId

      public String getTraceId()
      Getter for DB_ETERNAL.W_TODO.TRACE_ID. 「traceId」- 同一个流程的待办执行分组
      Specified by:
      getTraceId in interface IWTodo
    • setTraceOrder

      public WTodoRecord setTraceOrder(Integer value)
      Setter for DB_ETERNAL.W_TODO.TRACE_ORDER. 「traceOrder」- 待办的处理顺序
      Specified by:
      setTraceOrder in interface IWTodo
    • getTraceOrder

      public Integer getTraceOrder()
      Getter for DB_ETERNAL.W_TODO.TRACE_ORDER. 「traceOrder」- 待办的处理顺序
      Specified by:
      getTraceOrder in interface IWTodo
    • setTaskId

      public WTodoRecord setTaskId(String value)
      Setter for DB_ETERNAL.W_TODO.TASK_ID. 「taskId」- 和待办绑定的taskId(任务)
      Specified by:
      setTaskId in interface IWTodo
    • getTaskId

      public String getTaskId()
      Getter for DB_ETERNAL.W_TODO.TASK_ID. 「taskId」- 和待办绑定的taskId(任务)
      Specified by:
      getTaskId in interface IWTodo
    • setTaskKey

      public WTodoRecord setTaskKey(String value)
      Setter for DB_ETERNAL.W_TODO.TASK_KEY. 「taskKey」- 和待办绑定的taskKey
      Specified by:
      setTaskKey in interface IWTodo
    • getTaskKey

      public String getTaskKey()
      Getter for DB_ETERNAL.W_TODO.TASK_KEY. 「taskKey」- 和待办绑定的taskKey
      Specified by:
      getTaskKey in interface IWTodo
    • setComment

      public WTodoRecord setComment(String value)
      Setter for DB_ETERNAL.W_TODO.COMMENT. 「comment」- 待办描述
      Specified by:
      setComment in interface IWTodo
    • getComment

      public String getComment()
      Getter for DB_ETERNAL.W_TODO.COMMENT. 「comment」- 待办描述
      Specified by:
      getComment in interface IWTodo
    • setCommentApproval

      public WTodoRecord setCommentApproval(String value)
      Setter for DB_ETERNAL.W_TODO.COMMENT_APPROVAL. 「commentApproval」- 审批描述
      Specified by:
      setCommentApproval in interface IWTodo
    • getCommentApproval

      public String getCommentApproval()
      Getter for DB_ETERNAL.W_TODO.COMMENT_APPROVAL. 「commentApproval」- 审批描述
      Specified by:
      getCommentApproval in interface IWTodo
    • setCommentReject

      public WTodoRecord setCommentReject(String value)
      Setter for DB_ETERNAL.W_TODO.COMMENT_REJECT. 「commentReject」- 拒绝理由
      Specified by:
      setCommentReject in interface IWTodo
    • getCommentReject

      public String getCommentReject()
      Getter for DB_ETERNAL.W_TODO.COMMENT_REJECT. 「commentReject」- 拒绝理由
      Specified by:
      getCommentReject in interface IWTodo
    • setToLocation

      public WTodoRecord setToLocation(String value)
      Setter for DB_ETERNAL.W_TODO.TO_LOCATION. 「toLocation」- 指定地址区域
      Specified by:
      setToLocation in interface IWTodo
    • getToLocation

      public String getToLocation()
      Getter for DB_ETERNAL.W_TODO.TO_LOCATION. 「toLocation」- 指定地址区域
      Specified by:
      getToLocation in interface IWTodo
    • setToGroup

      public WTodoRecord setToGroup(String value)
      Setter for DB_ETERNAL.W_TODO.TO_GROUP. 「toGroup」- 指定用户组
      Specified by:
      setToGroup in interface IWTodo
    • getToGroup

      public String getToGroup()
      Getter for DB_ETERNAL.W_TODO.TO_GROUP. 「toGroup」- 指定用户组
      Specified by:
      getToGroup in interface IWTodo
    • setToTeam

      public WTodoRecord setToTeam(String value)
      Setter for DB_ETERNAL.W_TODO.TO_TEAM. 「toTeam」- 指定业务组
      Specified by:
      setToTeam in interface IWTodo
    • getToTeam

      public String getToTeam()
      Getter for DB_ETERNAL.W_TODO.TO_TEAM. 「toTeam」- 指定业务组
      Specified by:
      getToTeam in interface IWTodo
    • setToRole

      public WTodoRecord setToRole(String value)
      Setter for DB_ETERNAL.W_TODO.TO_ROLE. 「toRole」- 待办角色(集体)
      Specified by:
      setToRole in interface IWTodo
    • getToRole

      public String getToRole()
      Getter for DB_ETERNAL.W_TODO.TO_ROLE. 「toRole」- 待办角色(集体)
      Specified by:
      getToRole in interface IWTodo
    • setToUser

      public WTodoRecord setToUser(String value)
      Setter for DB_ETERNAL.W_TODO.TO_USER. 「toUser」- 待办指定人
      Specified by:
      setToUser in interface IWTodo
    • getToUser

      public String getToUser()
      Getter for DB_ETERNAL.W_TODO.TO_USER. 「toUser」- 待办指定人
      Specified by:
      getToUser in interface IWTodo
    • setToDept

      public WTodoRecord setToDept(String value)
      Setter for DB_ETERNAL.W_TODO.TO_DEPT. 「toDept」- 指定部门
      Specified by:
      setToDept in interface IWTodo
    • getToDept

      public String getToDept()
      Getter for DB_ETERNAL.W_TODO.TO_DEPT. 「toDept」- 指定部门
      Specified by:
      getToDept in interface IWTodo
    • setEscalate

      public WTodoRecord setEscalate(Boolean value)
      Setter for DB_ETERNAL.W_TODO.ESCALATE. 「escalate」- 是否升级
      Specified by:
      setEscalate in interface IWTodo
    • getEscalate

      public Boolean getEscalate()
      Getter for DB_ETERNAL.W_TODO.ESCALATE. 「escalate」- 是否升级
      Specified by:
      getEscalate in interface IWTodo
    • setEscalateData

      public WTodoRecord setEscalateData(String value)
      Setter for DB_ETERNAL.W_TODO.ESCALATE_DATA. 「escalateData」- 升级单据数据
      Specified by:
      setEscalateData in interface IWTodo
    • getEscalateData

      public String getEscalateData()
      Getter for DB_ETERNAL.W_TODO.ESCALATE_DATA. 「escalateData」- 升级单据数据
      Specified by:
      getEscalateData in interface IWTodo
    • setAssignedBy

      public WTodoRecord setAssignedBy(String value)
      Setter for DB_ETERNAL.W_TODO.ASSIGNED_BY. 「assignedBy」- 待办指派人
      Specified by:
      setAssignedBy in interface IWTodo
    • getAssignedBy

      public String getAssignedBy()
      Getter for DB_ETERNAL.W_TODO.ASSIGNED_BY. 「assignedBy」- 待办指派人
      Specified by:
      getAssignedBy in interface IWTodo
    • setAssignedAt

      public WTodoRecord setAssignedAt(LocalDateTime value)
      Setter for DB_ETERNAL.W_TODO.ASSIGNED_AT. 「assignedAt」- 指派时间
      Specified by:
      setAssignedAt in interface IWTodo
    • getAssignedAt

      public LocalDateTime getAssignedAt()
      Getter for DB_ETERNAL.W_TODO.ASSIGNED_AT. 「assignedAt」- 指派时间
      Specified by:
      getAssignedAt in interface IWTodo
    • setAcceptedBy

      public WTodoRecord setAcceptedBy(String value)
      Setter for DB_ETERNAL.W_TODO.ACCEPTED_BY. 「acceptedBy」- 待办接收人
      Specified by:
      setAcceptedBy in interface IWTodo
    • getAcceptedBy

      public String getAcceptedBy()
      Getter for DB_ETERNAL.W_TODO.ACCEPTED_BY. 「acceptedBy」- 待办接收人
      Specified by:
      getAcceptedBy in interface IWTodo
    • setAcceptedGroup

      public WTodoRecord setAcceptedGroup(String value)
      Setter for DB_ETERNAL.W_TODO.ACCEPTED_GROUP. 「acceptedGroup」- 当前处理组
      Specified by:
      setAcceptedGroup in interface IWTodo
    • getAcceptedGroup

      public String getAcceptedGroup()
      Getter for DB_ETERNAL.W_TODO.ACCEPTED_GROUP. 「acceptedGroup」- 当前处理组
      Specified by:
      getAcceptedGroup in interface IWTodo
    • setAcceptedAt

      public WTodoRecord setAcceptedAt(LocalDateTime value)
      Setter for DB_ETERNAL.W_TODO.ACCEPTED_AT. 「acceptedAt」- 接收时间
      Specified by:
      setAcceptedAt in interface IWTodo
    • getAcceptedAt

      public LocalDateTime getAcceptedAt()
      Getter for DB_ETERNAL.W_TODO.ACCEPTED_AT. 「acceptedAt」- 接收时间
      Specified by:
      getAcceptedAt in interface IWTodo
    • setFinishedBy

      public WTodoRecord setFinishedBy(String value)
      Setter for DB_ETERNAL.W_TODO.FINISHED_BY. 「finishedBy」- 待办完成人
      Specified by:
      setFinishedBy in interface IWTodo
    • getFinishedBy

      public String getFinishedBy()
      Getter for DB_ETERNAL.W_TODO.FINISHED_BY. 「finishedBy」- 待办完成人
      Specified by:
      getFinishedBy in interface IWTodo
    • setFinishedAt

      public WTodoRecord setFinishedAt(LocalDateTime value)
      Setter for DB_ETERNAL.W_TODO.FINISHED_AT. 「finishedAt」- 完成时间
      Specified by:
      setFinishedAt in interface IWTodo
    • getFinishedAt

      public LocalDateTime getFinishedAt()
      Getter for DB_ETERNAL.W_TODO.FINISHED_AT. 「finishedAt」- 完成时间
      Specified by:
      getFinishedAt in interface IWTodo
    • setActive

      public WTodoRecord setActive(Boolean value)
      Setter for DB_ETERNAL.W_TODO.ACTIVE. 「active」- 是否启用
      Specified by:
      setActive in interface IWTodo
    • getActive

      public Boolean getActive()
      Getter for DB_ETERNAL.W_TODO.ACTIVE. 「active」- 是否启用
      Specified by:
      getActive in interface IWTodo
    • setSigma

      public WTodoRecord setSigma(String value)
      Setter for DB_ETERNAL.W_TODO.SIGMA. 「sigma」- 统一标识
      Specified by:
      setSigma in interface IWTodo
    • getSigma

      public String getSigma()
      Getter for DB_ETERNAL.W_TODO.SIGMA. 「sigma」- 统一标识
      Specified by:
      getSigma in interface IWTodo
    • setMetadata

      public WTodoRecord setMetadata(String value)
      Setter for DB_ETERNAL.W_TODO.METADATA. 「metadata」- 附加配置
      Specified by:
      setMetadata in interface IWTodo
    • getMetadata

      public String getMetadata()
      Getter for DB_ETERNAL.W_TODO.METADATA. 「metadata」- 附加配置
      Specified by:
      getMetadata in interface IWTodo
    • setLanguage

      public WTodoRecord setLanguage(String value)
      Setter for DB_ETERNAL.W_TODO.LANGUAGE. 「language」- 使用的语言
      Specified by:
      setLanguage in interface IWTodo
    • getLanguage

      public String getLanguage()
      Getter for DB_ETERNAL.W_TODO.LANGUAGE. 「language」- 使用的语言
      Specified by:
      getLanguage in interface IWTodo
    • setCreatedAt

      public WTodoRecord setCreatedAt(LocalDateTime value)
      Setter for DB_ETERNAL.W_TODO.CREATED_AT. 「createdAt」- 创建时间
      Specified by:
      setCreatedAt in interface IWTodo
    • getCreatedAt

      public LocalDateTime getCreatedAt()
      Getter for DB_ETERNAL.W_TODO.CREATED_AT. 「createdAt」- 创建时间
      Specified by:
      getCreatedAt in interface IWTodo
    • setCreatedBy

      public WTodoRecord setCreatedBy(String value)
      Setter for DB_ETERNAL.W_TODO.CREATED_BY. 「createdBy」- 创建人
      Specified by:
      setCreatedBy in interface IWTodo
    • getCreatedBy

      public String getCreatedBy()
      Getter for DB_ETERNAL.W_TODO.CREATED_BY. 「createdBy」- 创建人
      Specified by:
      getCreatedBy in interface IWTodo
    • setUpdatedAt

      public WTodoRecord setUpdatedAt(LocalDateTime value)
      Setter for DB_ETERNAL.W_TODO.UPDATED_AT. 「updatedAt」- 更新时间
      Specified by:
      setUpdatedAt in interface IWTodo
    • getUpdatedAt

      public LocalDateTime getUpdatedAt()
      Getter for DB_ETERNAL.W_TODO.UPDATED_AT. 「updatedAt」- 更新时间
      Specified by:
      getUpdatedAt in interface IWTodo
    • setUpdatedBy

      public WTodoRecord setUpdatedBy(String value)
      Setter for DB_ETERNAL.W_TODO.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      setUpdatedBy in interface IWTodo
    • getUpdatedBy

      public String getUpdatedBy()
      Getter for DB_ETERNAL.W_TODO.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      getUpdatedBy in interface IWTodo
    • key

      public org.jooq.Record1<String> key()
      Specified by:
      key in interface org.jooq.UpdatableRecord<WTodoRecord>
      Overrides:
      key in class org.jooq.impl.UpdatableRecordImpl<WTodoRecord>
    • from

      public void from(IWTodo from)
      Description copied from interface: IWTodo
      Load data from another generated Record/POJO implementing the common interface IWTodo
      Specified by:
      from in interface IWTodo
    • into

      public <E extends IWTodo> E into(E into)
      Description copied from interface: IWTodo
      Copy data into another generated Record/POJO implementing the common interface IWTodo
      Specified by:
      into in interface IWTodo
    • getQualifier

      public final org.jooq.RecordQualifier<WTodoRecord> getQualifier()
      Specified by:
      getQualifier in interface org.jooq.QualifiedRecord<R extends org.jooq.QualifiedRecord<R>>
    • with

      public final <T extends Object> WTodoRecord with(org.jooq.Field<T> arg0, T arg1)
      Specified by:
      with in interface org.jooq.QualifiedRecord<R extends org.jooq.QualifiedRecord<R>>
      Specified by:
      with in interface org.jooq.Record
    • with

      public final <T extends Object, U extends Object> WTodoRecord with(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,? super U> arg2)
      Specified by:
      with in interface org.jooq.QualifiedRecord<R extends org.jooq.QualifiedRecord<R>>
      Specified by:
      with in interface org.jooq.Record
    • fieldsRow

      public org.jooq.Row fieldsRow()
      Specified by:
      fieldsRow in interface org.jooq.Fields
    • valuesRow

      public org.jooq.Row valuesRow()
      Specified by:
      valuesRow in interface org.jooq.Record
    • getSQLTypeName

      public final String getSQLTypeName() throws SQLException
      Specified by:
      getSQLTypeName in interface SQLData
      Throws:
      SQLException
    • readSQL

      public final void readSQL(SQLInput arg0, String arg1) throws SQLException
      Specified by:
      readSQL in interface SQLData
      Throws:
      SQLException
    • writeSQL

      public final void writeSQL(SQLOutput arg0) throws SQLException
      Specified by:
      writeSQL in interface SQLData
      Throws:
      SQLException
    • fields

      public final org.jooq.Field<?>[] fields()
      Specified by:
      fields in interface org.jooq.Fields
    • fieldStream

      public final Stream<org.jooq.Field<?>> fieldStream()
      Specified by:
      fieldStream in interface org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(org.jooq.Field<T> arg0)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final org.jooq.Field<?> field(String arg0)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(String arg0, Class<T> arg1)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(String arg0, org.jooq.DataType<T> arg1)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final org.jooq.Field<?> field(org.jooq.Name arg0)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(org.jooq.Name arg0, Class<T> arg1)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(org.jooq.Name arg0, org.jooq.DataType<T> arg1)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final org.jooq.Field<?> field(int arg0)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(int arg0, Class<T> arg1)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(int arg0, org.jooq.DataType<T> arg1)
      Specified by:
      field in interface org.jooq.Fields
    • fields

      public final org.jooq.Field<?>[] fields(org.jooq.Field<?>... arg0)
      Specified by:
      fields in interface org.jooq.Fields
    • fields

      public final org.jooq.Field<?>[] fields(String... arg0)
      Specified by:
      fields in interface org.jooq.Fields
    • fields

      public final org.jooq.Field<?>[] fields(org.jooq.Name... arg0)
      Specified by:
      fields in interface org.jooq.Fields
    • fields

      public final org.jooq.Field<?>[] fields(int... arg0)
      Specified by:
      fields in interface org.jooq.Fields
    • indexOf

      public final int indexOf(org.jooq.Field<?> arg0)
      Specified by:
      indexOf in interface org.jooq.Fields
    • indexOf

      public final int indexOf(String arg0)
      Specified by:
      indexOf in interface org.jooq.Fields
    • indexOf

      public final int indexOf(org.jooq.Name arg0)
      Specified by:
      indexOf in interface org.jooq.Fields
    • types

      public final Class<?>[] types()
      Specified by:
      types in interface org.jooq.Fields
    • type

      public final Class<?> type(int arg0)
      Specified by:
      type in interface org.jooq.Fields
    • type

      public final Class<?> type(String arg0)
      Specified by:
      type in interface org.jooq.Fields
    • type

      public final Class<?> type(org.jooq.Name arg0)
      Specified by:
      type in interface org.jooq.Fields
    • dataTypes

      public final org.jooq.DataType<?>[] dataTypes()
      Specified by:
      dataTypes in interface org.jooq.Fields
    • dataType

      public final org.jooq.DataType<?> dataType(int arg0)
      Specified by:
      dataType in interface org.jooq.Fields
    • dataType

      public final org.jooq.DataType<?> dataType(String arg0)
      Specified by:
      dataType in interface org.jooq.Fields
    • dataType

      public final org.jooq.DataType<?> dataType(org.jooq.Name arg0)
      Specified by:
      dataType in interface org.jooq.Fields
    • size

      public final int size()
      Specified by:
      size in interface org.jooq.Record
    • get

      public final <T extends Object> T get(org.jooq.Field<T> arg0)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <U extends Object> U get(org.jooq.Field<?> arg0, Class<? extends U> arg1)
      Specified by:
      get in interface 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)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final Object get(int arg0)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <U extends Object> U get(int arg0, Class<? extends U> arg1)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <U extends Object> U get(int arg0, org.jooq.Converter<?,? extends U> arg1)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final Object get(String arg0)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <T extends Object> T get(String arg0, Class<? extends T> arg1)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <U extends Object> U get(String arg0, org.jooq.Converter<?,? extends U> arg1)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final Object get(org.jooq.Name arg0)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <T extends Object> T get(org.jooq.Name arg0, Class<? extends T> arg1)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <U extends Object> U get(org.jooq.Name arg0, org.jooq.Converter<?,? extends U> arg1)
      Specified by:
      get in interface org.jooq.Record
    • setValue

      @Deprecated protected final void setValue(int arg0, Object arg1)
      Deprecated.
    • set

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

      public final <T extends Object> void set(org.jooq.Field<T> arg0, T arg1)
      Specified by:
      set in interface 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)
      Specified by:
      set in interface org.jooq.Record
    • original

      public final <T extends Object> T original(org.jooq.Field<T> arg0)
      Specified by:
      original in interface org.jooq.Record
    • original

      public final Object original(int arg0)
      Specified by:
      original in interface org.jooq.Record
    • original

      public final Object original(String arg0)
      Specified by:
      original in interface org.jooq.Record
    • original

      public final Object original(org.jooq.Name arg0)
      Specified by:
      original in interface org.jooq.Record
    • changed

      public final boolean changed()
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final boolean changed(org.jooq.Field<?> arg0)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final boolean changed(int arg0)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final boolean changed(String arg0)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final boolean changed(org.jooq.Name arg0)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final void changed(boolean arg0)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final void changed(org.jooq.Field<?> arg0, boolean arg1)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final void changed(int arg0, boolean arg1)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final void changed(String arg0, boolean arg1)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final void changed(org.jooq.Name arg0, boolean arg1)
      Specified by:
      changed in interface org.jooq.Record
    • reset

      public final void reset()
      Specified by:
      reset in interface org.jooq.Record
    • reset

      public final void reset(org.jooq.Field<?> arg0)
      Specified by:
      reset in interface org.jooq.Record
    • reset

      public final void reset(int arg0)
      Specified by:
      reset in interface org.jooq.Record
    • reset

      public final void reset(String arg0)
      Specified by:
      reset in interface org.jooq.Record
    • reset

      public final void reset(org.jooq.Name arg0)
      Specified by:
      reset in interface org.jooq.Record
    • intoArray

      public final Object[] intoArray()
      Specified by:
      intoArray in interface org.jooq.Record
    • intoList

      public final List<Object> intoList()
      Specified by:
      intoList in interface org.jooq.Record
    • intoStream

      public final Stream<Object> intoStream()
      Specified by:
      intoStream in interface org.jooq.Record
    • intoMap

      public final Map<String,Object> intoMap()
      Specified by:
      intoMap in interface org.jooq.Record
    • into

      public final org.jooq.Record into(org.jooq.Field<?>... arg0)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object> org.jooq.Record1<T1> into(org.jooq.Field<T1> arg0)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface 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)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <E extends Object> E into(Class<? extends E> arg0)
      Specified by:
      into in interface org.jooq.Record
    • into

      public <E extends Object> E into(E arg0)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <R extends org.jooq.Record> R into(org.jooq.Table<R> arg0)
      Specified by:
      into in interface org.jooq.Record
    • intoResultSet

      public final ResultSet intoResultSet()
      Specified by:
      intoResultSet in interface org.jooq.Record
    • map

      public final <E extends Object> E map(org.jooq.RecordMapper<org.jooq.Record,E> arg0)
      Specified by:
      map in interface org.jooq.Record
    • resetChangedOnNotNull

      protected void resetChangedOnNotNull()
    • from

      public final void from(Object arg0)
      Specified by:
      from in interface org.jooq.Record
    • from

      public final void from(Object arg0, org.jooq.Field<?>... arg1)
      Specified by:
      from in interface org.jooq.Record
    • from

      public final void from(Object arg0, String... arg1)
      Specified by:
      from in interface org.jooq.Record
    • from

      public final void from(Object arg0, org.jooq.Name... arg1)
      Specified by:
      from in interface org.jooq.Record
    • from

      public final void from(Object arg0, int... arg1)
      Specified by:
      from in interface org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0)
      Specified by:
      fromMap in interface org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0, org.jooq.Field<?>... arg1)
      Specified by:
      fromMap in interface org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0, String... arg1)
      Specified by:
      fromMap in interface org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0, org.jooq.Name... arg1)
      Specified by:
      fromMap in interface org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0, int... arg1)
      Specified by:
      fromMap in interface org.jooq.Record
    • fromArray

      public final void fromArray(Object... arg0)
      Specified by:
      fromArray in interface org.jooq.Record
    • fromArray

      public final void fromArray(Object[] arg0, org.jooq.Field<?>... arg1)
      Specified by:
      fromArray in interface org.jooq.Record
    • fromArray

      public final void fromArray(Object[] arg0, String... arg1)
      Specified by:
      fromArray in interface org.jooq.Record
    • fromArray

      public final void fromArray(Object[] arg0, org.jooq.Name... arg1)
      Specified by:
      fromArray in interface org.jooq.Record
    • fromArray

      public final void fromArray(Object[] arg0, int... arg1)
      Specified by:
      fromArray in interface org.jooq.Record
    • from

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

      public final void format(Writer arg0, org.jooq.TXTFormat arg1)
      Specified by:
      format in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, org.jooq.CSVFormat arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatJSON

      public final void formatJSON(Writer arg0, org.jooq.JSONFormat arg1)
      Specified by:
      formatJSON in interface org.jooq.Formattable
    • formatXML

      public final void formatXML(Writer arg0, org.jooq.XMLFormat arg1)
      Specified by:
      formatXML in interface org.jooq.Formattable
    • formatHTML

      public final void formatHTML(Writer arg0)
      Specified by:
      formatHTML in interface org.jooq.Formattable
    • formatChart

      public final void formatChart(Writer arg0, org.jooq.ChartFormat arg1)
      Specified by:
      formatChart in interface org.jooq.Formattable
    • formatInsert

      public final void formatInsert(Writer arg0)
      Specified by:
      formatInsert in interface org.jooq.Formattable
    • formatInsert

      public final void formatInsert(Writer arg0, org.jooq.Table<?> arg1, org.jooq.Field<?>... arg2)
      Specified by:
      formatInsert in interface org.jooq.Formattable
    • intoXML

      public final Document intoXML(org.jooq.XMLFormat arg0)
      Specified by:
      intoXML in interface org.jooq.Formattable
    • intoXML

      public final <H extends ContentHandler> H intoXML(H arg0, org.jooq.XMLFormat arg1) throws SAXException
      Specified by:
      intoXML in interface org.jooq.Formattable
      Throws:
      SAXException
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • compareTo

      public int compareTo(org.jooq.Record arg0)
      Specified by:
      compareTo in interface Comparable<org.jooq.Record>
      Specified by:
      compareTo in interface org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(org.jooq.Field<T> arg0)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(org.jooq.Field<?> arg0, Class<? extends T> arg1)
      Specified by:
      getValue in interface 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)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final Object getValue(int arg0)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(int arg0, Class<? extends T> arg1)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <U extends Object> U getValue(int arg0, org.jooq.Converter<?,? extends U> arg1)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final Object getValue(String arg0)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(String arg0, Class<? extends T> arg1)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <U extends Object> U getValue(String arg0, org.jooq.Converter<?,? extends U> arg1)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final Object getValue(org.jooq.Name arg0)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(org.jooq.Name arg0, Class<? extends T> arg1)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <U extends Object> U getValue(org.jooq.Name arg0, org.jooq.Converter<?,? extends U> arg1)
      Specified by:
      getValue in interface org.jooq.Record
    • setValue

      public final <T extends Object> void setValue(org.jooq.Field<T> arg0, T arg1)
      Specified by:
      setValue in interface 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)
      Specified by:
      setValue in interface org.jooq.Record
    • create

      @Deprecated protected final org.jooq.DSLContext create()
      Deprecated.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object arg0)
      Overrides:
      equals in class Object
    • attach

      public final void attach(org.jooq.Configuration arg0)
      Specified by:
      attach in interface org.jooq.Attachable
    • detach

      public final void detach()
      Specified by:
      detach in interface org.jooq.Attachable
    • configuration

      public final org.jooq.Configuration configuration()
      Specified by:
      configuration in interface org.jooq.Attachable
    • format

      public final String format()
      Specified by:
      format in interface org.jooq.Formattable
    • format

      public final String format(int arg0)
      Specified by:
      format in interface org.jooq.Formattable
    • format

      public final String format(org.jooq.TXTFormat arg0)
      Specified by:
      format in interface org.jooq.Formattable
    • format

      public final void format(OutputStream arg0)
      Specified by:
      format in interface org.jooq.Formattable
    • format

      public final void format(OutputStream arg0, int arg1)
      Specified by:
      format in interface org.jooq.Formattable
    • format

      public final void format(OutputStream arg0, org.jooq.TXTFormat arg1)
      Specified by:
      format in interface org.jooq.Formattable
    • format

      public final void format(Writer arg0)
      Specified by:
      format in interface org.jooq.Formattable
    • format

      public final void format(Writer arg0, int arg1)
      Specified by:
      format in interface org.jooq.Formattable
    • formatCSV

      public final String formatCSV()
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final String formatCSV(boolean arg0)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final String formatCSV(char arg0)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final String formatCSV(boolean arg0, char arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final String formatCSV(char arg0, String arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final String formatCSV(boolean arg0, char arg1, String arg2)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final String formatCSV(org.jooq.CSVFormat arg0)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, boolean arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, char arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, boolean arg1, char arg2)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, char arg1, String arg2)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, boolean arg1, char arg2, String arg3)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, org.jooq.CSVFormat arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, boolean arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, char arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, boolean arg1, char arg2)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, char arg1, String arg2)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, boolean arg1, char arg2, String arg3)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatJSON

      public final String formatJSON()
      Specified by:
      formatJSON in interface org.jooq.Formattable
    • formatJSON

      public final String formatJSON(org.jooq.JSONFormat arg0)
      Specified by:
      formatJSON in interface org.jooq.Formattable
    • formatJSON

      public final void formatJSON(OutputStream arg0)
      Specified by:
      formatJSON in interface org.jooq.Formattable
    • formatJSON

      public final void formatJSON(OutputStream arg0, org.jooq.JSONFormat arg1)
      Specified by:
      formatJSON in interface org.jooq.Formattable
    • formatJSON

      public final void formatJSON(Writer arg0)
      Specified by:
      formatJSON in interface org.jooq.Formattable
    • formatXML

      public final String formatXML()
      Specified by:
      formatXML in interface org.jooq.Formattable
    • formatXML

      public final String formatXML(org.jooq.XMLFormat arg0)
      Specified by:
      formatXML in interface org.jooq.Formattable
    • formatXML

      public final void formatXML(OutputStream arg0)
      Specified by:
      formatXML in interface org.jooq.Formattable
    • formatXML

      public final void formatXML(OutputStream arg0, org.jooq.XMLFormat arg1)
      Specified by:
      formatXML in interface org.jooq.Formattable
    • formatXML

      public final void formatXML(Writer arg0)
      Specified by:
      formatXML in interface org.jooq.Formattable
    • formatChart

      public final String formatChart()
      Specified by:
      formatChart in interface org.jooq.Formattable
    • formatChart

      public final String formatChart(org.jooq.ChartFormat arg0)
      Specified by:
      formatChart in interface org.jooq.Formattable
    • formatChart

      public final void formatChart(OutputStream arg0)
      Specified by:
      formatChart in interface org.jooq.Formattable
    • formatChart

      public final void formatChart(OutputStream arg0, org.jooq.ChartFormat arg1)
      Specified by:
      formatChart in interface org.jooq.Formattable
    • formatChart

      public final void formatChart(Writer arg0)
      Specified by:
      formatChart in interface org.jooq.Formattable
    • formatInsert

      public final String formatInsert()
      Specified by:
      formatInsert in interface org.jooq.Formattable
    • formatInsert

      public final void formatInsert(OutputStream arg0)
      Specified by:
      formatInsert in interface org.jooq.Formattable
    • formatInsert

      public final String formatInsert(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1)
      Specified by:
      formatInsert in interface org.jooq.Formattable
    • formatInsert

      public final void formatInsert(OutputStream arg0, org.jooq.Table<?> arg1, org.jooq.Field<?>... arg2)
      Specified by:
      formatInsert in interface org.jooq.Formattable
    • formatHTML

      public final String formatHTML()
      Specified by:
      formatHTML in interface org.jooq.Formattable
    • formatHTML

      public final void formatHTML(OutputStream arg0)
      Specified by:
      formatHTML in interface org.jooq.Formattable
    • intoXML

      public final Document intoXML()
      Specified by:
      intoXML in interface org.jooq.Formattable
    • intoXML

      public final <H extends ContentHandler> H intoXML(H arg0) throws SAXException
      Specified by:
      intoXML in interface org.jooq.Formattable
      Throws:
      SAXException