final class org.jooq.impl.BatchCRUD extends org.jooq.impl.AbstractBatch
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jooq.impl.BatchCRUD
  super_class: org.jooq.impl.AbstractBatch
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2935544935267715011

  private final org.jooq.TableRecord<?>[] records;
    descriptor: [Lorg/jooq/TableRecord;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: [Lorg/jooq/TableRecord<*>;

  private final org.jooq.impl.BatchCRUD$Action action;
    descriptor: Lorg/jooq/impl/BatchCRUD$Action;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static volatile int[] $SWITCH_TABLE$org$jooq$impl$BatchCRUD$Action;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  void <init>(org.jooq.Configuration, org.jooq.impl.BatchCRUD$Action, org.jooq.TableRecord<?>[]);
    descriptor: (Lorg/jooq/Configuration;Lorg/jooq/impl/BatchCRUD$Action;[Lorg/jooq/TableRecord;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jooq.impl.BatchCRUD this
        start local 1 // org.jooq.Configuration configuration
        start local 2 // org.jooq.impl.BatchCRUD$Action action
        start local 3 // org.jooq.TableRecord[] records
         0: .line 72
            aload 0 /* this */
            aload 1 /* configuration */
            invokespecial org.jooq.impl.AbstractBatch.<init>:(Lorg/jooq/Configuration;)V
         1: .line 74
            aload 0 /* this */
            aload 2 /* action */
            putfield org.jooq.impl.BatchCRUD.action:Lorg/jooq/impl/BatchCRUD$Action;
         2: .line 75
            aload 0 /* this */
            aload 3 /* records */
            putfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
         3: .line 76
            return
        end local 3 // org.jooq.TableRecord[] records
        end local 2 // org.jooq.impl.BatchCRUD$Action action
        end local 1 // org.jooq.Configuration configuration
        end local 0 // org.jooq.impl.BatchCRUD this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/jooq/impl/BatchCRUD;
            0    4     1  configuration  Lorg/jooq/Configuration;
            0    4     2         action  Lorg/jooq/impl/BatchCRUD$Action;
            0    4     3        records  [Lorg/jooq/TableRecord;
    Signature: (Lorg/jooq/Configuration;Lorg/jooq/impl/BatchCRUD$Action;[Lorg/jooq/TableRecord<*>;)V
    MethodParameters:
               Name  Flags
      configuration  
      action         
      records        

  public final int size();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.BatchCRUD this
         0: .line 80
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            arraylength
            ireturn
        end local 0 // org.jooq.impl.BatchCRUD this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/BatchCRUD;

  public final int[] execute();
    descriptor: ()[I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.BatchCRUD this
         0: .line 88
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.configuration:Lorg/jooq/Configuration;
            invokeinterface org.jooq.Configuration.settings:()Lorg/jooq/conf/Settings;
            invokestatic org.jooq.conf.SettingsTools.executeStaticStatements:(Lorg/jooq/conf/Settings;)Z
            ifeq 2
         1: .line 89
            aload 0 /* this */
            invokevirtual org.jooq.impl.BatchCRUD.executeStatic:()[I
            areturn
         2: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jooq.impl.BatchCRUD.executePrepared:()[I
            areturn
        end local 0 // org.jooq.impl.BatchCRUD this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jooq/impl/BatchCRUD;
    Exceptions:
      throws org.jooq.exception.DataAccessException

  private final int[] executePrepared();
    descriptor: ()[I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=13, args_size=1
        start local 0 // org.jooq.impl.BatchCRUD this
         0: .line 95
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            astore 1 /* queries */
        start local 1 // java.util.Map queries
         1: .line 96
            new org.jooq.impl.BatchCRUD$QueryCollector
            dup
            invokespecial org.jooq.impl.BatchCRUD$QueryCollector.<init>:()V
            astore 2 /* collector */
        start local 2 // org.jooq.impl.BatchCRUD$QueryCollector collector
         2: .line 99
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.configuration:Lorg/jooq/Configuration;
         3: .line 100
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.configuration:Lorg/jooq/Configuration;
            invokeinterface org.jooq.Configuration.executeListenerProviders:()[Lorg/jooq/ExecuteListenerProvider;
         4: .line 101
            new org.jooq.impl.DefaultExecuteListenerProvider
            dup
            aload 2 /* collector */
            invokespecial org.jooq.impl.DefaultExecuteListenerProvider.<init>:(Lorg/jooq/ExecuteListener;)V
         5: .line 99
            invokestatic org.jooq.impl.Tools.combine:([Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.jooq.ExecuteListenerProvider[]
            invokeinterface org.jooq.Configuration.derive:([Lorg/jooq/ExecuteListenerProvider;)Lorg/jooq/Configuration;
            astore 3 /* local */
        start local 3 // org.jooq.Configuration local
         6: .line 105
            aload 3 /* local */
            getstatic org.jooq.impl.Tools$BooleanDataKey.DATA_OMIT_RETURNING_CLAUSE:Lorg/jooq/impl/Tools$BooleanDataKey;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface org.jooq.Configuration.data:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 108
            aload 3 /* local */
            invokeinterface org.jooq.Configuration.settings:()Lorg/jooq/conf/Settings;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual org.jooq.conf.Settings.setExecuteLogging:(Ljava/lang/Boolean;)V
         8: .line 110
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         9: goto 29
        10: .line 111
      StackMap locals: org.jooq.impl.BatchCRUD java.util.Map org.jooq.impl.BatchCRUD$QueryCollector org.jooq.Configuration int
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 4 /* i */
            aaload
            invokeinterface org.jooq.TableRecord.configuration:()Lorg/jooq/Configuration;
            astore 5 /* previous */
        start local 5 // org.jooq.Configuration previous
        11: .line 114
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 4 /* i */
            aaload
            aload 3 /* local */
            invokeinterface org.jooq.TableRecord.attach:(Lorg/jooq/Configuration;)V
        12: .line 115
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual org.jooq.impl.BatchCRUD.executeAction:(I)V
        13: .line 116
            goto 27
        14: .line 117
      StackMap locals: org.jooq.impl.BatchCRUD java.util.Map org.jooq.impl.BatchCRUD$QueryCollector org.jooq.Configuration int org.jooq.Configuration
      StackMap stack: org.jooq.impl.BatchCRUD$QueryCollectorSignal
            astore 6 /* e */
        start local 6 // org.jooq.impl.BatchCRUD$QueryCollectorSignal e
        15: .line 118
            aload 6 /* e */
            invokevirtual org.jooq.impl.BatchCRUD$QueryCollectorSignal.getQuery:()Lorg/jooq/Query;
            astore 7 /* query */
        start local 7 // org.jooq.Query query
        16: .line 119
            aload 6 /* e */
            invokevirtual org.jooq.impl.BatchCRUD$QueryCollectorSignal.getSQL:()Ljava/lang/String;
            astore 8 /* sql */
        start local 8 // java.lang.String sql
        17: .line 122
            aload 7 /* query */
            invokeinterface org.jooq.Query.isExecutable:()Z
            ifeq 23
        18: .line 123
            aload 1 /* queries */
            aload 8 /* sql */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 9 /* list */
        start local 9 // java.util.List list
        19: .line 125
            aload 9 /* list */
            ifnonnull 22
        20: .line 126
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 9 /* list */
        21: .line 127
            aload 1 /* queries */
            aload 8 /* sql */
            aload 9 /* list */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        22: .line 130
      StackMap locals: org.jooq.impl.BatchCRUD java.util.Map org.jooq.impl.BatchCRUD$QueryCollector org.jooq.Configuration int org.jooq.Configuration org.jooq.impl.BatchCRUD$QueryCollectorSignal org.jooq.Query java.lang.String java.util.List
      StackMap stack:
            aload 9 /* list */
            aload 7 /* query */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // java.util.List list
        end local 8 // java.lang.String sql
        end local 7 // org.jooq.Query query
        end local 6 // org.jooq.impl.BatchCRUD$QueryCollectorSignal e
        23: .line 134
      StackMap locals: org.jooq.impl.BatchCRUD java.util.Map org.jooq.impl.BatchCRUD$QueryCollector org.jooq.Configuration int org.jooq.Configuration
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 4 /* i */
            aaload
            aload 5 /* previous */
            invokeinterface org.jooq.TableRecord.attach:(Lorg/jooq/Configuration;)V
            goto 28
        24: .line 133
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        25: .line 134
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 4 /* i */
            aaload
            aload 5 /* previous */
            invokeinterface org.jooq.TableRecord.attach:(Lorg/jooq/Configuration;)V
        26: .line 135
            aload 10
            athrow
        27: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 4 /* i */
            aaload
            aload 5 /* previous */
            invokeinterface org.jooq.TableRecord.attach:(Lorg/jooq/Configuration;)V
        end local 5 // org.jooq.Configuration previous
        28: .line 110
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 4 /* i */
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            arraylength
            if_icmplt 10
        end local 4 // int i
        30: .line 141
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* result */
        start local 4 // java.util.List result
        31: .line 142
            aload 1 /* queries */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 44
      StackMap locals: org.jooq.impl.BatchCRUD java.util.Map org.jooq.impl.BatchCRUD$QueryCollector org.jooq.Configuration java.util.List top java.util.Iterator
      StackMap stack:
        32: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 5 /* entry */
        start local 5 // java.util.Map$Entry entry
        33: .line 143
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.dsl:Lorg/jooq/DSLContext;
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.List
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.jooq.Query
            invokeinterface org.jooq.DSLContext.batch:(Lorg/jooq/Query;)Lorg/jooq/BatchBindStep;
            astore 7 /* batch */
        start local 7 // org.jooq.BatchBindStep batch
        34: .line 145
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.List
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 37
      StackMap locals: org.jooq.impl.BatchCRUD java.util.Map org.jooq.impl.BatchCRUD$QueryCollector org.jooq.Configuration java.util.List java.util.Map$Entry java.util.Iterator org.jooq.BatchBindStep top java.util.Iterator
      StackMap stack:
        35: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jooq.Query
            astore 8 /* query */
        start local 8 // org.jooq.Query query
        36: .line 146
            aload 7 /* batch */
            aload 8 /* query */
            invokeinterface org.jooq.Query.getBindValues:()Ljava/util/List;
            invokeinterface java.util.List.toArray:()[Ljava/lang/Object;
            invokeinterface org.jooq.BatchBindStep.bind:([Ljava/lang/Object;)Lorg/jooq/BatchBindStep;
            pop
        end local 8 // org.jooq.Query query
        37: .line 145
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 35
        38: .line 148
            aload 7 /* batch */
            invokeinterface org.jooq.BatchBindStep.execute:()[I
            astore 8 /* array */
        start local 8 // int[] array
        39: .line 149
            aload 8 /* array */
            dup
            astore 12
            arraylength
            istore 11
            iconst_0
            istore 10
            goto 43
      StackMap locals: org.jooq.impl.BatchCRUD java.util.Map org.jooq.impl.BatchCRUD$QueryCollector org.jooq.Configuration java.util.List java.util.Map$Entry java.util.Iterator org.jooq.BatchBindStep int[] top int int int[]
      StackMap stack:
        40: aload 12
            iload 10
            iaload
            istore 9 /* i */
        start local 9 // int i
        41: .line 150
            aload 4 /* result */
            iload 9 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // int i
        42: .line 149
            iinc 10 1
      StackMap locals:
      StackMap stack:
        43: iload 10
            iload 11
            if_icmplt 40
        end local 8 // int[] array
        end local 7 // org.jooq.BatchBindStep batch
        end local 5 // java.util.Map$Entry entry
        44: .line 142
      StackMap locals: org.jooq.impl.BatchCRUD java.util.Map org.jooq.impl.BatchCRUD$QueryCollector org.jooq.Configuration java.util.List top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 32
        45: .line 153
            aload 4 /* result */
            invokeinterface java.util.List.size:()I
            newarray 10
            astore 5 /* array */
        start local 5 // int[] array
        46: .line 154
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        47: goto 50
        48: .line 155
      StackMap locals: org.jooq.impl.BatchCRUD java.util.Map org.jooq.impl.BatchCRUD$QueryCollector org.jooq.Configuration java.util.List int[] int
      StackMap stack:
            aload 5 /* array */
            iload 6 /* i */
            aload 4 /* result */
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
        49: .line 154
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 6 /* i */
            aload 4 /* result */
            invokeinterface java.util.List.size:()I
            if_icmplt 48
        end local 6 // int i
        51: .line 157
            aload 0 /* this */
            invokevirtual org.jooq.impl.BatchCRUD.updateChangedFlag:()V
        52: .line 158
            aload 5 /* array */
            areturn
        end local 5 // int[] array
        end local 4 // java.util.List result
        end local 3 // org.jooq.Configuration local
        end local 2 // org.jooq.impl.BatchCRUD$QueryCollector collector
        end local 1 // java.util.Map queries
        end local 0 // org.jooq.impl.BatchCRUD this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   53     0       this  Lorg/jooq/impl/BatchCRUD;
            1   53     1    queries  Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Lorg/jooq/Query;>;>;
            2   53     2  collector  Lorg/jooq/impl/BatchCRUD$QueryCollector;
            6   53     3      local  Lorg/jooq/Configuration;
            9   30     4          i  I
           11   28     5   previous  Lorg/jooq/Configuration;
           15   23     6          e  Lorg/jooq/impl/BatchCRUD$QueryCollectorSignal;
           16   23     7      query  Lorg/jooq/Query;
           17   23     8        sql  Ljava/lang/String;
           19   23     9       list  Ljava/util/List<Lorg/jooq/Query;>;
           31   53     4     result  Ljava/util/List<Ljava/lang/Integer;>;
           33   44     5      entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/util/List<Lorg/jooq/Query;>;>;
           34   44     7      batch  Lorg/jooq/BatchBindStep;
           36   37     8      query  Lorg/jooq/Query;
           39   44     8      array  [I
           41   42     9          i  I
           46   53     5      array  [I
           47   51     6          i  I
      Exception table:
        from    to  target  type
          11    13      14  Class org.jooq.impl.BatchCRUD$QueryCollectorSignal
          11    23      24  any

  private final int[] executeStatic();
    descriptor: ()[I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // org.jooq.impl.BatchCRUD this
         0: .line 162
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* queries */
        start local 1 // java.util.List queries
         1: .line 163
            new org.jooq.impl.BatchCRUD$QueryCollector
            dup
            invokespecial org.jooq.impl.BatchCRUD$QueryCollector.<init>:()V
            astore 2 /* collector */
        start local 2 // org.jooq.impl.BatchCRUD$QueryCollector collector
         2: .line 165
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.configuration:Lorg/jooq/Configuration;
         3: .line 166
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.configuration:Lorg/jooq/Configuration;
            invokeinterface org.jooq.Configuration.executeListenerProviders:()[Lorg/jooq/ExecuteListenerProvider;
         4: .line 167
            new org.jooq.impl.DefaultExecuteListenerProvider
            dup
            aload 2 /* collector */
            invokespecial org.jooq.impl.DefaultExecuteListenerProvider.<init>:(Lorg/jooq/ExecuteListener;)V
         5: .line 165
            invokestatic org.jooq.impl.Tools.combine:([Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.jooq.ExecuteListenerProvider[]
            invokeinterface org.jooq.Configuration.derive:([Lorg/jooq/ExecuteListenerProvider;)Lorg/jooq/Configuration;
            astore 3 /* local */
        start local 3 // org.jooq.Configuration local
         6: .line 170
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         7: goto 22
         8: .line 171
      StackMap locals: org.jooq.impl.BatchCRUD java.util.List org.jooq.impl.BatchCRUD$QueryCollector org.jooq.Configuration int
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 4 /* i */
            aaload
            invokeinterface org.jooq.TableRecord.configuration:()Lorg/jooq/Configuration;
            astore 5 /* previous */
        start local 5 // org.jooq.Configuration previous
         9: .line 174
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 4 /* i */
            aaload
            aload 3 /* local */
            invokeinterface org.jooq.TableRecord.attach:(Lorg/jooq/Configuration;)V
        10: .line 175
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual org.jooq.impl.BatchCRUD.executeAction:(I)V
        11: .line 176
            goto 20
        12: .line 177
      StackMap locals: org.jooq.impl.BatchCRUD java.util.List org.jooq.impl.BatchCRUD$QueryCollector org.jooq.Configuration int org.jooq.Configuration
      StackMap stack: org.jooq.impl.BatchCRUD$QueryCollectorSignal
            astore 6 /* e */
        start local 6 // org.jooq.impl.BatchCRUD$QueryCollectorSignal e
        13: .line 178
            aload 6 /* e */
            invokevirtual org.jooq.impl.BatchCRUD$QueryCollectorSignal.getQuery:()Lorg/jooq/Query;
            astore 7 /* query */
        start local 7 // org.jooq.Query query
        14: .line 180
            aload 7 /* query */
            invokeinterface org.jooq.Query.isExecutable:()Z
            ifeq 16
        15: .line 181
            aload 1 /* queries */
            aload 7 /* query */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // org.jooq.Query query
        end local 6 // org.jooq.impl.BatchCRUD$QueryCollectorSignal e
        16: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 4 /* i */
            aaload
            aload 5 /* previous */
            invokeinterface org.jooq.TableRecord.attach:(Lorg/jooq/Configuration;)V
            goto 21
        17: .line 183
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        18: .line 184
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 4 /* i */
            aaload
            aload 5 /* previous */
            invokeinterface org.jooq.TableRecord.attach:(Lorg/jooq/Configuration;)V
        19: .line 185
            aload 8
            athrow
        20: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 4 /* i */
            aaload
            aload 5 /* previous */
            invokeinterface org.jooq.TableRecord.attach:(Lorg/jooq/Configuration;)V
        end local 5 // org.jooq.Configuration previous
        21: .line 170
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 4 /* i */
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            arraylength
            if_icmplt 8
        end local 4 // int i
        23: .line 189
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.dsl:Lorg/jooq/DSLContext;
            aload 1 /* queries */
            invokeinterface org.jooq.DSLContext.batch:(Ljava/util/Collection;)Lorg/jooq/Batch;
            invokeinterface org.jooq.Batch.execute:()[I
            astore 4 /* result */
        start local 4 // int[] result
        24: .line 190
            aload 0 /* this */
            invokevirtual org.jooq.impl.BatchCRUD.updateChangedFlag:()V
        25: .line 191
            aload 4 /* result */
            areturn
        end local 4 // int[] result
        end local 3 // org.jooq.Configuration local
        end local 2 // org.jooq.impl.BatchCRUD$QueryCollector collector
        end local 1 // java.util.List queries
        end local 0 // org.jooq.impl.BatchCRUD this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   26     0       this  Lorg/jooq/impl/BatchCRUD;
            1   26     1    queries  Ljava/util/List<Lorg/jooq/Query;>;
            2   26     2  collector  Lorg/jooq/impl/BatchCRUD$QueryCollector;
            6   26     3      local  Lorg/jooq/Configuration;
            7   23     4          i  I
            9   21     5   previous  Lorg/jooq/Configuration;
           13   16     6          e  Lorg/jooq/impl/BatchCRUD$QueryCollectorSignal;
           14   16     7      query  Lorg/jooq/Query;
           24   26     4     result  [I
      Exception table:
        from    to  target  type
           9    11      12  Class org.jooq.impl.BatchCRUD$QueryCollectorSignal
           9    16      17  any

  private void executeAction(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.BatchCRUD this
        start local 1 // int i
         0: .line 195
            invokestatic org.jooq.impl.BatchCRUD.$SWITCH_TABLE$org$jooq$impl$BatchCRUD$Action:()[I
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.action:Lorg/jooq/impl/BatchCRUD$Action;
            invokevirtual org.jooq.impl.BatchCRUD$Action.ordinal:()I
            iaload
            tableswitch { // 1 - 5
                    1: 1
                    2: 3
                    3: 5
                    4: 7
                    5: 9
              default: 10
          }
         1: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 1 /* i */
            aaload
            checkcast org.jooq.UpdatableRecord
            invokeinterface org.jooq.UpdatableRecord.store:()I
            pop
         2: .line 198
            goto 10
         3: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 1 /* i */
            aaload
            invokeinterface org.jooq.TableRecord.insert:()I
            pop
         4: .line 201
            goto 10
         5: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 1 /* i */
            aaload
            checkcast org.jooq.UpdatableRecord
            invokeinterface org.jooq.UpdatableRecord.update:()I
            pop
         6: .line 204
            goto 10
         7: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 1 /* i */
            aaload
            checkcast org.jooq.UpdatableRecord
            invokeinterface org.jooq.UpdatableRecord.merge:()I
            pop
         8: .line 207
            goto 10
         9: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            iload 1 /* i */
            aaload
            checkcast org.jooq.UpdatableRecord
            invokeinterface org.jooq.UpdatableRecord.delete:()I
            pop
        10: .line 212
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int i
        end local 0 // org.jooq.impl.BatchCRUD this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/jooq/impl/BatchCRUD;
            0   11     1     i  I
    MethodParameters:
      Name  Flags
      i     

  private final void updateChangedFlag();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.jooq.impl.BatchCRUD this
         0: .line 218
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.records:[Lorg/jooq/TableRecord;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 10
      StackMap locals: org.jooq.impl.BatchCRUD top int int org.jooq.TableRecord[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* record */
        start local 1 // org.jooq.TableRecord record
         2: .line 219
            aload 1 /* record */
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.action:Lorg/jooq/impl/BatchCRUD$Action;
            getstatic org.jooq.impl.BatchCRUD$Action.DELETE:Lorg/jooq/impl/BatchCRUD$Action;
            if_acmpne 3
            iconst_1
            goto 4
      StackMap locals: org.jooq.impl.BatchCRUD org.jooq.TableRecord int int org.jooq.TableRecord[]
      StackMap stack: org.jooq.TableRecord
         3: iconst_0
      StackMap locals: org.jooq.impl.BatchCRUD org.jooq.TableRecord int int org.jooq.TableRecord[]
      StackMap stack: org.jooq.TableRecord int
         4: invokeinterface org.jooq.TableRecord.changed:(Z)V
         5: .line 223
            aload 1 /* record */
            instanceof org.jooq.impl.AbstractRecord
            ifeq 9
         6: .line 224
            aload 1 /* record */
            checkcast org.jooq.impl.AbstractRecord
            aload 0 /* this */
            getfield org.jooq.impl.BatchCRUD.action:Lorg/jooq/impl/BatchCRUD$Action;
            getstatic org.jooq.impl.BatchCRUD$Action.DELETE:Lorg/jooq/impl/BatchCRUD$Action;
            if_acmpeq 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: org.jooq.impl.AbstractRecord
         7: iconst_0
      StackMap locals: org.jooq.impl.BatchCRUD org.jooq.TableRecord int int org.jooq.TableRecord[]
      StackMap stack: org.jooq.impl.AbstractRecord int
         8: putfield org.jooq.impl.AbstractRecord.fetched:Z
        end local 1 // org.jooq.TableRecord record
         9: .line 218
      StackMap locals: org.jooq.impl.BatchCRUD top int int org.jooq.TableRecord[]
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
        10: iload 2
            iload 3
            if_icmplt 1
        11: .line 226
            return
        end local 0 // org.jooq.impl.BatchCRUD this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/jooq/impl/BatchCRUD;
            2    9     1  record  Lorg/jooq/TableRecord<*>;

  static int[] $SWITCH_TABLE$org$jooq$impl$BatchCRUD$Action();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 61
            getstatic org.jooq.impl.BatchCRUD.$SWITCH_TABLE$org$jooq$impl$BatchCRUD$Action:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.jooq.impl.BatchCRUD$Action.values:()[Lorg/jooq/impl/BatchCRUD$Action;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.jooq.impl.BatchCRUD$Action.DELETE:Lorg/jooq/impl/BatchCRUD$Action;
            invokevirtual org.jooq.impl.BatchCRUD$Action.ordinal:()I
            iconst_5
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.jooq.impl.BatchCRUD$Action.INSERT:Lorg/jooq/impl/BatchCRUD$Action;
            invokevirtual org.jooq.impl.BatchCRUD$Action.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.jooq.impl.BatchCRUD$Action.MERGE:Lorg/jooq/impl/BatchCRUD$Action;
            invokevirtual org.jooq.impl.BatchCRUD$Action.ordinal:()I
            iconst_4
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.jooq.impl.BatchCRUD$Action.STORE:Lorg/jooq/impl/BatchCRUD$Action;
            invokevirtual org.jooq.impl.BatchCRUD$Action.ordinal:()I
            iconst_1
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.jooq.impl.BatchCRUD$Action.UPDATE:Lorg/jooq/impl/BatchCRUD$Action;
            invokevirtual org.jooq.impl.BatchCRUD$Action.ordinal:()I
            iconst_3
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic org.jooq.impl.BatchCRUD.$SWITCH_TABLE$org$jooq$impl$BatchCRUD$Action:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
}
SourceFile: "BatchCRUD.java"
NestMembers:
  org.jooq.impl.BatchCRUD$Action  org.jooq.impl.BatchCRUD$QueryCollector  org.jooq.impl.BatchCRUD$QueryCollectorSignal
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  final Action = org.jooq.impl.BatchCRUD$Action of org.jooq.impl.BatchCRUD
  private QueryCollector = org.jooq.impl.BatchCRUD$QueryCollector of org.jooq.impl.BatchCRUD
  private QueryCollectorSignal = org.jooq.impl.BatchCRUD$QueryCollectorSignal of org.jooq.impl.BatchCRUD
  final BooleanDataKey = org.jooq.impl.Tools$BooleanDataKey of org.jooq.impl.Tools