public interface org.jooq.UpdatableRecord<R extends org.jooq.UpdatableRecord<R>> extends org.jooq.TableRecord<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.UpdatableRecord
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 68
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract org.jooq.Record key();
    descriptor: ()Lorg/jooq/Record;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

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

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

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

  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 int update();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException, org.jooq.exception.DataChangedException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()

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

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

  public abstract int merge();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    RuntimeVisibleAnnotations: 
      org.jooq.Support(value = {org.jooq.SQLDialect.CUBRID:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.DERBY:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.H2:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.HSQLDB:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.MARIADB:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.MYSQL:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.POSTGRES:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.SQLITE:Lorg/jooq/SQLDialect;})

  public abstract int merge(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(value = {org.jooq.SQLDialect.CUBRID:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.DERBY:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.H2:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.HSQLDB:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.MARIADB:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.MYSQL:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.POSTGRES:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.SQLITE:Lorg/jooq/SQLDialect;})
    MethodParameters:
        Name  Flags
      fields  

  public abstract int merge(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(value = {org.jooq.SQLDialect.CUBRID:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.DERBY:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.H2:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.HSQLDB:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.MARIADB:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.MYSQL:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.POSTGRES:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.SQLITE:Lorg/jooq/SQLDialect;})
    MethodParameters:
        Name  Flags
      fields  

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

  public abstract void refresh();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()

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

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

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

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

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

  public abstract <O extends org.jooq.TableRecord<O>> org.jooq.Table<O> children(org.jooq.ForeignKey<O, R>);
    descriptor: (Lorg/jooq/ForeignKey;)Lorg/jooq/Table;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <O::Lorg/jooq/TableRecord<TO;>;>(Lorg/jooq/ForeignKey<TO;TR;>;)Lorg/jooq/Table<TO;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      key   
}
Signature: <R::Lorg/jooq/UpdatableRecord<TR;>;>Ljava/lang/Object;Lorg/jooq/TableRecord<TR;>;
SourceFile: "UpdatableRecord.java"