public interface org.jooq.TableRecord<R extends org.jooq.TableRecord<R>> extends org.jooq.Record
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.TableRecord
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 45
            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\tNotNull cannot be resolved to a type\n\tNotNull 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.Table<R> getTable();
    descriptor: ()Lorg/jooq/Table;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Table<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract R original();
    descriptor: ()Lorg/jooq/TableRecord;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TR;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract int insert();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()

  public abstract int insert(org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;)I
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([Lorg/jooq/Field<*>;)I
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    MethodParameters:
        Name  Flags
      fields  

  public abstract int insert(java.util.Collection<? extends org.jooq.Field<?>>);
    descriptor: (Ljava/util/Collection;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Ljava/util/Collection<+Lorg/jooq/Field<*>;>;)I
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    MethodParameters:
        Name  Flags
      fields  

  public abstract <O extends org.jooq.UpdatableRecord<O>> O fetchParent(org.jooq.ForeignKey<R, O>);
    descriptor: (Lorg/jooq/ForeignKey;)Lorg/jooq/UpdatableRecord;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <O::Lorg/jooq/UpdatableRecord<TO;>;>(Lorg/jooq/ForeignKey<TR;TO;>;)TO;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
      Name  Flags
      key   

  public abstract <O extends org.jooq.UpdatableRecord<O>> org.jooq.Table<O> parent(org.jooq.ForeignKey<R, O>);
    descriptor: (Lorg/jooq/ForeignKey;)Lorg/jooq/Table;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <O::Lorg/jooq/UpdatableRecord<TO;>;>(Lorg/jooq/ForeignKey<TR;TO;>;)Lorg/jooq/Table<TO;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      key   

  public abstract <T> R with(org.jooq.Field<T>, );
    descriptor: (Lorg/jooq/Field;Ljava/lang/Object;)Lorg/jooq/TableRecord;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;TT;)TR;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      field  
      value  

  public abstract <T, U> R with(org.jooq.Field<T>, U, org.jooq.Converter<? extends T, ? super U>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Object;Lorg/jooq/Converter;)Lorg/jooq/TableRecord;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;TU;Lorg/jooq/Converter<+TT;-TU;>;)TR;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      field      
      value      
      converter  
}
Signature: <R::Lorg/jooq/TableRecord<TR;>;>Ljava/lang/Object;Lorg/jooq/Record;
SourceFile: "TableRecord.java"