public interface org.jooq.ResultQuery<R extends org.jooq.Record> extends org.jooq.Query, java.lang.Iterable<R>, org.reactivestreams.Publisher<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.ResultQuery
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 71
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jetbrains cannot be resolved\n\tThe import org.jetbrains cannot be resolved\n\tNullable cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract org.jooq.Result<R> getResult();
    descriptor: ()Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()

  public abstract org.jooq.Result<R> fetch();
    descriptor: ()Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ()Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract java.sql.ResultSet fetchResultSet();
    descriptor: ()Ljava/sql/ResultSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract java.util.Iterator<R> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ()Ljava/util/Iterator<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public void forEach(java.util.function.Consumer<? super R>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.ResultQuery this
         0: .line 222
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jooq.ResultQuery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/ResultQuery<TR;>;
    Signature: (Ljava/util/function/Consumer<-TR;>;)V
    MethodParameters:
        Name  Flags
      action  

  public java.util.Spliterator<R> spliterator();
    descriptor: ()Ljava/util/Spliterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jooq.ResultQuery this
         0: .line 234
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jooq.ResultQuery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/ResultQuery<TR;>;
    Signature: ()Ljava/util/Spliterator<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract java.util.stream.Stream<R> fetchStream();
    descriptor: ()Ljava/util/stream/Stream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ()Ljava/util/stream/Stream<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract <E> java.util.stream.Stream<E> fetchStreamInto(java.lang.Class<? extends E>);
    descriptor: (Ljava/lang/Class;)Ljava/util/stream/Stream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/Class<+TE;>;)Ljava/util/stream/Stream<TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      type  

  public abstract <Z extends org.jooq.Record> java.util.stream.Stream<Z> fetchStreamInto(org.jooq.Table<Z>);
    descriptor: (Lorg/jooq/Table;)Ljava/util/stream/Stream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <Z::Lorg/jooq/Record;>(Lorg/jooq/Table<TZ;>;)Ljava/util/stream/Stream<TZ;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      table  

  public abstract java.util.stream.Stream<R> stream();
    descriptor: ()Ljava/util/stream/Stream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ()Ljava/util/stream/Stream<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract <X, A> X collect(java.util.stream.Collector<? super R, A, X>);
    descriptor: (Ljava/util/stream/Collector;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <X:Ljava/lang/Object;A:Ljava/lang/Object;>(Ljava/util/stream/Collector<-TR;TA;TX;>;)TX;
    MethodParameters:
           Name  Flags
      collector  

  public abstract org.jooq.Cursor<R> fetchLazy();
    descriptor: ()Lorg/jooq/Cursor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ()Lorg/jooq/Cursor<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Cursor<R> fetchLazy(int);
    descriptor: (I)Lorg/jooq/Cursor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (I)Lorg/jooq/Cursor<TR;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fetchSize  

  public abstract org.jooq.Results fetchMany();
    descriptor: ()Lorg/jooq/Results;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract <T> java.util.List<T> fetch(org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;)Ljava/util/List<TT;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      field  

  public abstract <U> java.util.List<U> fetch(org.jooq.Field<?>, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Class;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Field<*>;Ljava/lang/Class<+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      field  
      type   

  public abstract <T, U> java.util.List<U> fetch(org.jooq.Field<T>, org.jooq.Converter<? super T, ? extends U>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Converter;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;Lorg/jooq/Converter<-TT;+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      field      
      converter  

  public abstract java.util.List<?> fetch(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (I)Ljava/util/List<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract <U> java.util.List<U> fetch(int, java.lang.Class<? extends U>);
    descriptor: (ILjava/lang/Class;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(ILjava/lang/Class<+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      type        

  public abstract <U> java.util.List<U> fetch(int, org.jooq.Converter<?, ? extends U>);
    descriptor: (ILorg/jooq/Converter;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(ILorg/jooq/Converter<*+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      converter   

  public abstract java.util.List<?> fetch(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Ljava/lang/String;)Ljava/util/List<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> java.util.List<U> fetch(java.lang.String, java.lang.Class<? extends U>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> java.util.List<U> fetch(java.lang.String, org.jooq.Converter<?, ? extends U>);
    descriptor: (Ljava/lang/String;Lorg/jooq/Converter;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/Converter<*+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract java.util.List<?> fetch(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Lorg/jooq/Name;)Ljava/util/List<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> java.util.List<U> fetch(org.jooq.Name, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> java.util.List<U> fetch(org.jooq.Name, org.jooq.Converter<?, ? extends U>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/Converter;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/Converter<*+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract <T> T fetchOne(org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;)TT;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
       Name  Flags
      field  

  public abstract <U> U fetchOne(org.jooq.Field<?>, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Field<*>;Ljava/lang/Class<+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
       Name  Flags
      field  
      type   

  public abstract <T, U> U fetchOne(org.jooq.Field<T>, org.jooq.Converter<? super T, ? extends U>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Converter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;Lorg/jooq/Converter<-TT;+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      field      
      converter  

  public abstract java.lang.Object fetchOne(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract <U> U fetchOne(int, java.lang.Class<? extends U>);
    descriptor: (ILjava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(ILjava/lang/Class<+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      fieldIndex  
      type        

  public abstract <U> U fetchOne(int, org.jooq.Converter<?, ? extends U>);
    descriptor: (ILorg/jooq/Converter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(ILorg/jooq/Converter<*+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      fieldIndex  
      converter   

  public abstract java.lang.Object fetchOne(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> U fetchOne(java.lang.String, java.lang.Class<? extends U>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> U fetchOne(java.lang.String, org.jooq.Converter<?, ? extends U>);
    descriptor: (Ljava/lang/String;Lorg/jooq/Converter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/Converter<*+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract java.lang.Object fetchOne(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> U fetchOne(org.jooq.Name, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> U fetchOne(org.jooq.Name, org.jooq.Converter<?, ? extends U>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/Converter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/Converter<*+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract R fetchOne();
    descriptor: ()Lorg/jooq/Record;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: ()TR;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()

  public abstract <E> E fetchOne(org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/RecordMapper;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TE;>;)TE;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
        Name  Flags
      mapper  

  public abstract java.util.Map<java.lang.String, java.lang.Object> fetchOneMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()

  public abstract java.lang.Object[] fetchOneArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        Nullable()

  public abstract <E> E fetchOneInto(java.lang.Class<? extends E>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException, org.jooq.exception.TooManyRowsException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/Class<+TE;>;)TE;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
      Name  Flags
      type  

  public abstract <Z extends org.jooq.Record> Z fetchOneInto(org.jooq.Table<Z>);
    descriptor: (Lorg/jooq/Table;)Lorg/jooq/Record;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <Z::Lorg/jooq/Record;>(Lorg/jooq/Table<TZ;>;)TZ;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
       Name  Flags
      table  

  public abstract <T> T fetchSingle(org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;)TT;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
       Name  Flags
      field  

  public abstract <U> U fetchSingle(org.jooq.Field<?>, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Field<*>;Ljava/lang/Class<+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
       Name  Flags
      field  
      type   

  public abstract <T, U> U fetchSingle(org.jooq.Field<T>, org.jooq.Converter<? super T, ? extends U>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Converter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;Lorg/jooq/Converter<-TT;+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      field      
      converter  

  public abstract java.lang.Object fetchSingle(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract <U> U fetchSingle(int, java.lang.Class<? extends U>);
    descriptor: (ILjava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(ILjava/lang/Class<+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      fieldIndex  
      type        

  public abstract <U> U fetchSingle(int, org.jooq.Converter<?, ? extends U>);
    descriptor: (ILorg/jooq/Converter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(ILorg/jooq/Converter<*+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      fieldIndex  
      converter   

  public abstract java.lang.Object fetchSingle(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> U fetchSingle(java.lang.String, java.lang.Class<? extends U>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> U fetchSingle(java.lang.String, org.jooq.Converter<?, ? extends U>);
    descriptor: (Ljava/lang/String;Lorg/jooq/Converter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/Converter<*+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract java.lang.Object fetchSingle(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> U fetchSingle(org.jooq.Name, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> U fetchSingle(org.jooq.Name, org.jooq.Converter<?, ? extends U>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/Converter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/Converter<*+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract R fetchSingle();
    descriptor: ()Lorg/jooq/Record;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    Signature: ()TR;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract <E> E fetchSingle(org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/RecordMapper;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TE;>;)TE;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      mapper  

  public abstract java.util.Map<java.lang.String, java.lang.Object> fetchSingleMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract java.lang.Object[] fetchSingleArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()

  public abstract <E> E fetchSingleInto(java.lang.Class<? extends E>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/Class<+TE;>;)TE;
    MethodParameters:
      Name  Flags
      type  

  public abstract <Z extends org.jooq.Record> Z fetchSingleInto(org.jooq.Table<Z>);
    descriptor: (Lorg/jooq/Table;)Lorg/jooq/Record;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.NoDataFoundException, org.jooq.exception.TooManyRowsException
    Signature: <Z::Lorg/jooq/Record;>(Lorg/jooq/Table<TZ;>;)TZ;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      table  

  public abstract <T> java.util.Optional<T> fetchOptional(org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;)Ljava/util/Optional<TT;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      field  

  public abstract <U> java.util.Optional<U> fetchOptional(org.jooq.Field<?>, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Class;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Field<*>;Ljava/lang/Class<+TU;>;)Ljava/util/Optional<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      field  
      type   

  public abstract <T, U> java.util.Optional<U> fetchOptional(org.jooq.Field<T>, org.jooq.Converter<? super T, ? extends U>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Converter;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;Lorg/jooq/Converter<-TT;+TU;>;)Ljava/util/Optional<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      field      
      converter  

  public abstract java.util.Optional<?> fetchOptional(int);
    descriptor: (I)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: (I)Ljava/util/Optional<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract <U> java.util.Optional<U> fetchOptional(int, java.lang.Class<? extends U>);
    descriptor: (ILjava/lang/Class;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(ILjava/lang/Class<+TU;>;)Ljava/util/Optional<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      type        

  public abstract <U> java.util.Optional<U> fetchOptional(int, org.jooq.Converter<?, ? extends U>);
    descriptor: (ILorg/jooq/Converter;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(ILorg/jooq/Converter<*+TU;>;)Ljava/util/Optional<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      converter   

  public abstract java.util.Optional<?> fetchOptional(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: (Ljava/lang/String;)Ljava/util/Optional<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> java.util.Optional<U> fetchOptional(java.lang.String, java.lang.Class<? extends U>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<+TU;>;)Ljava/util/Optional<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> java.util.Optional<U> fetchOptional(java.lang.String, org.jooq.Converter<?, ? extends U>);
    descriptor: (Ljava/lang/String;Lorg/jooq/Converter;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/Converter<*+TU;>;)Ljava/util/Optional<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract java.util.Optional<?> fetchOptional(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: (Lorg/jooq/Name;)Ljava/util/Optional<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> java.util.Optional<U> fetchOptional(org.jooq.Name, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<+TU;>;)Ljava/util/Optional<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> java.util.Optional<U> fetchOptional(org.jooq.Name, org.jooq.Converter<?, ? extends U>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/Converter;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/Converter<*+TU;>;)Ljava/util/Optional<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract java.util.Optional<R> fetchOptional();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: ()Ljava/util/Optional<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract <E> java.util.Optional<E> fetchOptional(org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/RecordMapper;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Optional<TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      mapper  

  public abstract java.util.Optional<java.util.Map<java.lang.String, java.lang.Object>> fetchOptionalMap();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: ()Ljava/util/Optional<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract java.util.Optional<java.lang.Object[]> fetchOptionalArray();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: ()Ljava/util/Optional<[Ljava/lang/Object;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract <E> java.util.Optional<E> fetchOptionalInto(java.lang.Class<? extends E>);
    descriptor: (Ljava/lang/Class;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException, org.jooq.exception.TooManyRowsException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/Class<+TE;>;)Ljava/util/Optional<TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      type  

  public abstract <Z extends org.jooq.Record> java.util.Optional<Z> fetchOptionalInto(org.jooq.Table<Z>);
    descriptor: (Lorg/jooq/Table;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.TooManyRowsException
    Signature: <Z::Lorg/jooq/Record;>(Lorg/jooq/Table<TZ;>;)Ljava/util/Optional<TZ;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      table  

  public abstract <T> T fetchAny(org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;)TT;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
       Name  Flags
      field  

  public abstract <U> U fetchAny(org.jooq.Field<?>, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Field<*>;Ljava/lang/Class<+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
       Name  Flags
      field  
      type   

  public abstract <T, U> U fetchAny(org.jooq.Field<T>, org.jooq.Converter<? super T, ? extends U>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Converter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;Lorg/jooq/Converter<-TT;+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      field      
      converter  

  public abstract java.lang.Object fetchAny(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract <U> U fetchAny(int, java.lang.Class<? extends U>);
    descriptor: (ILjava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(ILjava/lang/Class<+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      fieldIndex  
      type        

  public abstract <U> U fetchAny(int, org.jooq.Converter<?, ? extends U>);
    descriptor: (ILorg/jooq/Converter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(ILorg/jooq/Converter<*+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      fieldIndex  
      converter   

  public abstract java.lang.Object fetchAny(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> U fetchAny(java.lang.String, java.lang.Class<? extends U>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> U fetchAny(java.lang.String, org.jooq.Converter<?, ? extends U>);
    descriptor: (Ljava/lang/String;Lorg/jooq/Converter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/Converter<*+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract java.lang.Object fetchAny(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> U fetchAny(org.jooq.Name, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> U fetchAny(org.jooq.Name, org.jooq.Converter<?, ? extends U>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/Converter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/Converter<*+TU;>;)TU;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract R fetchAny();
    descriptor: ()Lorg/jooq/Record;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ()TR;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()

  public abstract <E> E fetchAny(org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/RecordMapper;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TE;>;)TE;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
        Name  Flags
      mapper  

  public abstract java.util.Map<java.lang.String, java.lang.Object> fetchAnyMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()

  public abstract java.lang.Object[] fetchAnyArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        Nullable()

  public abstract <E> E fetchAnyInto(java.lang.Class<? extends E>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/Class<+TE;>;)TE;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
      Name  Flags
      type  

  public abstract <Z extends org.jooq.Record> Z fetchAnyInto(org.jooq.Table<Z>);
    descriptor: (Lorg/jooq/Table;)Lorg/jooq/Record;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <Z::Lorg/jooq/Record;>(Lorg/jooq/Table<TZ;>;)TZ;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
       Name  Flags
      table  

  public abstract java.util.List<java.util.Map<java.lang.String, java.lang.Object>> fetchMaps();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ()Ljava/util/List<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract <K> java.util.Map<K, R> fetchMap(org.jooq.Field<K>);
    descriptor: (Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <K:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;)Ljava/util/Map<TK;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      key   

  public abstract java.util.Map<?, R> fetchMap(int);
    descriptor: (I)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (I)Ljava/util/Map<*TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldIndex  

  public abstract java.util.Map<?, R> fetchMap(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Ljava/lang/String;)Ljava/util/Map<*TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  

  public abstract java.util.Map<?, R> fetchMap(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Lorg/jooq/Name;)Ljava/util/Map<*TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  

  public abstract <K, V> java.util.Map<K, V> fetchMap(org.jooq.Field<K>, org.jooq.Field<V>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;Lorg/jooq/Field<TV;>;)Ljava/util/Map<TK;TV;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract java.util.Map<?, ?> fetchMap(int, int);
    descriptor: (II)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (II)Ljava/util/Map<**>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndex    
      valueFieldIndex  

  public abstract java.util.Map<?, ?> fetchMap(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map<**>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                Name  Flags
      keyFieldName    
      valueFieldName  

  public abstract java.util.Map<?, ?> fetchMap(org.jooq.Name, org.jooq.Name);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Lorg/jooq/Name;Lorg/jooq/Name;)Ljava/util/Map<**>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                Name  Flags
      keyFieldName    
      valueFieldName  

  public abstract java.util.Map<org.jooq.Record, R> fetchMap(org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([Lorg/jooq/Field<*>;)Ljava/util/Map<Lorg/jooq/Record;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      keys  

  public abstract java.util.Map<org.jooq.Record, R> fetchMap(int[]);
    descriptor: ([I)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([I)Ljava/util/Map<Lorg/jooq/Record;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndexes  

  public abstract java.util.Map<org.jooq.Record, R> fetchMap(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([Ljava/lang/String;)Ljava/util/Map<Lorg/jooq/Record;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  

  public abstract java.util.Map<org.jooq.Record, R> fetchMap(org.jooq.Name[]);
    descriptor: ([Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([Lorg/jooq/Name;)Ljava/util/Map<Lorg/jooq/Record;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Record> fetchMap(org.jooq.Field<?>[], org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;[Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([Lorg/jooq/Field<*>;[Lorg/jooq/Field<*>;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Record;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      keys    
      values  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Record> fetchMap(int[], int[]);
    descriptor: ([I[I)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([I[I)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Record;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                   Name  Flags
      keyFieldIndexes    
      valueFieldIndexes  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Record> fetchMap(java.lang.String[], java.lang.String[]);
    descriptor: ([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Record;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldNames    
      valueFieldNames  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Record> fetchMap(org.jooq.Name[], org.jooq.Name[]);
    descriptor: ([Lorg/jooq/Name;[Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([Lorg/jooq/Name;[Lorg/jooq/Name;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Record;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldNames    
      valueFieldNames  

  public abstract <E> java.util.Map<java.util.List<?>, E> fetchMap(org.jooq.Field<?>[], java.lang.Class<? extends E>);
    descriptor: ([Lorg/jooq/Field;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Field<*>;Ljava/lang/Class<+TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      keys  
      type  

  public abstract <E> java.util.Map<java.util.List<?>, E> fetchMap(int[], java.lang.Class<? extends E>);
    descriptor: ([ILjava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([ILjava/lang/Class<+TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndexes  
      type             

  public abstract <E> java.util.Map<java.util.List<?>, E> fetchMap(java.lang.String[], java.lang.Class<? extends E>);
    descriptor: ([Ljava/lang/String;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Ljava/lang/String;Ljava/lang/Class<+TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      type           

  public abstract <E> java.util.Map<java.util.List<?>, E> fetchMap(org.jooq.Name[], java.lang.Class<? extends E>);
    descriptor: ([Lorg/jooq/Name;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Name;Ljava/lang/Class<+TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      type           

  public abstract <E> java.util.Map<java.util.List<?>, E> fetchMap(org.jooq.Field<?>[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([Lorg/jooq/Field;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Field<*>;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      keys    
      mapper  

  public abstract <E> java.util.Map<java.util.List<?>, E> fetchMap(int[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([ILorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([ILorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndexes  
      mapper           

  public abstract <E> java.util.Map<java.util.List<?>, E> fetchMap(java.lang.String[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([Ljava/lang/String;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Ljava/lang/String;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      mapper         

  public abstract <E> java.util.Map<java.util.List<?>, E> fetchMap(org.jooq.Name[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([Lorg/jooq/Name;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Name;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      mapper         

  public abstract <K> java.util.Map<K, R> fetchMap(java.lang.Class<? extends K>);
    descriptor: (Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException, org.jooq.exception.InvalidResultException
    Signature: <K:Ljava/lang/Object;>(Ljava/lang/Class<+TK;>;)Ljava/util/Map<TK;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      keyType  

  public abstract <K, V> java.util.Map<K, V> fetchMap(java.lang.Class<? extends K>, java.lang.Class<? extends V>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException, org.jooq.exception.InvalidResultException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/Class<+TK;>;Ljava/lang/Class<+TV;>;)Ljava/util/Map<TK;TV;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      keyType    
      valueType  

  public abstract <K, V> java.util.Map<K, V> fetchMap(java.lang.Class<? extends K>, org.jooq.RecordMapper<? super R, V>);
    descriptor: (Ljava/lang/Class;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/Class<+TK;>;Lorg/jooq/RecordMapper<-TR;TV;>;)Ljava/util/Map<TK;TV;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
             Name  Flags
      keyType      
      valueMapper  

  public abstract <K> java.util.Map<K, R> fetchMap(org.jooq.RecordMapper<? super R, K>);
    descriptor: (Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TK;>;)Ljava/util/Map<TK;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      keyMapper  

  public abstract <K, V> java.util.Map<K, V> fetchMap(org.jooq.RecordMapper<? super R, K>, java.lang.Class<V>);
    descriptor: (Lorg/jooq/RecordMapper;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TK;>;Ljava/lang/Class<TV;>;)Ljava/util/Map<TK;TV;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      keyMapper  
      valueType  

  public abstract <K, V> java.util.Map<K, V> fetchMap(org.jooq.RecordMapper<? super R, K>, org.jooq.RecordMapper<? super R, V>);
    descriptor: (Lorg/jooq/RecordMapper;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TK;>;Lorg/jooq/RecordMapper<-TR;TV;>;)Ljava/util/Map<TK;TV;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
             Name  Flags
      keyMapper    
      valueMapper  

  public abstract <S extends org.jooq.Record> java.util.Map<S, R> fetchMap(org.jooq.Table<S>);
    descriptor: (Lorg/jooq/Table;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <S::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;)Ljava/util/Map<TS;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      table  

  public abstract <S extends org.jooq.Record, T extends org.jooq.Record> java.util.Map<S, T> fetchMap(org.jooq.Table<S>, org.jooq.Table<T>);
    descriptor: (Lorg/jooq/Table;Lorg/jooq/Table;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <S::Lorg/jooq/Record;T::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;Lorg/jooq/Table<TT;>;)Ljava/util/Map<TS;TT;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      keyTable    
      valueTable  

  public abstract <E, S extends org.jooq.Record> java.util.Map<S, E> fetchMap(org.jooq.Table<S>, java.lang.Class<? extends E>);
    descriptor: (Lorg/jooq/Table;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;S::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;Ljava/lang/Class<+TE;>;)Ljava/util/Map<TS;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      table  
      type   

  public abstract <E, S extends org.jooq.Record> java.util.Map<S, E> fetchMap(org.jooq.Table<S>, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/Table;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;S::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<TS;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      table   
      mapper  

  public abstract <K, E> java.util.Map<K, E> fetchMap(org.jooq.Field<K>, java.lang.Class<? extends E>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <K:Ljava/lang/Object;E:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;Ljava/lang/Class<+TE;>;)Ljava/util/Map<TK;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      key   
      type  

  public abstract <E> java.util.Map<?, E> fetchMap(int, java.lang.Class<? extends E>);
    descriptor: (ILjava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <E:Ljava/lang/Object;>(ILjava/lang/Class<+TE;>;)Ljava/util/Map<*TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldIndex  
      type           

  public abstract <E> java.util.Map<?, E> fetchMap(java.lang.String, java.lang.Class<? extends E>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<+TE;>;)Ljava/util/Map<*TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      type          

  public abstract <E> java.util.Map<?, E> fetchMap(org.jooq.Name, java.lang.Class<? extends E>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<+TE;>;)Ljava/util/Map<*TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      type          

  public abstract <K, E> java.util.Map<K, E> fetchMap(org.jooq.Field<K>, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <K:Ljava/lang/Object;E:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<TK;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      key     
      mapper  

  public abstract <E> java.util.Map<?, E> fetchMap(int, org.jooq.RecordMapper<? super R, E>);
    descriptor: (ILorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <E:Ljava/lang/Object;>(ILorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<*TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldIndex  
      mapper         

  public abstract <E> java.util.Map<?, E> fetchMap(java.lang.String, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Ljava/lang/String;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<*TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      mapper        

  public abstract <E> java.util.Map<?, E> fetchMap(org.jooq.Name, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<*TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      mapper        

  public abstract <K> java.util.Map<K, org.jooq.Result<R>> fetchGroups(org.jooq.Field<K>);
    descriptor: (Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <K:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;)Ljava/util/Map<TK;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      key   

  public abstract java.util.Map<?, org.jooq.Result<R>> fetchGroups(int);
    descriptor: (I)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (I)Ljava/util/Map<*Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldIndex  

  public abstract java.util.Map<?, org.jooq.Result<R>> fetchGroups(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Ljava/lang/String;)Ljava/util/Map<*Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  

  public abstract java.util.Map<?, org.jooq.Result<R>> fetchGroups(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Lorg/jooq/Name;)Ljava/util/Map<*Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  

  public abstract <K, V> java.util.Map<K, java.util.List<V>> fetchGroups(org.jooq.Field<K>, org.jooq.Field<V>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;Lorg/jooq/Field<TV;>;)Ljava/util/Map<TK;Ljava/util/List<TV;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract java.util.Map<?, java.util.List<?>> fetchGroups(int, int);
    descriptor: (II)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (II)Ljava/util/Map<*Ljava/util/List<*>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndex    
      valueFieldIndex  

  public abstract java.util.Map<?, java.util.List<?>> fetchGroups(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map<*Ljava/util/List<*>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                Name  Flags
      keyFieldName    
      valueFieldName  

  public abstract java.util.Map<?, java.util.List<?>> fetchGroups(org.jooq.Name, org.jooq.Name);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Lorg/jooq/Name;Lorg/jooq/Name;)Ljava/util/Map<*Ljava/util/List<*>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                Name  Flags
      keyFieldName    
      valueFieldName  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<R>> fetchGroups(org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([Lorg/jooq/Field<*>;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      keys  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<R>> fetchGroups(int[]);
    descriptor: ([I)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([I)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndexes  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<R>> fetchGroups(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([Ljava/lang/String;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<R>> fetchGroups(org.jooq.Name[]);
    descriptor: ([Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([Lorg/jooq/Name;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<org.jooq.Record>> fetchGroups(org.jooq.Field<?>[], org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;[Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([Lorg/jooq/Field<*>;[Lorg/jooq/Field<*>;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<Lorg/jooq/Record;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      keys    
      values  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<org.jooq.Record>> fetchGroups(int[], int[]);
    descriptor: ([I[I)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([I[I)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<Lorg/jooq/Record;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                   Name  Flags
      keyFieldIndexes    
      valueFieldIndexes  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<org.jooq.Record>> fetchGroups(java.lang.String[], java.lang.String[]);
    descriptor: ([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<Lorg/jooq/Record;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldNames    
      valueFieldNames  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<org.jooq.Record>> fetchGroups(org.jooq.Name[], org.jooq.Name[]);
    descriptor: ([Lorg/jooq/Name;[Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([Lorg/jooq/Name;[Lorg/jooq/Name;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<Lorg/jooq/Record;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldNames    
      valueFieldNames  

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> fetchGroups(org.jooq.Field<?>[], java.lang.Class<? extends E>);
    descriptor: ([Lorg/jooq/Field;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Field<*>;Ljava/lang/Class<+TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      keys  
      type  

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> fetchGroups(int[], java.lang.Class<? extends E>);
    descriptor: ([ILjava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([ILjava/lang/Class<+TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndexes  
      type             

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> fetchGroups(java.lang.String[], java.lang.Class<? extends E>);
    descriptor: ([Ljava/lang/String;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Ljava/lang/String;Ljava/lang/Class<+TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      type           

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> fetchGroups(org.jooq.Name[], java.lang.Class<? extends E>);
    descriptor: ([Lorg/jooq/Name;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Name;Ljava/lang/Class<+TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      type           

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> fetchGroups(org.jooq.Field<?>[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([Lorg/jooq/Field;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Field<*>;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      keys    
      mapper  

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> fetchGroups(int[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([ILorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([ILorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndexes  
      mapper           

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> fetchGroups(java.lang.String[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([Ljava/lang/String;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Ljava/lang/String;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      mapper         

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> fetchGroups(org.jooq.Name[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([Lorg/jooq/Name;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Name;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      mapper         

  public abstract <K> java.util.Map<K, org.jooq.Result<R>> fetchGroups(java.lang.Class<? extends K>);
    descriptor: (Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;>(Ljava/lang/Class<+TK;>;)Ljava/util/Map<TK;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      keyType  

  public abstract <K, V> java.util.Map<K, java.util.List<V>> fetchGroups(java.lang.Class<? extends K>, java.lang.Class<? extends V>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/Class<+TK;>;Ljava/lang/Class<+TV;>;)Ljava/util/Map<TK;Ljava/util/List<TV;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      keyType    
      valueType  

  public abstract <K, V> java.util.Map<K, java.util.List<V>> fetchGroups(java.lang.Class<? extends K>, org.jooq.RecordMapper<? super R, V>);
    descriptor: (Ljava/lang/Class;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/Class<+TK;>;Lorg/jooq/RecordMapper<-TR;TV;>;)Ljava/util/Map<TK;Ljava/util/List<TV;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
             Name  Flags
      keyType      
      valueMapper  

  public abstract <K> java.util.Map<K, org.jooq.Result<R>> fetchGroups(org.jooq.RecordMapper<? super R, K>);
    descriptor: (Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TK;>;)Ljava/util/Map<TK;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      keyMapper  

  public abstract <K, V> java.util.Map<K, java.util.List<V>> fetchGroups(org.jooq.RecordMapper<? super R, K>, java.lang.Class<V>);
    descriptor: (Lorg/jooq/RecordMapper;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TK;>;Ljava/lang/Class<TV;>;)Ljava/util/Map<TK;Ljava/util/List<TV;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      keyMapper  
      valueType  

  public abstract <K, V> java.util.Map<K, java.util.List<V>> fetchGroups(org.jooq.RecordMapper<? super R, K>, org.jooq.RecordMapper<? super R, V>);
    descriptor: (Lorg/jooq/RecordMapper;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TK;>;Lorg/jooq/RecordMapper<-TR;TV;>;)Ljava/util/Map<TK;Ljava/util/List<TV;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
             Name  Flags
      keyMapper    
      valueMapper  

  public abstract <S extends org.jooq.Record> java.util.Map<S, org.jooq.Result<R>> fetchGroups(org.jooq.Table<S>);
    descriptor: (Lorg/jooq/Table;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <S::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;)Ljava/util/Map<TS;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      table  

  public abstract <S extends org.jooq.Record, T extends org.jooq.Record> java.util.Map<S, org.jooq.Result<T>> fetchGroups(org.jooq.Table<S>, org.jooq.Table<T>);
    descriptor: (Lorg/jooq/Table;Lorg/jooq/Table;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <S::Lorg/jooq/Record;T::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;Lorg/jooq/Table<TT;>;)Ljava/util/Map<TS;Lorg/jooq/Result<TT;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      keyTable    
      valueTable  

  public abstract <E, S extends org.jooq.Record> java.util.Map<S, java.util.List<E>> fetchGroups(org.jooq.Table<S>, java.lang.Class<? extends E>);
    descriptor: (Lorg/jooq/Table;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;S::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;Ljava/lang/Class<+TE;>;)Ljava/util/Map<TS;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      table  
      type   

  public abstract <E, S extends org.jooq.Record> java.util.Map<S, java.util.List<E>> fetchGroups(org.jooq.Table<S>, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/Table;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;S::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<TS;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      table   
      mapper  

  public abstract <K, E> java.util.Map<K, java.util.List<E>> fetchGroups(org.jooq.Field<K>, java.lang.Class<? extends E>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;E:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;Ljava/lang/Class<+TE;>;)Ljava/util/Map<TK;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      key   
      type  

  public abstract <E> java.util.Map<?, java.util.List<E>> fetchGroups(int, java.lang.Class<? extends E>);
    descriptor: (ILjava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(ILjava/lang/Class<+TE;>;)Ljava/util/Map<*Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldIndex  
      type           

  public abstract <E> java.util.Map<?, java.util.List<E>> fetchGroups(java.lang.String, java.lang.Class<? extends E>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<+TE;>;)Ljava/util/Map<*Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      type          

  public abstract <E> java.util.Map<?, java.util.List<E>> fetchGroups(org.jooq.Name, java.lang.Class<? extends E>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<+TE;>;)Ljava/util/Map<*Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      type          

  public abstract <K, E> java.util.Map<K, java.util.List<E>> fetchGroups(org.jooq.Field<K>, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;E:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<TK;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      key     
      mapper  

  public abstract <E> java.util.Map<?, java.util.List<E>> fetchGroups(int, org.jooq.RecordMapper<? super R, E>);
    descriptor: (ILorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(ILorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<*Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldIndex  
      mapper         

  public abstract <E> java.util.Map<?, java.util.List<E>> fetchGroups(java.lang.String, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Ljava/lang/String;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<*Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      mapper        

  public abstract <E> java.util.Map<?, java.util.List<E>> fetchGroups(org.jooq.Name, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<*Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      mapper        

  public abstract java.lang.Object[][] fetchArrays();
    descriptor: ()[[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT, ARRAY_ELEMENT]
        NotNull()

  public abstract R[] fetchArray();
    descriptor: ()[Lorg/jooq/Record;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ()[TR;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()

  public abstract java.lang.Object[] fetchArray(int);
    descriptor: (I)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract <U> U[] fetchArray(int, java.lang.Class<? extends U>);
    descriptor: (ILjava/lang/Class;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(ILjava/lang/Class<+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      type        

  public abstract <U> U[] fetchArray(int, org.jooq.Converter<?, ? extends U>);
    descriptor: (ILorg/jooq/Converter;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(ILorg/jooq/Converter<*+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      converter   

  public abstract java.lang.Object[] fetchArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> U[] fetchArray(java.lang.String, java.lang.Class<? extends U>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> U[] fetchArray(java.lang.String, org.jooq.Converter<?, ? extends U>);
    descriptor: (Ljava/lang/String;Lorg/jooq/Converter;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/Converter<*+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract java.lang.Object[] fetchArray(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> U[] fetchArray(org.jooq.Name, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> U[] fetchArray(org.jooq.Name, org.jooq.Converter<?, ? extends U>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/Converter;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/Converter<*+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract <T> T[] fetchArray(org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;)[TT;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
       Name  Flags
      field  

  public abstract <U> U[] fetchArray(org.jooq.Field<?>, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Class;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Field<*>;Ljava/lang/Class<+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
       Name  Flags
      field  
      type   

  public abstract <T, U> U[] fetchArray(org.jooq.Field<T>, org.jooq.Converter<? super T, ? extends U>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Converter;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;Lorg/jooq/Converter<-TT;+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
           Name  Flags
      field      
      converter  

  public abstract <E> java.util.Set<E> fetchSet(org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/RecordMapper;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Set<TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      mapper  

  public abstract java.util.Set<?> fetchSet(int);
    descriptor: (I)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (I)Ljava/util/Set<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract <U> java.util.Set<U> fetchSet(int, java.lang.Class<? extends U>);
    descriptor: (ILjava/lang/Class;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(ILjava/lang/Class<+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      type        

  public abstract <U> java.util.Set<U> fetchSet(int, org.jooq.Converter<?, ? extends U>);
    descriptor: (ILorg/jooq/Converter;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(ILorg/jooq/Converter<*+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      converter   

  public abstract java.util.Set<?> fetchSet(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Ljava/lang/String;)Ljava/util/Set<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> java.util.Set<U> fetchSet(java.lang.String, java.lang.Class<? extends U>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> java.util.Set<U> fetchSet(java.lang.String, org.jooq.Converter<?, ? extends U>);
    descriptor: (Ljava/lang/String;Lorg/jooq/Converter;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/Converter<*+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract java.util.Set<?> fetchSet(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Lorg/jooq/Name;)Ljava/util/Set<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> java.util.Set<U> fetchSet(org.jooq.Name, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> java.util.Set<U> fetchSet(org.jooq.Name, org.jooq.Converter<?, ? extends U>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/Converter;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/Converter<*+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract <T> java.util.Set<T> fetchSet(org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;)Ljava/util/Set<TT;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      field  

  public abstract <U> java.util.Set<U> fetchSet(org.jooq.Field<?>, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Class;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Field<*>;Ljava/lang/Class<+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      field  
      type   

  public abstract <T, U> java.util.Set<U> fetchSet(org.jooq.Field<T>, org.jooq.Converter<? super T, ? extends U>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Converter;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;Lorg/jooq/Converter<-TT;+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      field      
      converter  

  public abstract <E> java.util.List<E> fetchInto(java.lang.Class<? extends E>);
    descriptor: (Ljava/lang/Class;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/Class<+TE;>;)Ljava/util/List<TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      type  

  public abstract <Z extends org.jooq.Record> org.jooq.Result<Z> fetchInto(org.jooq.Table<Z>);
    descriptor: (Lorg/jooq/Table;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <Z::Lorg/jooq/Record;>(Lorg/jooq/Table<TZ;>;)Lorg/jooq/Result<TZ;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      table  

  public abstract <H extends org.jooq.RecordHandler<? super R>> H fetchInto();
    descriptor: (Lorg/jooq/RecordHandler;)Lorg/jooq/RecordHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <H::Lorg/jooq/RecordHandler<-TR;>;>(TH;)TH;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      handler  

  public abstract <E> java.util.List<E> fetch(org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/RecordMapper;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/List<TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      mapper  

  public abstract java.util.concurrent.CompletionStage<org.jooq.Result<R>> fetchAsync();
    descriptor: ()Ljava/util/concurrent/CompletionStage;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/concurrent/CompletionStage<Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract java.util.concurrent.CompletionStage<org.jooq.Result<R>> fetchAsync(java.util.concurrent.Executor);
    descriptor: (Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage<Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      executor  

  public abstract org.jooq.FutureResult<R> fetchLater();
    descriptor: ()Lorg/jooq/FutureResult;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ()Lorg/jooq/FutureResult<TR;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.FutureResult<R> fetchLater(java.util.concurrent.ExecutorService);
    descriptor: (Ljava/util/concurrent/ExecutorService;)Lorg/jooq/FutureResult;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Ljava/util/concurrent/ExecutorService;)Lorg/jooq/FutureResult<TR;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      executor  

  public abstract java.lang.Class<? extends R> getRecordType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<+TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.ResultQuery<R> bind(java.lang.String, );
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: (Ljava/lang/String;Ljava/lang/Object;)Lorg/jooq/ResultQuery<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      param  
      value  

  public abstract org.jooq.ResultQuery<R> bind(int, );
    descriptor: (ILjava/lang/Object;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: (ILjava/lang/Object;)Lorg/jooq/ResultQuery<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      index  
      value  

  public abstract org.jooq.ResultQuery<R> poolable(boolean);
    descriptor: (Z)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Z)Lorg/jooq/ResultQuery<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      poolable  

  public abstract org.jooq.ResultQuery<R> queryTimeout(int);
    descriptor: (I)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lorg/jooq/ResultQuery<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      timeout  

  public abstract org.jooq.ResultQuery<R> keepStatement(boolean);
    descriptor: (Z)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Z)Lorg/jooq/ResultQuery<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keepStatement  

  public abstract org.jooq.ResultQuery<R> maxRows(int);
    descriptor: (I)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lorg/jooq/ResultQuery<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      rows  

  public abstract org.jooq.ResultQuery<R> fetchSize(int);
    descriptor: (I)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lorg/jooq/ResultQuery<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      rows  

  public abstract org.jooq.ResultQuery<R> resultSetConcurrency(int);
    descriptor: (I)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lorg/jooq/ResultQuery<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                      Name  Flags
      resultSetConcurrency  

  public abstract org.jooq.ResultQuery<R> resultSetType(int);
    descriptor: (I)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lorg/jooq/ResultQuery<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      resultSetType  

  public abstract org.jooq.ResultQuery<R> resultSetHoldability(int);
    descriptor: (I)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lorg/jooq/ResultQuery<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                      Name  Flags
      resultSetHoldability  

  public abstract org.jooq.ResultQuery<R> intern(org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Field<*>;)Lorg/jooq/ResultQuery<TR;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      fields  

  public abstract org.jooq.ResultQuery<R> intern(int[]);
    descriptor: ([I)Lorg/jooq/ResultQuery;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([I)Lorg/jooq/ResultQuery<TR;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      fieldIndexes  

  public abstract org.jooq.ResultQuery<R> intern(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lorg/jooq/ResultQuery;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Ljava/lang/String;)Lorg/jooq/ResultQuery<TR;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldNames  

  public abstract org.jooq.ResultQuery<R> intern(org.jooq.Name[]);
    descriptor: ([Lorg/jooq/Name;)Lorg/jooq/ResultQuery;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Name;)Lorg/jooq/ResultQuery<TR;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldNames  

  public abstract <X extends org.jooq.Record> org.jooq.ResultQuery<X> coerce(org.jooq.Table<X>);
    descriptor: (Lorg/jooq/Table;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <X::Lorg/jooq/Record;>(Lorg/jooq/Table<TX;>;)Lorg/jooq/ResultQuery<TX;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      table  

  public abstract org.jooq.ResultQuery<org.jooq.Record> coerce(org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Field<*>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      fields  

  public abstract org.jooq.ResultQuery<org.jooq.Record> coerce(java.util.Collection<? extends org.jooq.Field<?>>);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<+Lorg/jooq/Field<*>;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      fields  

  public abstract <T1> org.jooq.ResultQuery<org.jooq.Record1<T1>> coerce(org.jooq.Field<T1>);
    descriptor: (Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record1<TT1;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  

  public abstract <T1, T2> org.jooq.ResultQuery<org.jooq.Record2<T1, T2>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record2<TT1;TT2;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  

  public abstract <T1, T2, T3> org.jooq.ResultQuery<org.jooq.Record3<T1, T2, T3>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record3<TT1;TT2;TT3;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  
      field3  

  public abstract <T1, T2, T3, T4> org.jooq.ResultQuery<org.jooq.Record4<T1, T2, T3, T4>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  
      field3  
      field4  

  public abstract <T1, T2, T3, T4, T5> org.jooq.ResultQuery<org.jooq.Record5<T1, T2, T3, T4, T5>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record5<TT1;TT2;TT3;TT4;TT5;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  
      field3  
      field4  
      field5  

  public abstract <T1, T2, T3, T4, T5, T6> org.jooq.ResultQuery<org.jooq.Record6<T1, T2, T3, T4, T5, T6>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record6<TT1;TT2;TT3;TT4;TT5;TT6;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  
      field3  
      field4  
      field5  
      field6  

  public abstract <T1, T2, T3, T4, T5, T6, T7> org.jooq.ResultQuery<org.jooq.Record7<T1, T2, T3, T4, T5, T6, T7>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record7<TT1;TT2;TT3;TT4;TT5;TT6;TT7;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  
      field3  
      field4  
      field5  
      field6  
      field7  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8> org.jooq.ResultQuery<org.jooq.Record8<T1, T2, T3, T4, T5, T6, T7, T8>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record8<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  
      field3  
      field4  
      field5  
      field6  
      field7  
      field8  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9> org.jooq.ResultQuery<org.jooq.Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record9<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  
      field3  
      field4  
      field5  
      field6  
      field7  
      field8  
      field9  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> org.jooq.ResultQuery<org.jooq.Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record10<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> org.jooq.ResultQuery<org.jooq.Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record11<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> org.jooq.ResultQuery<org.jooq.Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record12<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> org.jooq.ResultQuery<org.jooq.Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record13<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> org.jooq.ResultQuery<org.jooq.Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record14<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> org.jooq.ResultQuery<org.jooq.Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record15<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> org.jooq.ResultQuery<org.jooq.Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>, org.jooq.Field<T16>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;T16:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;Lorg/jooq/Field<TT16;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record16<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;TT16;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  
      field16  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> org.jooq.ResultQuery<org.jooq.Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>, org.jooq.Field<T16>, org.jooq.Field<T17>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;T16:Ljava/lang/Object;T17:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;Lorg/jooq/Field<TT16;>;Lorg/jooq/Field<TT17;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record17<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;TT16;TT17;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  
      field16  
      field17  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> org.jooq.ResultQuery<org.jooq.Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>, org.jooq.Field<T16>, org.jooq.Field<T17>, org.jooq.Field<T18>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;T16:Ljava/lang/Object;T17:Ljava/lang/Object;T18:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;Lorg/jooq/Field<TT16;>;Lorg/jooq/Field<TT17;>;Lorg/jooq/Field<TT18;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record18<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;TT16;TT17;TT18;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  
      field16  
      field17  
      field18  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> org.jooq.ResultQuery<org.jooq.Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>, org.jooq.Field<T16>, org.jooq.Field<T17>, org.jooq.Field<T18>, org.jooq.Field<T19>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;T16:Ljava/lang/Object;T17:Ljava/lang/Object;T18:Ljava/lang/Object;T19:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;Lorg/jooq/Field<TT16;>;Lorg/jooq/Field<TT17;>;Lorg/jooq/Field<TT18;>;Lorg/jooq/Field<TT19;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record19<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;TT16;TT17;TT18;TT19;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  
      field16  
      field17  
      field18  
      field19  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> org.jooq.ResultQuery<org.jooq.Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>, org.jooq.Field<T16>, org.jooq.Field<T17>, org.jooq.Field<T18>, org.jooq.Field<T19>, org.jooq.Field<T20>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;T16:Ljava/lang/Object;T17:Ljava/lang/Object;T18:Ljava/lang/Object;T19:Ljava/lang/Object;T20:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;Lorg/jooq/Field<TT16;>;Lorg/jooq/Field<TT17;>;Lorg/jooq/Field<TT18;>;Lorg/jooq/Field<TT19;>;Lorg/jooq/Field<TT20;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record20<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;TT16;TT17;TT18;TT19;TT20;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  
      field16  
      field17  
      field18  
      field19  
      field20  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> org.jooq.ResultQuery<org.jooq.Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>, org.jooq.Field<T16>, org.jooq.Field<T17>, org.jooq.Field<T18>, org.jooq.Field<T19>, org.jooq.Field<T20>, org.jooq.Field<T21>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;T16:Ljava/lang/Object;T17:Ljava/lang/Object;T18:Ljava/lang/Object;T19:Ljava/lang/Object;T20:Ljava/lang/Object;T21:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;Lorg/jooq/Field<TT16;>;Lorg/jooq/Field<TT17;>;Lorg/jooq/Field<TT18;>;Lorg/jooq/Field<TT19;>;Lorg/jooq/Field<TT20;>;Lorg/jooq/Field<TT21;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record21<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;TT16;TT17;TT18;TT19;TT20;TT21;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  
      field16  
      field17  
      field18  
      field19  
      field20  
      field21  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> org.jooq.ResultQuery<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>> coerce(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>, org.jooq.Field<T16>, org.jooq.Field<T17>, org.jooq.Field<T18>, org.jooq.Field<T19>, org.jooq.Field<T20>, org.jooq.Field<T21>, org.jooq.Field<T22>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;T16:Ljava/lang/Object;T17:Ljava/lang/Object;T18:Ljava/lang/Object;T19:Ljava/lang/Object;T20:Ljava/lang/Object;T21:Ljava/lang/Object;T22:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;Lorg/jooq/Field<TT16;>;Lorg/jooq/Field<TT17;>;Lorg/jooq/Field<TT18;>;Lorg/jooq/Field<TT19;>;Lorg/jooq/Field<TT20;>;Lorg/jooq/Field<TT21;>;Lorg/jooq/Field<TT22;>;)Lorg/jooq/ResultQuery<Lorg/jooq/Record22<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;TT16;TT17;TT18;TT19;TT20;TT21;TT22;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  
      field16  
      field17  
      field18  
      field19  
      field20  
      field21  
      field22  
}
Signature: <R::Lorg/jooq/Record;>Ljava/lang/Object;Lorg/jooq/Query;Ljava/lang/Iterable<TR;>;Lorg/reactivestreams/Publisher<TR;>;
SourceFile: "ResultQuery.java"