public final class org.jooq.MigrationConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jooq.MigrationConfiguration
  super_class: java.lang.Object
{
  private final boolean alterTableAddMultiple;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean alterTableDropMultiple;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean dropSchemaCascade;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean dropTableCascade;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean alterTableDropCascade;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean createOrReplaceView;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean respectColumnOrder;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // org.jooq.MigrationConfiguration this
         0: .line 65
            aload 0 /* this */
         1: .line 66
            iconst_0
         2: .line 67
            iconst_0
         3: .line 68
            iconst_0
         4: .line 69
            iconst_0
         5: .line 70
            iconst_0
         6: .line 71
            iconst_0
         7: .line 72
            iconst_0
            invokespecial org.jooq.MigrationConfiguration.<init>:(ZZZZZZZ)V
         8: .line 74
            return
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/jooq/MigrationConfiguration;

  private void <init>(boolean, boolean, boolean, boolean, boolean, boolean, boolean);
    descriptor: (ZZZZZZZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // org.jooq.MigrationConfiguration this
        start local 1 // boolean alterTableAddMultiple
        start local 2 // boolean alterTableDropMultiple
        start local 3 // boolean dropSchemaCascade
        start local 4 // boolean dropTableCascade
        start local 5 // boolean alterTableDropCascade
        start local 6 // boolean createOrReplaceView
        start local 7 // boolean respectColumnOrder
         0: .line 76
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            aload 0 /* this */
            iload 1 /* alterTableAddMultiple */
            putfield org.jooq.MigrationConfiguration.alterTableAddMultiple:Z
         2: .line 86
            aload 0 /* this */
            iload 2 /* alterTableDropMultiple */
            putfield org.jooq.MigrationConfiguration.alterTableDropMultiple:Z
         3: .line 87
            aload 0 /* this */
            iload 3 /* dropSchemaCascade */
            putfield org.jooq.MigrationConfiguration.dropSchemaCascade:Z
         4: .line 88
            aload 0 /* this */
            iload 4 /* dropTableCascade */
            putfield org.jooq.MigrationConfiguration.dropTableCascade:Z
         5: .line 89
            aload 0 /* this */
            iload 5 /* alterTableDropCascade */
            putfield org.jooq.MigrationConfiguration.alterTableDropCascade:Z
         6: .line 90
            aload 0 /* this */
            iload 6 /* createOrReplaceView */
            putfield org.jooq.MigrationConfiguration.createOrReplaceView:Z
         7: .line 91
            aload 0 /* this */
            iload 7 /* respectColumnOrder */
            putfield org.jooq.MigrationConfiguration.respectColumnOrder:Z
         8: .line 92
            return
        end local 7 // boolean respectColumnOrder
        end local 6 // boolean createOrReplaceView
        end local 5 // boolean alterTableDropCascade
        end local 4 // boolean dropTableCascade
        end local 3 // boolean dropSchemaCascade
        end local 2 // boolean alterTableDropMultiple
        end local 1 // boolean alterTableAddMultiple
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    9     0                    this  Lorg/jooq/MigrationConfiguration;
            0    9     1   alterTableAddMultiple  Z
            0    9     2  alterTableDropMultiple  Z
            0    9     3       dropSchemaCascade  Z
            0    9     4        dropTableCascade  Z
            0    9     5   alterTableDropCascade  Z
            0    9     6     createOrReplaceView  Z
            0    9     7      respectColumnOrder  Z
    MethodParameters:
                        Name  Flags
      alterTableAddMultiple   
      alterTableDropMultiple  
      dropSchemaCascade       
      dropTableCascade        
      alterTableDropCascade   
      createOrReplaceView     
      respectColumnOrder      

  public final boolean alterTableAddMultiple();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.MigrationConfiguration this
         0: .line 99
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableAddMultiple:Z
            ireturn
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/MigrationConfiguration;

  public final org.jooq.MigrationConfiguration alterTableAddMultiple(boolean);
    descriptor: (Z)Lorg/jooq/MigrationConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // org.jooq.MigrationConfiguration this
        start local 1 // boolean newAlterTableAddMultiple
         0: .line 107
            new org.jooq.MigrationConfiguration
            dup
         1: .line 108
            iload 1 /* newAlterTableAddMultiple */
         2: .line 109
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableDropMultiple:Z
         3: .line 110
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.dropSchemaCascade:Z
         4: .line 111
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.dropTableCascade:Z
         5: .line 112
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableDropCascade:Z
         6: .line 113
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.createOrReplaceView:Z
         7: .line 114
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.respectColumnOrder:Z
         8: .line 107
            invokespecial org.jooq.MigrationConfiguration.<init>:(ZZZZZZZ)V
            areturn
        end local 1 // boolean newAlterTableAddMultiple
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    9     0                      this  Lorg/jooq/MigrationConfiguration;
            0    9     1  newAlterTableAddMultiple  Z
    MethodParameters:
                          Name  Flags
      newAlterTableAddMultiple  

  public final boolean alterTableDropMultiple();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.MigrationConfiguration this
         0: .line 123
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableDropMultiple:Z
            ireturn
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/MigrationConfiguration;

  public final org.jooq.MigrationConfiguration alterTableDropMultiple(boolean);
    descriptor: (Z)Lorg/jooq/MigrationConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // org.jooq.MigrationConfiguration this
        start local 1 // boolean newAlterTableDropMultiple
         0: .line 131
            new org.jooq.MigrationConfiguration
            dup
         1: .line 132
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableAddMultiple:Z
         2: .line 133
            iload 1 /* newAlterTableDropMultiple */
         3: .line 134
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.dropSchemaCascade:Z
         4: .line 135
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.dropTableCascade:Z
         5: .line 136
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableDropCascade:Z
         6: .line 137
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.createOrReplaceView:Z
         7: .line 138
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.respectColumnOrder:Z
         8: .line 131
            invokespecial org.jooq.MigrationConfiguration.<init>:(ZZZZZZZ)V
            areturn
        end local 1 // boolean newAlterTableDropMultiple
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    9     0                       this  Lorg/jooq/MigrationConfiguration;
            0    9     1  newAlterTableDropMultiple  Z
    MethodParameters:
                           Name  Flags
      newAlterTableDropMultiple  

  public final boolean dropSchemaCascade();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.MigrationConfiguration this
         0: .line 147
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.dropSchemaCascade:Z
            ireturn
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/MigrationConfiguration;

  public final org.jooq.MigrationConfiguration dropSchemaCascade(boolean);
    descriptor: (Z)Lorg/jooq/MigrationConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // org.jooq.MigrationConfiguration this
        start local 1 // boolean newDropSchemaCascade
         0: .line 155
            new org.jooq.MigrationConfiguration
            dup
         1: .line 156
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableAddMultiple:Z
         2: .line 157
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableDropMultiple:Z
         3: .line 158
            iload 1 /* newDropSchemaCascade */
         4: .line 159
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.dropTableCascade:Z
         5: .line 160
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableDropCascade:Z
         6: .line 161
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.createOrReplaceView:Z
         7: .line 162
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.respectColumnOrder:Z
         8: .line 155
            invokespecial org.jooq.MigrationConfiguration.<init>:(ZZZZZZZ)V
            areturn
        end local 1 // boolean newDropSchemaCascade
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    9     0                  this  Lorg/jooq/MigrationConfiguration;
            0    9     1  newDropSchemaCascade  Z
    MethodParameters:
                      Name  Flags
      newDropSchemaCascade  

  public final boolean dropTableCascade();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.MigrationConfiguration this
         0: .line 171
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.dropTableCascade:Z
            ireturn
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/MigrationConfiguration;

  public final org.jooq.MigrationConfiguration dropTableCascade(boolean);
    descriptor: (Z)Lorg/jooq/MigrationConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // org.jooq.MigrationConfiguration this
        start local 1 // boolean newDropTableCascade
         0: .line 179
            new org.jooq.MigrationConfiguration
            dup
         1: .line 180
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableAddMultiple:Z
         2: .line 181
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableDropMultiple:Z
         3: .line 182
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.dropSchemaCascade:Z
         4: .line 183
            iload 1 /* newDropTableCascade */
         5: .line 184
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableDropCascade:Z
         6: .line 185
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.createOrReplaceView:Z
         7: .line 186
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.respectColumnOrder:Z
         8: .line 179
            invokespecial org.jooq.MigrationConfiguration.<init>:(ZZZZZZZ)V
            areturn
        end local 1 // boolean newDropTableCascade
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    9     0                 this  Lorg/jooq/MigrationConfiguration;
            0    9     1  newDropTableCascade  Z
    MethodParameters:
                     Name  Flags
      newDropTableCascade  

  public final boolean alterTableDropCascade();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.MigrationConfiguration this
         0: .line 195
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableDropCascade:Z
            ireturn
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/MigrationConfiguration;

  public final org.jooq.MigrationConfiguration alterTableDropCascade(boolean);
    descriptor: (Z)Lorg/jooq/MigrationConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // org.jooq.MigrationConfiguration this
        start local 1 // boolean newAlterTableDropCascade
         0: .line 203
            new org.jooq.MigrationConfiguration
            dup
         1: .line 204
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableAddMultiple:Z
         2: .line 205
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableDropMultiple:Z
         3: .line 206
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.dropSchemaCascade:Z
         4: .line 207
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.dropTableCascade:Z
         5: .line 208
            iload 1 /* newAlterTableDropCascade */
         6: .line 209
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.createOrReplaceView:Z
         7: .line 210
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.respectColumnOrder:Z
         8: .line 203
            invokespecial org.jooq.MigrationConfiguration.<init>:(ZZZZZZZ)V
            areturn
        end local 1 // boolean newAlterTableDropCascade
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    9     0                      this  Lorg/jooq/MigrationConfiguration;
            0    9     1  newAlterTableDropCascade  Z
    MethodParameters:
                          Name  Flags
      newAlterTableDropCascade  

  public final boolean createOrReplaceView();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.MigrationConfiguration this
         0: .line 218
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.createOrReplaceView:Z
            ireturn
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/MigrationConfiguration;

  public final org.jooq.MigrationConfiguration createOrReplaceView(boolean);
    descriptor: (Z)Lorg/jooq/MigrationConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // org.jooq.MigrationConfiguration this
        start local 1 // boolean newCreateOrReplaceView
         0: .line 225
            new org.jooq.MigrationConfiguration
            dup
         1: .line 226
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableAddMultiple:Z
         2: .line 227
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableDropMultiple:Z
         3: .line 228
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.dropSchemaCascade:Z
         4: .line 229
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.dropTableCascade:Z
         5: .line 230
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableDropCascade:Z
         6: .line 231
            iload 1 /* newCreateOrReplaceView */
         7: .line 232
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.respectColumnOrder:Z
         8: .line 225
            invokespecial org.jooq.MigrationConfiguration.<init>:(ZZZZZZZ)V
            areturn
        end local 1 // boolean newCreateOrReplaceView
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    9     0                    this  Lorg/jooq/MigrationConfiguration;
            0    9     1  newCreateOrReplaceView  Z
    MethodParameters:
                        Name  Flags
      newCreateOrReplaceView  

  public final boolean respectColumnOrder();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.MigrationConfiguration this
         0: .line 240
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.respectColumnOrder:Z
            ireturn
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/MigrationConfiguration;

  public final org.jooq.MigrationConfiguration respectColumnOrder(boolean);
    descriptor: (Z)Lorg/jooq/MigrationConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // org.jooq.MigrationConfiguration this
        start local 1 // boolean newRespectColumnOrder
         0: .line 247
            new org.jooq.MigrationConfiguration
            dup
         1: .line 248
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableAddMultiple:Z
         2: .line 249
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableDropMultiple:Z
         3: .line 250
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.dropSchemaCascade:Z
         4: .line 251
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.dropTableCascade:Z
         5: .line 252
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.alterTableDropCascade:Z
         6: .line 253
            aload 0 /* this */
            getfield org.jooq.MigrationConfiguration.createOrReplaceView:Z
         7: .line 254
            iload 1 /* newRespectColumnOrder */
         8: .line 247
            invokespecial org.jooq.MigrationConfiguration.<init>:(ZZZZZZZ)V
            areturn
        end local 1 // boolean newRespectColumnOrder
        end local 0 // org.jooq.MigrationConfiguration this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    9     0                   this  Lorg/jooq/MigrationConfiguration;
            0    9     1  newRespectColumnOrder  Z
    MethodParameters:
                       Name  Flags
      newRespectColumnOrder  
}
SourceFile: "MigrationConfiguration.java"
    RuntimeInvisibleAnnotations: 
      org.jooq.Internal()