public final class org.jooq.DDLExportConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jooq.DDLExportConfiguration
  super_class: java.lang.Object
{
  private final java.util.EnumSet<org.jooq.DDLFlag> flags;
    descriptor: Ljava/util/EnumSet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/EnumSet<Lorg/jooq/DDLFlag;>;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=19, locals=1, args_size=1
        start local 0 // org.jooq.DDLExportConfiguration this
         0: .line 80
            aload 0 /* this */
         1: .line 81
            ldc Lorg/jooq/DDLFlag;
            invokestatic java.util.EnumSet.allOf:(Ljava/lang/Class;)Ljava/util/EnumSet;
         2: .line 83
            iconst_0
         3: .line 84
            iconst_0
         4: .line 85
            iconst_0
         5: .line 86
            iconst_0
         6: .line 87
            iconst_0
         7: .line 88
            iconst_0
         8: .line 89
            iconst_0
         9: .line 91
            iconst_0
        10: .line 92
            iconst_0
        11: .line 93
            iconst_0
        12: .line 94
            iconst_1
        13: .line 95
            iconst_0
        14: .line 96
            iconst_0
        15: .line 97
            iconst_0
        16: .line 98
            iconst_0
        17: .line 100
            iconst_0
        18: .line 102
            iconst_0
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
        19: .line 104
            return
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lorg/jooq/DDLExportConfiguration;

  private void <init>(java.util.Collection<org.jooq.DDLFlag>, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, );
    descriptor: (Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=19, args_size=19
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // java.util.Collection flags
        start local 2 // boolean createSchemaIfNotExists
        start local 3 // boolean createTableIfNotExists
        start local 4 // boolean createIndexIfNotExists
        start local 5 // boolean createDomainIfNotExists
        start local 6 // boolean createSequenceIfNotExists
        start local 7 // boolean createViewIfNotExists
        start local 8 // boolean createOrReplaceView
        start local 9 // boolean respectCatalogOrder
        start local 10 // boolean respectSchemaOrder
        start local 11 // boolean respectTableOrder
        start local 12 // boolean respectColumnOrder
        start local 13 // boolean respectConstraintOrder
        start local 14 // boolean respectIndexOrder
        start local 15 // boolean respectDomainOrder
        start local 16 // boolean respectSequenceOrder
        start local 17 // boolean defaultSequenceFlags
        start local 18 // boolean includeConstraintsOnViews
         0: .line 106
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 130
            aload 0 /* this */
            aload 1 /* flags */
            invokestatic java.util.EnumSet.copyOf:(Ljava/util/Collection;)Ljava/util/EnumSet;
            putfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 132
            aload 0 /* this */
            iload 2 /* createSchemaIfNotExists */
            putfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 133
            aload 0 /* this */
            iload 3 /* createTableIfNotExists */
            putfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 134
            aload 0 /* this */
            iload 4 /* createIndexIfNotExists */
            putfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 135
            aload 0 /* this */
            iload 5 /* createDomainIfNotExists */
            putfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 136
            aload 0 /* this */
            iload 6 /* createSequenceIfNotExists */
            putfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 137
            aload 0 /* this */
            iload 7 /* createViewIfNotExists */
            putfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 138
            aload 0 /* this */
            iload 8 /* createOrReplaceView */
            putfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 140
            aload 0 /* this */
            iload 9 /* respectCatalogOrder */
            putfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 141
            aload 0 /* this */
            iload 10 /* respectSchemaOrder */
            putfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 142
            aload 0 /* this */
            iload 11 /* respectTableOrder */
            putfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 143
            aload 0 /* this */
            iload 12 /* respectColumnOrder */
            putfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 144
            aload 0 /* this */
            iload 13 /* respectConstraintOrder */
            putfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 145
            aload 0 /* this */
            iload 14 /* respectIndexOrder */
            putfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 146
            aload 0 /* this */
            iload 15 /* respectDomainOrder */
            putfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 147
            aload 0 /* this */
            iload 16 /* respectSequenceOrder */
            putfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 149
            aload 0 /* this */
            iload 17 /* defaultSequenceFlags */
            putfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 151
            aload 0 /* this */
            iload 18 /* includeConstraintsOnViews */
            putfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 152
            return
        end local 18 // boolean includeConstraintsOnViews
        end local 17 // boolean defaultSequenceFlags
        end local 16 // boolean respectSequenceOrder
        end local 15 // boolean respectDomainOrder
        end local 14 // boolean respectIndexOrder
        end local 13 // boolean respectConstraintOrder
        end local 12 // boolean respectColumnOrder
        end local 11 // boolean respectTableOrder
        end local 10 // boolean respectSchemaOrder
        end local 9 // boolean respectCatalogOrder
        end local 8 // boolean createOrReplaceView
        end local 7 // boolean createViewIfNotExists
        end local 6 // boolean createSequenceIfNotExists
        end local 5 // boolean createDomainIfNotExists
        end local 4 // boolean createIndexIfNotExists
        end local 3 // boolean createTableIfNotExists
        end local 2 // boolean createSchemaIfNotExists
        end local 1 // java.util.Collection flags
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   20     0                       this  Lorg/jooq/DDLExportConfiguration;
            0   20     1                      flags  Ljava/util/Collection<Lorg/jooq/DDLFlag;>;
            0   20     2    createSchemaIfNotExists  Z
            0   20     3     createTableIfNotExists  Z
            0   20     4     createIndexIfNotExists  Z
            0   20     5    createDomainIfNotExists  Z
            0   20     6  createSequenceIfNotExists  Z
            0   20     7      createViewIfNotExists  Z
            0   20     8        createOrReplaceView  Z
            0   20     9        respectCatalogOrder  Z
            0   20    10         respectSchemaOrder  Z
            0   20    11          respectTableOrder  Z
            0   20    12         respectColumnOrder  Z
            0   20    13     respectConstraintOrder  Z
            0   20    14          respectIndexOrder  Z
            0   20    15         respectDomainOrder  Z
            0   20    16       respectSequenceOrder  Z
            0   20    17       defaultSequenceFlags  Z
            0   20    18  includeConstraintsOnViews  Z
    Signature: (Ljava/util/Collection<Lorg/jooq/DDLFlag;>;ZZZZZZZZZZZZZZZZZ)V
    MethodParameters:
                           Name  Flags
      flags                      
      createSchemaIfNotExists    
      createTableIfNotExists     
      createIndexIfNotExists     
      createDomainIfNotExists    
      createSequenceIfNotExists  
      createViewIfNotExists      
      createOrReplaceView        
      respectCatalogOrder        
      respectSchemaOrder         
      respectTableOrder          
      respectColumnOrder         
      respectConstraintOrder     
      respectIndexOrder          
      respectDomainOrder         
      respectSequenceOrder       
      defaultSequenceFlags       
      includeConstraintsOnViews  

  public final java.util.Set<org.jooq.DDLFlag> flags();
    descriptor: ()Ljava/util/Set;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.DDLExportConfiguration this
         0: .line 158
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
            areturn
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/DDLExportConfiguration;
    Signature: ()Ljava/util/Set<Lorg/jooq/DDLFlag;>;

  public final org.jooq.DDLExportConfiguration flags(org.jooq.DDLFlag[]);
    descriptor: ([Lorg/jooq/DDLFlag;)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // org.jooq.DDLFlag[] newFlags
         0: .line 165
            aload 0 /* this */
            aload 1 /* newFlags */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual org.jooq.DDLExportConfiguration.flags:(Ljava/util/Collection;)Lorg/jooq/DDLExportConfiguration;
            areturn
        end local 1 // org.jooq.DDLFlag[] newFlags
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jooq/DDLExportConfiguration;
            0    1     1  newFlags  [Lorg/jooq/DDLFlag;
    MethodParameters:
          Name  Flags
      newFlags  

  public final org.jooq.DDLExportConfiguration flags(java.util.Collection<org.jooq.DDLFlag>);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // java.util.Collection newFlags
         0: .line 172
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 173
            aload 1 /* newFlags */
         2: .line 174
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 175
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 176
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 177
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 178
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 179
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 180
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 181
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 182
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 183
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 184
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 185
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 186
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 187
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 188
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 189
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 190
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 172
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // java.util.Collection newFlags
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0      this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newFlags  Ljava/util/Collection<Lorg/jooq/DDLFlag;>;
    Signature: (Ljava/util/Collection<Lorg/jooq/DDLFlag;>;)Lorg/jooq/DDLExportConfiguration;
    MethodParameters:
          Name  Flags
      newFlags  

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

  public final org.jooq.DDLExportConfiguration createSchemaIfNotExists(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newCreateSchemaIfNotExists
         0: .line 209
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 210
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 211
            iload 1 /* newCreateSchemaIfNotExists */
         3: .line 212
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 213
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 214
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 215
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 216
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 217
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 218
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 219
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 220
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 221
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 222
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 223
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 224
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 225
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 226
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 227
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 209
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newCreateSchemaIfNotExists
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   20     0                        this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newCreateSchemaIfNotExists  Z
    MethodParameters:
                            Name  Flags
      newCreateSchemaIfNotExists  

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

  public final org.jooq.DDLExportConfiguration createTableIfNotExists(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newCreateTableIfNotExists
         0: .line 246
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 247
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 248
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 249
            iload 1 /* newCreateTableIfNotExists */
         4: .line 250
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 251
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 252
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 253
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 254
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 255
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 256
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 257
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 258
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 259
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 260
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 261
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 262
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 263
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 264
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 246
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newCreateTableIfNotExists
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   20     0                       this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newCreateTableIfNotExists  Z
    MethodParameters:
                           Name  Flags
      newCreateTableIfNotExists  

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

  public final org.jooq.DDLExportConfiguration createIndexIfNotExists(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newCreateIndexIfNotExists
         0: .line 283
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 284
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 285
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 286
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 287
            iload 1 /* newCreateIndexIfNotExists */
         5: .line 288
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 289
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 290
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 291
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 292
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 293
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 294
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 295
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 296
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 297
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 298
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 299
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 300
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 301
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 283
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newCreateIndexIfNotExists
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   20     0                       this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newCreateIndexIfNotExists  Z
    MethodParameters:
                           Name  Flags
      newCreateIndexIfNotExists  

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

  public final org.jooq.DDLExportConfiguration createDomainIfNotExists(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newCreateDomainIfNotExists
         0: .line 320
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 321
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 322
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 323
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 324
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 325
            iload 1 /* newCreateDomainIfNotExists */
         6: .line 326
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 327
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 328
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 329
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 330
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 331
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 332
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 333
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 334
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 335
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 336
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 337
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 338
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 320
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newCreateDomainIfNotExists
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   20     0                        this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newCreateDomainIfNotExists  Z
    MethodParameters:
                            Name  Flags
      newCreateDomainIfNotExists  

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

  public final org.jooq.DDLExportConfiguration createSequenceIfNotExists(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newCreateSequenceIfNotExists
         0: .line 357
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 358
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 359
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 360
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 361
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 362
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 363
            iload 1 /* newCreateSequenceIfNotExists */
         7: .line 364
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 365
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 366
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 367
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 368
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 369
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 370
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 371
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 372
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 373
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 374
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 375
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 357
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newCreateSequenceIfNotExists
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   20     0                          this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newCreateSequenceIfNotExists  Z
    MethodParameters:
                              Name  Flags
      newCreateSequenceIfNotExists  

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

  public final org.jooq.DDLExportConfiguration createViewIfNotExists(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newCreateViewIfNotExists
         0: .line 394
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 395
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 396
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 397
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 398
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 399
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 400
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 401
            iload 1 /* newCreateViewIfNotExists */
         8: .line 402
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 403
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 404
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 405
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 406
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 407
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 408
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 409
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 410
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 411
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 412
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 394
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newCreateViewIfNotExists
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   20     0                      this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newCreateViewIfNotExists  Z
    MethodParameters:
                          Name  Flags
      newCreateViewIfNotExists  

  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.DDLExportConfiguration this
         0: .line 424
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
            ireturn
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/DDLExportConfiguration;

  public final org.jooq.DDLExportConfiguration createOrReplaceView(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newCreateOrReplaceView
         0: .line 431
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 432
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 433
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 434
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 435
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 436
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 437
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 438
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 439
            iload 1 /* newCreateOrReplaceView */
         9: .line 440
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 441
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 442
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 443
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 444
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 445
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 446
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 447
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 448
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 449
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 431
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newCreateOrReplaceView
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   20     0                    this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newCreateOrReplaceView  Z
    MethodParameters:
                        Name  Flags
      newCreateOrReplaceView  

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

  public final org.jooq.DDLExportConfiguration respectCatalogOrder(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newRespectCatalogOrder
         0: .line 466
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 467
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 468
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 469
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 470
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 471
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 472
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 473
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 474
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 475
            iload 1 /* newRespectCatalogOrder */
        10: .line 476
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 477
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 478
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 479
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 480
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 481
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 482
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 483
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 484
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 466
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newRespectCatalogOrder
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   20     0                    this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newRespectCatalogOrder  Z
    MethodParameters:
                        Name  Flags
      newRespectCatalogOrder  

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

  public final org.jooq.DDLExportConfiguration respectSchemaOrder(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newRespectSchemaOrder
         0: .line 501
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 502
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 503
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 504
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 505
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 506
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 507
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 508
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 509
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 510
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 511
            iload 1 /* newRespectSchemaOrder */
        11: .line 512
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 513
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 514
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 515
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 516
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 517
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 518
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 519
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 501
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newRespectSchemaOrder
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   20     0                   this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newRespectSchemaOrder  Z
    MethodParameters:
                       Name  Flags
      newRespectSchemaOrder  

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

  public final org.jooq.DDLExportConfiguration respectTableOrder(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newRespectTableOrder
         0: .line 536
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 537
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 538
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 539
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 540
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 541
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 542
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 543
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 544
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 545
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 546
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 547
            iload 1 /* newRespectTableOrder */
        12: .line 548
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 549
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 550
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 551
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 552
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 553
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 554
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 536
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newRespectTableOrder
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   20     0                  this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newRespectTableOrder  Z
    MethodParameters:
                      Name  Flags
      newRespectTableOrder  

  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.DDLExportConfiguration this
         0: .line 563
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
            ireturn
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/DDLExportConfiguration;

  public final org.jooq.DDLExportConfiguration respectColumnOrder(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newRespectColumnOrder
         0: .line 571
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 572
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 573
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 574
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 575
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 576
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 577
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 578
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 579
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 580
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 581
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 582
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 583
            iload 1 /* newRespectColumnOrder */
        13: .line 584
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 585
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 586
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 587
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 588
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 589
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 571
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newRespectColumnOrder
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   20     0                   this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newRespectColumnOrder  Z
    MethodParameters:
                       Name  Flags
      newRespectColumnOrder  

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

  public final org.jooq.DDLExportConfiguration respectConstraintOrder(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newRespectConstraintOrder
         0: .line 606
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 607
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 608
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 609
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 610
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 611
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 612
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 613
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 614
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 615
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 616
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 617
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 618
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 619
            iload 1 /* newRespectConstraintOrder */
        14: .line 620
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 621
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 622
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 623
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 624
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 606
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newRespectConstraintOrder
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   20     0                       this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newRespectConstraintOrder  Z
    MethodParameters:
                           Name  Flags
      newRespectConstraintOrder  

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

  public final org.jooq.DDLExportConfiguration respectIndexOrder(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newRespectIndexOrder
         0: .line 641
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 642
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 643
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 644
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 645
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 646
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 647
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 648
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 649
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 650
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 651
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 652
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 653
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 654
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 655
            iload 1 /* newRespectIndexOrder */
        15: .line 656
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 657
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 658
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 659
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 641
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newRespectIndexOrder
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   20     0                  this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newRespectIndexOrder  Z
    MethodParameters:
                      Name  Flags
      newRespectIndexOrder  

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

  public final org.jooq.DDLExportConfiguration respectDomainOrder(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newRespectDomainOrder
         0: .line 676
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 677
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 678
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 679
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 680
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 681
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 682
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 683
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 684
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 685
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 686
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 687
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 688
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 689
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 690
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 691
            iload 1 /* newRespectDomainOrder */
        16: .line 692
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 693
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 694
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 676
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newRespectDomainOrder
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   20     0                   this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newRespectDomainOrder  Z
    MethodParameters:
                       Name  Flags
      newRespectDomainOrder  

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

  public final org.jooq.DDLExportConfiguration respectSequenceOrder(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newRespectSequenceOrder
         0: .line 711
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 712
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 713
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 714
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 715
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 716
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 717
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 718
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 719
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 720
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 721
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 722
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 723
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 724
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 725
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 726
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 727
            iload 1 /* newRespectSequenceOrder */
        17: .line 728
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 729
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 711
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newRespectSequenceOrder
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   20     0                     this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newRespectSequenceOrder  Z
    MethodParameters:
                         Name  Flags
      newRespectSequenceOrder  

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

  public final org.jooq.DDLExportConfiguration defaultSequenceFlags(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newDefaultSequenceFlags
         0: .line 746
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 747
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 748
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 749
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 750
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 751
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 752
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 753
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 754
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 755
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 756
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 757
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 758
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 759
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 760
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 761
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 762
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 763
            iload 1 /* newDefaultSequenceFlags */
        18: .line 764
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.includeConstraintsOnViews:Z
        19: .line 746
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newDefaultSequenceFlags
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   20     0                     this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newDefaultSequenceFlags  Z
    MethodParameters:
                         Name  Flags
      newDefaultSequenceFlags  

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

  public final org.jooq.DDLExportConfiguration includeConstraintsOnViews(boolean);
    descriptor: (Z)Lorg/jooq/DDLExportConfiguration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=20, locals=2, args_size=2
        start local 0 // org.jooq.DDLExportConfiguration this
        start local 1 // boolean newIncludeConstraintsOnViews
         0: .line 779
            new org.jooq.DDLExportConfiguration
            dup
         1: .line 780
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.flags:Ljava/util/EnumSet;
         2: .line 781
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSchemaIfNotExists:Z
         3: .line 782
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createTableIfNotExists:Z
         4: .line 783
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createIndexIfNotExists:Z
         5: .line 784
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createDomainIfNotExists:Z
         6: .line 785
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createSequenceIfNotExists:Z
         7: .line 786
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createViewIfNotExists:Z
         8: .line 787
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.createOrReplaceView:Z
         9: .line 788
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectCatalogOrder:Z
        10: .line 789
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSchemaOrder:Z
        11: .line 790
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectTableOrder:Z
        12: .line 791
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectColumnOrder:Z
        13: .line 792
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectConstraintOrder:Z
        14: .line 793
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectIndexOrder:Z
        15: .line 794
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectDomainOrder:Z
        16: .line 795
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.respectSequenceOrder:Z
        17: .line 796
            aload 0 /* this */
            getfield org.jooq.DDLExportConfiguration.defaultSequenceFlags:Z
        18: .line 797
            iload 1 /* newIncludeConstraintsOnViews */
        19: .line 779
            invokespecial org.jooq.DDLExportConfiguration.<init>:(Ljava/util/Collection;ZZZZZZZZZZZZZZZZZ)V
            areturn
        end local 1 // boolean newIncludeConstraintsOnViews
        end local 0 // org.jooq.DDLExportConfiguration this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   20     0                          this  Lorg/jooq/DDLExportConfiguration;
            0   20     1  newIncludeConstraintsOnViews  Z
    MethodParameters:
                              Name  Flags
      newIncludeConstraintsOnViews  
}
SourceFile: "DDLExportConfiguration.java"