Class IServiceRecord

    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void attach​(org.jooq.Configuration arg0)  
      boolean changed()  
      void changed​(boolean arg0)  
      boolean changed​(int arg0)  
      void changed​(int arg0, boolean arg1)  
      boolean changed​(String arg0)  
      void changed​(String arg0, boolean arg1)  
      boolean changed​(org.jooq.Field<?> arg0)  
      void changed​(org.jooq.Field<?> arg0, boolean arg1)  
      boolean changed​(org.jooq.Name arg0)  
      void changed​(org.jooq.Name arg0, boolean arg1)  
      int compareTo​(org.jooq.Record arg0)  
      org.jooq.Configuration configuration()  
      protected org.jooq.DSLContext create()
      Deprecated.
      org.jooq.DataType<?> dataType​(int arg0)  
      org.jooq.DataType<?> dataType​(String arg0)  
      org.jooq.DataType<?> dataType​(org.jooq.Name arg0)  
      org.jooq.DataType<?>[] dataTypes()  
      void detach()  
      boolean equals​(Object arg0)  
      org.jooq.Field<?> field​(int arg0)  
      <T extends Object>
      org.jooq.Field<T>
      field​(int arg0, Class<T> arg1)  
      <T extends Object>
      org.jooq.Field<T>
      field​(int arg0, org.jooq.DataType<T> arg1)  
      org.jooq.Field<?> field​(String arg0)  
      <T extends Object>
      org.jooq.Field<T>
      field​(String arg0, Class<T> arg1)  
      <T extends Object>
      org.jooq.Field<T>
      field​(String arg0, org.jooq.DataType<T> arg1)  
      <T extends Object>
      org.jooq.Field<T>
      field​(org.jooq.Field<T> arg0)  
      org.jooq.Field<?> field​(org.jooq.Name arg0)  
      <T extends Object>
      org.jooq.Field<T>
      field​(org.jooq.Name arg0, Class<T> arg1)  
      <T extends Object>
      org.jooq.Field<T>
      field​(org.jooq.Name arg0, org.jooq.DataType<T> arg1)  
      org.jooq.Field<?>[] fields()  
      org.jooq.Field<?>[] fields​(int... arg0)  
      org.jooq.Field<?>[] fields​(String... arg0)  
      org.jooq.Field<?>[] fields​(org.jooq.Field<?>... arg0)  
      org.jooq.Field<?>[] fields​(org.jooq.Name... arg0)  
      org.jooq.Row fieldsRow()  
      Stream<org.jooq.Field<?>> fieldStream()  
      String format()  
      String format​(int arg0)  
      void format​(OutputStream arg0)  
      void format​(OutputStream arg0, int arg1)  
      void format​(OutputStream arg0, org.jooq.TXTFormat arg1)  
      void format​(Writer arg0)  
      void format​(Writer arg0, int arg1)  
      void format​(Writer arg0, org.jooq.TXTFormat arg1)  
      String format​(org.jooq.TXTFormat arg0)  
      String formatChart()  
      void formatChart​(OutputStream arg0)  
      void formatChart​(OutputStream arg0, org.jooq.ChartFormat arg1)  
      void formatChart​(Writer arg0)  
      void formatChart​(Writer arg0, org.jooq.ChartFormat arg1)  
      String formatChart​(org.jooq.ChartFormat arg0)  
      String formatCSV()  
      String formatCSV​(boolean arg0)  
      String formatCSV​(boolean arg0, char arg1)  
      String formatCSV​(boolean arg0, char arg1, String arg2)  
      String formatCSV​(char arg0)  
      String formatCSV​(char arg0, String arg1)  
      void formatCSV​(OutputStream arg0)  
      void formatCSV​(OutputStream arg0, boolean arg1)  
      void formatCSV​(OutputStream arg0, boolean arg1, char arg2)  
      void formatCSV​(OutputStream arg0, boolean arg1, char arg2, String arg3)  
      void formatCSV​(OutputStream arg0, char arg1)  
      void formatCSV​(OutputStream arg0, char arg1, String arg2)  
      void formatCSV​(OutputStream arg0, org.jooq.CSVFormat arg1)  
      void formatCSV​(Writer arg0)  
      void formatCSV​(Writer arg0, boolean arg1)  
      void formatCSV​(Writer arg0, boolean arg1, char arg2)  
      void formatCSV​(Writer arg0, boolean arg1, char arg2, String arg3)  
      void formatCSV​(Writer arg0, char arg1)  
      void formatCSV​(Writer arg0, char arg1, String arg2)  
      void formatCSV​(Writer arg0, org.jooq.CSVFormat arg1)  
      String formatCSV​(org.jooq.CSVFormat arg0)  
      String formatHTML()  
      void formatHTML​(OutputStream arg0)  
      void formatHTML​(Writer arg0)  
      String formatInsert()  
      void formatInsert​(OutputStream arg0)  
      void formatInsert​(OutputStream arg0, org.jooq.Table<?> arg1, org.jooq.Field<?>... arg2)  
      void formatInsert​(Writer arg0)  
      void formatInsert​(Writer arg0, org.jooq.Table<?> arg1, org.jooq.Field<?>... arg2)  
      String formatInsert​(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1)  
      String formatJSON()  
      void formatJSON​(OutputStream arg0)  
      void formatJSON​(OutputStream arg0, org.jooq.JSONFormat arg1)  
      void formatJSON​(Writer arg0)  
      void formatJSON​(Writer arg0, org.jooq.JSONFormat arg1)  
      String formatJSON​(org.jooq.JSONFormat arg0)  
      String formatXML()  
      void formatXML​(OutputStream arg0)  
      void formatXML​(OutputStream arg0, org.jooq.XMLFormat arg1)  
      void formatXML​(Writer arg0)  
      void formatXML​(Writer arg0, org.jooq.XMLFormat arg1)  
      String formatXML​(org.jooq.XMLFormat arg0)  
      void from​(IIService from)
      Load data from another generated Record/POJO implementing the common interface IIService
      void from​(Object arg0)  
      void from​(Object arg0, int... arg1)  
      void from​(Object arg0, String... arg1)  
      void from​(Object arg0, org.jooq.Field<?>... arg1)  
      void from​(Object arg0, org.jooq.Name... arg1)  
      protected void from​(org.jooq.Record arg0)  
      void fromArray​(Object... arg0)  
      void fromArray​(Object[] arg0, int... arg1)  
      void fromArray​(Object[] arg0, String... arg1)  
      void fromArray​(Object[] arg0, org.jooq.Field<?>... arg1)  
      void fromArray​(Object[] arg0, org.jooq.Name... arg1)  
      void fromMap​(Map<String,​?> arg0)  
      void fromMap​(Map<String,​?> arg0, int... arg1)  
      void fromMap​(Map<String,​?> arg0, String... arg1)  
      void fromMap​(Map<String,​?> arg0, org.jooq.Field<?>... arg1)  
      void fromMap​(Map<String,​?> arg0, org.jooq.Name... arg1)  
      Object get​(int arg0)  
      <U extends Object>
      U
      get​(int arg0, Class<? extends U> arg1)  
      <U extends Object>
      U
      get​(int arg0, org.jooq.Converter<?,​? extends U> arg1)  
      Object get​(String arg0)  
      <T extends Object>
      T
      get​(String arg0, Class<? extends T> arg1)  
      <U extends Object>
      U
      get​(String arg0, org.jooq.Converter<?,​? extends U> arg1)  
      <U extends Object>
      U
      get​(org.jooq.Field<?> arg0, Class<? extends U> arg1)  
      <T extends Object>
      T
      get​(org.jooq.Field<T> arg0)  
      <T extends Object,​U extends Object>
      U
      get​(org.jooq.Field<T> arg0, org.jooq.Converter<? super T,​? extends U> arg1)  
      Object get​(org.jooq.Name arg0)  
      <T extends Object>
      T
      get​(org.jooq.Name arg0, Class<? extends T> arg1)  
      <U extends Object>
      U
      get​(org.jooq.Name arg0, org.jooq.Converter<?,​? extends U> arg1)  
      Boolean getActive()
      Getter for DB_ETERNAL.I_SERVICE.ACTIVE.
      String getChannelComponent()
      Getter for DB_ETERNAL.I_SERVICE.CHANNEL_COMPONENT.
      String getChannelConfig()
      Getter for DB_ETERNAL.I_SERVICE.CHANNEL_CONFIG.
      String getChannelType()
      Getter for DB_ETERNAL.I_SERVICE.CHANNEL_TYPE.
      String getComment()
      Getter for DB_ETERNAL.I_SERVICE.COMMENT.
      String getConfigDatabase()
      Getter for DB_ETERNAL.I_SERVICE.CONFIG_DATABASE.
      String getConfigIntegration()
      Getter for DB_ETERNAL.I_SERVICE.CONFIG_INTEGRATION.
      LocalDateTime getCreatedAt()
      Getter for DB_ETERNAL.I_SERVICE.CREATED_AT.
      String getCreatedBy()
      Getter for DB_ETERNAL.I_SERVICE.CREATED_BY.
      String getDictComponent()
      Getter for DB_ETERNAL.I_SERVICE.DICT_COMPONENT.
      String getDictConfig()
      Getter for DB_ETERNAL.I_SERVICE.DICT_CONFIG.
      String getDictEpsilon()
      Getter for DB_ETERNAL.I_SERVICE.DICT_EPSILON.
      String getIdentifier()
      Getter for DB_ETERNAL.I_SERVICE.IDENTIFIER.
      String getIdentifierComponent()
      Getter for DB_ETERNAL.I_SERVICE.IDENTIFIER_COMPONENT.
      String getInScript()
      Getter for DB_ETERNAL.I_SERVICE.IN_SCRIPT.
      Boolean getIsGraphic()
      Getter for DB_ETERNAL.I_SERVICE.IS_GRAPHIC.
      Boolean getIsWorkflow()
      Getter for DB_ETERNAL.I_SERVICE.IS_WORKFLOW.
      String getKey()
      Getter for DB_ETERNAL.I_SERVICE.KEY.
      String getLanguage()
      Getter for DB_ETERNAL.I_SERVICE.LANGUAGE.
      String getMappingComponent()
      Getter for DB_ETERNAL.I_SERVICE.MAPPING_COMPONENT.
      String getMappingConfig()
      Getter for DB_ETERNAL.I_SERVICE.MAPPING_CONFIG.
      String getMappingMode()
      Getter for DB_ETERNAL.I_SERVICE.MAPPING_MODE.
      String getMetadata()
      Getter for DB_ETERNAL.I_SERVICE.METADATA.
      String getName()
      Getter for DB_ETERNAL.I_SERVICE.NAME.
      String getNamespace()
      Getter for DB_ETERNAL.I_SERVICE.NAMESPACE.
      String getOutScript()
      Getter for DB_ETERNAL.I_SERVICE.OUT_SCRIPT.
      org.jooq.RecordQualifier<R> getQualifier()  
      String getRuleUnique()
      Getter for DB_ETERNAL.I_SERVICE.RULE_UNIQUE.
      String getServiceComponent()
      Getter for DB_ETERNAL.I_SERVICE.SERVICE_COMPONENT.
      String getServiceConfig()
      Getter for DB_ETERNAL.I_SERVICE.SERVICE_CONFIG.
      String getServiceRecord()
      Getter for DB_ETERNAL.I_SERVICE.SERVICE_RECORD.
      String getSigma()
      Getter for DB_ETERNAL.I_SERVICE.SIGMA.
      String getSQLTypeName()  
      LocalDateTime getUpdatedAt()
      Getter for DB_ETERNAL.I_SERVICE.UPDATED_AT.
      String getUpdatedBy()
      Getter for DB_ETERNAL.I_SERVICE.UPDATED_BY.
      Object getValue​(int arg0)  
      <T extends Object>
      T
      getValue​(int arg0, Class<? extends T> arg1)  
      <U extends Object>
      U
      getValue​(int arg0, org.jooq.Converter<?,​? extends U> arg1)  
      Object getValue​(String arg0)  
      <T extends Object>
      T
      getValue​(String arg0, Class<? extends T> arg1)  
      <U extends Object>
      U
      getValue​(String arg0, org.jooq.Converter<?,​? extends U> arg1)  
      <T extends Object>
      T
      getValue​(org.jooq.Field<?> arg0, Class<? extends T> arg1)  
      <T extends Object>
      T
      getValue​(org.jooq.Field<T> arg0)  
      <T extends Object,​U extends Object>
      U
      getValue​(org.jooq.Field<T> arg0, org.jooq.Converter<? super T,​? extends U> arg1)  
      Object getValue​(org.jooq.Name arg0)  
      <T extends Object>
      T
      getValue​(org.jooq.Name arg0, Class<? extends T> arg1)  
      <U extends Object>
      U
      getValue​(org.jooq.Name arg0, org.jooq.Converter<?,​? extends U> arg1)  
      int hashCode()  
      int indexOf​(String arg0)  
      int indexOf​(org.jooq.Field<?> arg0)  
      int indexOf​(org.jooq.Name arg0)  
      <E extends IIService>
      E
      into​(E into)
      Copy data into another generated Record/POJO implementing the common interface IIService
      <E extends Object>
      E
      into​(E arg0)  
      <E extends Object>
      E
      into​(Class<? extends E> arg0)  
      org.jooq.Record into​(org.jooq.Field<?>... arg0)  
      <T1 extends Object>
      org.jooq.Record1<T1>
      into​(org.jooq.Field<T1> arg0)  
      <T1 extends Object,​T2 extends Object>
      org.jooq.Record2<T1,​T2>
      into​(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <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)  
      <R extends org.jooq.Record>
      R
      into​(org.jooq.Table<R> arg0)  
      Object[] intoArray()  
      List<Object> intoList()  
      Map<String,​Object> intoMap()  
      ResultSet intoResultSet()  
      Stream<Object> intoStream()  
      Document intoXML()  
      <H extends ContentHandler>
      H
      intoXML​(H arg0)  
      <H extends ContentHandler>
      H
      intoXML​(H arg0, org.jooq.XMLFormat arg1)  
      Document intoXML​(org.jooq.XMLFormat arg0)  
      org.jooq.Record1<String> key()  
      <E extends Object>
      E
      map​(org.jooq.RecordMapper<org.jooq.Record,​E> arg0)  
      Object original​(int arg0)  
      Object original​(String arg0)  
      <T extends Object>
      T
      original​(org.jooq.Field<T> arg0)  
      Object original​(org.jooq.Name arg0)  
      void readSQL​(SQLInput arg0, String arg1)  
      void reset()  
      void reset​(int arg0)  
      void reset​(String arg0)  
      void reset​(org.jooq.Field<?> arg0)  
      void reset​(org.jooq.Name arg0)  
      protected void set​(int arg0, Object arg1)  
      <T extends Object>
      void
      set​(org.jooq.Field<T> arg0, T arg1)  
      <T extends Object,​U extends Object>
      void
      set​(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,​? super U> arg2)  
      IServiceRecord setActive​(Boolean value)
      Setter for DB_ETERNAL.I_SERVICE.ACTIVE.
      IServiceRecord setChannelComponent​(String value)
      Setter for DB_ETERNAL.I_SERVICE.CHANNEL_COMPONENT.
      IServiceRecord setChannelConfig​(String value)
      Setter for DB_ETERNAL.I_SERVICE.CHANNEL_CONFIG.
      IServiceRecord setChannelType​(String value)
      Setter for DB_ETERNAL.I_SERVICE.CHANNEL_TYPE.
      IServiceRecord setComment​(String value)
      Setter for DB_ETERNAL.I_SERVICE.COMMENT.
      IServiceRecord setConfigDatabase​(String value)
      Setter for DB_ETERNAL.I_SERVICE.CONFIG_DATABASE.
      IServiceRecord setConfigIntegration​(String value)
      Setter for DB_ETERNAL.I_SERVICE.CONFIG_INTEGRATION.
      IServiceRecord setCreatedAt​(LocalDateTime value)
      Setter for DB_ETERNAL.I_SERVICE.CREATED_AT.
      IServiceRecord setCreatedBy​(String value)
      Setter for DB_ETERNAL.I_SERVICE.CREATED_BY.
      IServiceRecord setDictComponent​(String value)
      Setter for DB_ETERNAL.I_SERVICE.DICT_COMPONENT.
      IServiceRecord setDictConfig​(String value)
      Setter for DB_ETERNAL.I_SERVICE.DICT_CONFIG.
      IServiceRecord setDictEpsilon​(String value)
      Setter for DB_ETERNAL.I_SERVICE.DICT_EPSILON.
      IServiceRecord setIdentifier​(String value)
      Setter for DB_ETERNAL.I_SERVICE.IDENTIFIER.
      IServiceRecord setIdentifierComponent​(String value)
      Setter for DB_ETERNAL.I_SERVICE.IDENTIFIER_COMPONENT.
      IServiceRecord setInScript​(String value)
      Setter for DB_ETERNAL.I_SERVICE.IN_SCRIPT.
      IServiceRecord setIsGraphic​(Boolean value)
      Setter for DB_ETERNAL.I_SERVICE.IS_GRAPHIC.
      IServiceRecord setIsWorkflow​(Boolean value)
      Setter for DB_ETERNAL.I_SERVICE.IS_WORKFLOW.
      IServiceRecord setKey​(String value)
      Setter for DB_ETERNAL.I_SERVICE.KEY.
      IServiceRecord setLanguage​(String value)
      Setter for DB_ETERNAL.I_SERVICE.LANGUAGE.
      IServiceRecord setMappingComponent​(String value)
      Setter for DB_ETERNAL.I_SERVICE.MAPPING_COMPONENT.
      IServiceRecord setMappingConfig​(String value)
      Setter for DB_ETERNAL.I_SERVICE.MAPPING_CONFIG.
      IServiceRecord setMappingMode​(String value)
      Setter for DB_ETERNAL.I_SERVICE.MAPPING_MODE.
      IServiceRecord setMetadata​(String value)
      Setter for DB_ETERNAL.I_SERVICE.METADATA.
      IServiceRecord setName​(String value)
      Setter for DB_ETERNAL.I_SERVICE.NAME.
      IServiceRecord setNamespace​(String value)
      Setter for DB_ETERNAL.I_SERVICE.NAMESPACE.
      IServiceRecord setOutScript​(String value)
      Setter for DB_ETERNAL.I_SERVICE.OUT_SCRIPT.
      IServiceRecord setRuleUnique​(String value)
      Setter for DB_ETERNAL.I_SERVICE.RULE_UNIQUE.
      IServiceRecord setServiceComponent​(String value)
      Setter for DB_ETERNAL.I_SERVICE.SERVICE_COMPONENT.
      IServiceRecord setServiceConfig​(String value)
      Setter for DB_ETERNAL.I_SERVICE.SERVICE_CONFIG.
      IServiceRecord setServiceRecord​(String value)
      Setter for DB_ETERNAL.I_SERVICE.SERVICE_RECORD.
      IServiceRecord setSigma​(String value)
      Setter for DB_ETERNAL.I_SERVICE.SIGMA.
      IServiceRecord setUpdatedAt​(LocalDateTime value)
      Setter for DB_ETERNAL.I_SERVICE.UPDATED_AT.
      IServiceRecord setUpdatedBy​(String value)
      Setter for DB_ETERNAL.I_SERVICE.UPDATED_BY.
      protected void setValue​(int arg0, Object arg1)
      Deprecated.
      <T extends Object>
      void
      setValue​(org.jooq.Field<T> arg0, T arg1)  
      <T extends Object,​U extends Object>
      void
      setValue​(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,​? super U> arg2)  
      int size()  
      String toString()  
      Class<?> type​(int arg0)  
      Class<?> type​(String arg0)  
      Class<?> type​(org.jooq.Name arg0)  
      Class<?>[] types()  
      org.jooq.Row valuesRow()  
      <T extends Object>
      R
      with​(org.jooq.Field<T> arg0, T arg1)  
      <T extends Object,​U extends Object>
      R
      with​(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,​? super U> arg2)  
      void writeSQL​(SQLOutput arg0)  
      • Methods inherited from class org.jooq.impl.UpdatableRecordImpl

        children, copy, delete, fetchChild, fetchChildren, merge, merge, merge, refresh, refresh, refresh, store, store, store, update, update, update
      • Methods inherited from class org.jooq.impl.TableRecordImpl

        fetchParent, getTable, insert, insert, insert, original, parent
      • Methods inherited from interface org.jooq.Attachable

        attach, configuration, detach
      • Methods inherited from interface org.jooq.Fields

        dataType, dataType, dataType, dataTypes, field, field, field, field, field, field, field, field, field, field, fields, fields, fields, fields, fields, fieldsRow, fieldStream, indexOf, indexOf, indexOf, type, type, type, types
      • Methods inherited from interface org.jooq.Formattable

        format, format, format, format, format, format, format, format, format, formatChart, formatChart, formatChart, formatChart, formatChart, formatChart, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatHTML, formatHTML, formatHTML, formatInsert, formatInsert, formatInsert, formatInsert, formatInsert, formatInsert, formatJSON, formatJSON, formatJSON, formatJSON, formatJSON, formatJSON, formatXML, formatXML, formatXML, formatXML, formatXML, formatXML, intoXML, intoXML, intoXML, intoXML
      • Methods inherited from interface org.jooq.QualifiedRecord

        getQualifier, with, with
      • Methods inherited from interface org.jooq.Record

        changed, changed, changed, changed, changed, changed, changed, changed, changed, changed, compareTo, equals, from, from, from, from, from, fromArray, fromArray, fromArray, fromArray, fromArray, fromMap, fromMap, fromMap, fromMap, fromMap, get, get, get, get, get, get, get, get, get, get, get, get, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, hashCode, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, intoArray, intoList, intoMap, intoResultSet, intoStream, map, original, original, original, original, reset, reset, reset, reset, reset, set, set, setValue, setValue, size, valuesRow
      • Methods inherited from interface org.jooq.TableRecord

        fetchParent, getTable, original, parent
      • Methods inherited from interface org.jooq.UpdatableRecord

        insert, insert, insert
    • Method Detail

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.I_SERVICE.KEY. 「key」- 服务ID
        Specified by:
        getKey in interface IIService
      • getNamespace

        public String getNamespace()
        Getter for DB_ETERNAL.I_SERVICE.NAMESPACE. 「namespace」- 服务所在名空间
        Specified by:
        getNamespace in interface IIService
      • getName

        public String getName()
        Getter for DB_ETERNAL.I_SERVICE.NAME. 「name」- 服务名称
        Specified by:
        getName in interface IIService
      • getComment

        public String getComment()
        Getter for DB_ETERNAL.I_SERVICE.COMMENT. 「comment」- 备注信息
        Specified by:
        getComment in interface IIService
      • setIsWorkflow

        public IServiceRecord setIsWorkflow​(Boolean value)
        Setter for DB_ETERNAL.I_SERVICE.IS_WORKFLOW. 「isWorkflow」- 是否驱动工作流引擎
        Specified by:
        setIsWorkflow in interface IIService
      • getIsWorkflow

        public Boolean getIsWorkflow()
        Getter for DB_ETERNAL.I_SERVICE.IS_WORKFLOW. 「isWorkflow」- 是否驱动工作流引擎
        Specified by:
        getIsWorkflow in interface IIService
      • getIsGraphic

        public Boolean getIsGraphic()
        Getter for DB_ETERNAL.I_SERVICE.IS_GRAPHIC. 「isGraphic」- 是否驱动图引擎
        Specified by:
        getIsGraphic in interface IIService
      • setInScript

        public IServiceRecord setInScript​(String value)
        Setter for DB_ETERNAL.I_SERVICE.IN_SCRIPT. 「inScript」- 本次不使用,加载脚本引擎ScriptEngine前置脚本
        Specified by:
        setInScript in interface IIService
      • getInScript

        public String getInScript()
        Getter for DB_ETERNAL.I_SERVICE.IN_SCRIPT. 「inScript」- 本次不使用,加载脚本引擎ScriptEngine前置脚本
        Specified by:
        getInScript in interface IIService
      • setOutScript

        public IServiceRecord setOutScript​(String value)
        Setter for DB_ETERNAL.I_SERVICE.OUT_SCRIPT. 「outScript」- 本次不使用,加载脚本引擎ScriptEngine后置脚本
        Specified by:
        setOutScript in interface IIService
      • getOutScript

        public String getOutScript()
        Getter for DB_ETERNAL.I_SERVICE.OUT_SCRIPT. 「outScript」- 本次不使用,加载脚本引擎ScriptEngine后置脚本
        Specified by:
        getOutScript in interface IIService
      • setChannelType

        public IServiceRecord setChannelType​(String value)
        Setter for DB_ETERNAL.I_SERVICE.CHANNEL_TYPE. 「channelType」- 通道类型:ADAPTOR / CONNECTOR / ACTOR / DIRECTOR / DEFINE
        Specified by:
        setChannelType in interface IIService
      • getChannelType

        public String getChannelType()
        Getter for DB_ETERNAL.I_SERVICE.CHANNEL_TYPE. 「channelType」- 通道类型:ADAPTOR / CONNECTOR / ACTOR / DIRECTOR / DEFINE
        Specified by:
        getChannelType in interface IIService
      • setChannelComponent

        public IServiceRecord setChannelComponent​(String value)
        Setter for DB_ETERNAL.I_SERVICE.CHANNEL_COMPONENT. 「channelComponent」- 自定义通道专用组件
        Specified by:
        setChannelComponent in interface IIService
      • getChannelComponent

        public String getChannelComponent()
        Getter for DB_ETERNAL.I_SERVICE.CHANNEL_COMPONENT. 「channelComponent」- 自定义通道专用组件
        Specified by:
        getChannelComponent in interface IIService
      • setChannelConfig

        public IServiceRecord setChannelConfig​(String value)
        Setter for DB_ETERNAL.I_SERVICE.CHANNEL_CONFIG. 「channelConfig」- 通道(自定义)配置信息,Channel专用
        Specified by:
        setChannelConfig in interface IIService
      • getChannelConfig

        public String getChannelConfig()
        Getter for DB_ETERNAL.I_SERVICE.CHANNEL_CONFIG. 「channelConfig」- 通道(自定义)配置信息,Channel专用
        Specified by:
        getChannelConfig in interface IIService
      • setConfigIntegration

        public IServiceRecord setConfigIntegration​(String value)
        Setter for DB_ETERNAL.I_SERVICE.CONFIG_INTEGRATION. 「configIntegration」- 集成配置信息,第三方专用
        Specified by:
        setConfigIntegration in interface IIService
      • getConfigIntegration

        public String getConfigIntegration()
        Getter for DB_ETERNAL.I_SERVICE.CONFIG_INTEGRATION. 「configIntegration」- 集成配置信息,第三方专用
        Specified by:
        getConfigIntegration in interface IIService
      • setConfigDatabase

        public IServiceRecord setConfigDatabase​(String value)
        Setter for DB_ETERNAL.I_SERVICE.CONFIG_DATABASE. 「configDatabase」- 数据库配置,当前通道访问的Database
        Specified by:
        setConfigDatabase in interface IIService
      • getConfigDatabase

        public String getConfigDatabase()
        Getter for DB_ETERNAL.I_SERVICE.CONFIG_DATABASE. 「configDatabase」- 数据库配置,当前通道访问的Database
        Specified by:
        getConfigDatabase in interface IIService
      • getDictConfig

        public String getDictConfig()
        Getter for DB_ETERNAL.I_SERVICE.DICT_CONFIG. 「dictConfig」- 字典的配置信息
        Specified by:
        getDictConfig in interface IIService
      • setDictComponent

        public IServiceRecord setDictComponent​(String value)
        Setter for DB_ETERNAL.I_SERVICE.DICT_COMPONENT. 「dictComponent」- 字典配置中的插件
        Specified by:
        setDictComponent in interface IIService
      • getDictComponent

        public String getDictComponent()
        Getter for DB_ETERNAL.I_SERVICE.DICT_COMPONENT. 「dictComponent」- 字典配置中的插件
        Specified by:
        getDictComponent in interface IIService
      • getDictEpsilon

        public String getDictEpsilon()
        Getter for DB_ETERNAL.I_SERVICE.DICT_EPSILON. 「dictEpsilon」- 字典的消费配置
        Specified by:
        getDictEpsilon in interface IIService
      • getMappingConfig

        public String getMappingConfig()
        Getter for DB_ETERNAL.I_SERVICE.MAPPING_CONFIG. 「mappingConfig」- 映射专用配置
        Specified by:
        getMappingConfig in interface IIService
      • getMappingMode

        public String getMappingMode()
        Getter for DB_ETERNAL.I_SERVICE.MAPPING_MODE. 「mappingMode」- 映射的模式
        Specified by:
        getMappingMode in interface IIService
      • getMappingComponent

        public String getMappingComponent()
        Getter for DB_ETERNAL.I_SERVICE.MAPPING_COMPONENT. 「mappingComponent」- 映射组件类型
        Specified by:
        getMappingComponent in interface IIService
      • getServiceRecord

        public String getServiceRecord()
        Getter for DB_ETERNAL.I_SERVICE.SERVICE_RECORD. 「serviceRecord」- 服务记录定义
        Specified by:
        getServiceRecord in interface IIService
      • getServiceComponent

        public String getServiceComponent()
        Getter for DB_ETERNAL.I_SERVICE.SERVICE_COMPONENT. 「serviceComponent」- 服务组件定义
        Specified by:
        getServiceComponent in interface IIService
      • setServiceConfig

        public IServiceRecord setServiceConfig​(String value)
        Setter for DB_ETERNAL.I_SERVICE.SERVICE_CONFIG. 「serviceConfig」- 业务组件配置,业务组件专用
        Specified by:
        setServiceConfig in interface IIService
      • getServiceConfig

        public String getServiceConfig()
        Getter for DB_ETERNAL.I_SERVICE.SERVICE_CONFIG. 「serviceConfig」- 业务组件配置,业务组件专用
        Specified by:
        getServiceConfig in interface IIService
      • setIdentifier

        public IServiceRecord setIdentifier​(String value)
        Setter for DB_ETERNAL.I_SERVICE.IDENTIFIER. 「identifier」- 当前类型描述的Model的标识
        Specified by:
        setIdentifier in interface IIService
      • getIdentifier

        public String getIdentifier()
        Getter for DB_ETERNAL.I_SERVICE.IDENTIFIER. 「identifier」- 当前类型描述的Model的标识
        Specified by:
        getIdentifier in interface IIService
      • setIdentifierComponent

        public IServiceRecord setIdentifierComponent​(String value)
        Setter for DB_ETERNAL.I_SERVICE.IDENTIFIER_COMPONENT. 「identifierComponent」- 当前业务接口使用的标识选择器
        Specified by:
        setIdentifierComponent in interface IIService
      • getIdentifierComponent

        public String getIdentifierComponent()
        Getter for DB_ETERNAL.I_SERVICE.IDENTIFIER_COMPONENT. 「identifierComponent」- 当前业务接口使用的标识选择器
        Specified by:
        getIdentifierComponent in interface IIService
      • setRuleUnique

        public IServiceRecord setRuleUnique​(String value)
        Setter for DB_ETERNAL.I_SERVICE.RULE_UNIQUE. 「ruleUnique」- 第二标识规则,当前通道的专用标识规则RuleUnique
        Specified by:
        setRuleUnique in interface IIService
      • getRuleUnique

        public String getRuleUnique()
        Getter for DB_ETERNAL.I_SERVICE.RULE_UNIQUE. 「ruleUnique」- 第二标识规则,当前通道的专用标识规则RuleUnique
        Specified by:
        getRuleUnique in interface IIService
      • getSigma

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

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

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

        public String getMetadata()
        Getter for DB_ETERNAL.I_SERVICE.METADATA. 「metadata」- 附加配置数据
        Specified by:
        getMetadata in interface IIService
      • getCreatedAt

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

        public String getCreatedBy()
        Getter for DB_ETERNAL.I_SERVICE.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        getCreatedBy in interface IIService
      • getUpdatedAt

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

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

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

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

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

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

        public final <T extends Object> R 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> R 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
      • 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
      • 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
      • 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
      • 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