Module org.jooq
Package org.jooq

Interface Record9<T1,​T2,​T3,​T4,​T5,​T6,​T7,​T8,​T9>

    • Method Detail

      • field1

        Field<T1> field1()
        Get the first field.
      • field2

        Field<T2> field2()
        Get the second field.
      • field3

        Field<T3> field3()
        Get the third field.
      • field4

        Field<T4> field4()
        Get the fourth field.
      • field5

        Field<T5> field5()
        Get the fifth field.
      • field6

        Field<T6> field6()
        Get the sixth field.
      • field7

        Field<T7> field7()
        Get the seventh field.
      • field8

        Field<T8> field8()
        Get the eighth field.
      • field9

        Field<T9> field9()
        Get the ninth field.
      • value1

        T1 value1()
        Get the first value.
      • value2

        T2 value2()
        Get the second value.
      • value3

        T3 value3()
        Get the third value.
      • value4

        T4 value4()
        Get the fourth value.
      • value5

        T5 value5()
        Get the fifth value.
      • value6

        T6 value6()
        Get the sixth value.
      • value7

        T7 value7()
        Get the seventh value.
      • value8

        T8 value8()
        Get the eighth value.
      • value9

        T9 value9()
        Get the ninth value.
      • component1

        T1 component1()
        Get the first value.

        This is the same as value1().

      • component2

        T2 component2()
        Get the second value.

        This is the same as value2().

      • component3

        T3 component3()
        Get the third value.

        This is the same as value3().

      • component4

        T4 component4()
        Get the fourth value.

        This is the same as value4().

      • component5

        T5 component5()
        Get the fifth value.

        This is the same as value5().

      • component6

        T6 component6()
        Get the sixth value.

        This is the same as value6().

      • component7

        T7 component7()
        Get the seventh value.

        This is the same as value7().

      • component8

        T8 component8()
        Get the eighth value.

        This is the same as value8().

      • component9

        T9 component9()
        Get the ninth value.

        This is the same as value9().