class org.apache.commons.configuration2.DatabaseConfiguration$5 extends org.apache.commons.configuration2.DatabaseConfiguration$JdbcOperation<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.configuration2.DatabaseConfiguration$5
  super_class: org.apache.commons.configuration2.DatabaseConfiguration$JdbcOperation
{
  final org.apache.commons.configuration2.DatabaseConfiguration this$0;
    descriptor: Lorg/apache/commons/configuration2/DatabaseConfiguration;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$key;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.commons.configuration2.DatabaseConfiguration, org.apache.commons.configuration2.DatabaseConfiguration, org.apache.commons.configuration2.event.EventType, org.apache.commons.configuration2.event.EventType, java.lang.String, java.lang.Object, java.lang.String);
    descriptor: (Lorg/apache/commons/configuration2/DatabaseConfiguration;Lorg/apache/commons/configuration2/DatabaseConfiguration;Lorg/apache/commons/configuration2/event/EventType;Lorg/apache/commons/configuration2/event/EventType;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=8, args_size=8
        start local 0 // org.apache.commons.configuration2.DatabaseConfiguration$5 this
        start local 3 // org.apache.commons.configuration2.event.EventType $anonymous0
        start local 4 // org.apache.commons.configuration2.event.EventType $anonymous1
        start local 5 // java.lang.String $anonymous2
        start local 6 // java.lang.Object $anonymous3
         0: .line 509
            aload 0 /* this */
            aload 2
            putfield org.apache.commons.configuration2.DatabaseConfiguration$5.this$0:Lorg/apache/commons/configuration2/DatabaseConfiguration;
            aload 0 /* this */
            aload 7
            putfield org.apache.commons.configuration2.DatabaseConfiguration$5.val$key:Ljava/lang/String;
            aload 0 /* this */
            aload 1
            aload 3 /* $anonymous0 */
            aload 4 /* $anonymous1 */
            aload 5 /* $anonymous2 */
            aload 6 /* $anonymous3 */
            invokespecial org.apache.commons.configuration2.DatabaseConfiguration$JdbcOperation.<init>:(Lorg/apache/commons/configuration2/DatabaseConfiguration;Lorg/apache/commons/configuration2/event/EventType;Lorg/apache/commons/configuration2/event/EventType;Ljava/lang/String;Ljava/lang/Object;)V
            return
        end local 6 // java.lang.Object $anonymous3
        end local 5 // java.lang.String $anonymous2
        end local 4 // org.apache.commons.configuration2.event.EventType $anonymous1
        end local 3 // org.apache.commons.configuration2.event.EventType $anonymous0
        end local 0 // org.apache.commons.configuration2.DatabaseConfiguration$5 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/commons/configuration2/DatabaseConfiguration$5;
            0    1     3  $anonymous0  Lorg/apache/commons/configuration2/event/EventType<+Lorg/apache/commons/configuration2/event/ConfigurationErrorEvent;>;
            0    1     4  $anonymous1  Lorg/apache/commons/configuration2/event/EventType<*>;
            0    1     5  $anonymous2  Ljava/lang/String;
            0    1     6  $anonymous3  Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      this$0       final
      this$1       final
      $anonymous0  
      $anonymous1  
      $anonymous2  
      $anonymous3  
      val$key      final

  protected java.lang.Void performOperation();
    descriptor: ()Ljava/lang/Void;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // org.apache.commons.configuration2.DatabaseConfiguration$5 this
         0: .line 515
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
         2: .line 516
            ldc "DELETE FROM %s WHERE %s =?"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.commons.configuration2.DatabaseConfiguration$5.this$0:Lorg/apache/commons/configuration2/DatabaseConfiguration;
            getfield org.apache.commons.configuration2.DatabaseConfiguration.table:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.commons.configuration2.DatabaseConfiguration$5.this$0:Lorg/apache/commons/configuration2/DatabaseConfiguration;
            getfield org.apache.commons.configuration2.DatabaseConfiguration.keyColumn:Ljava/lang/String;
            aastore
         3: .line 515
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         4: .line 516
            iconst_1
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.commons.configuration2.DatabaseConfiguration$5.val$key:Ljava/lang/String;
            aastore
         5: .line 515
            invokevirtual org.apache.commons.configuration2.DatabaseConfiguration$5.initStatement:(Ljava/lang/String;Z[Ljava/lang/Object;)Ljava/sql/PreparedStatement;
            astore 3 /* ps */
        start local 3 // java.sql.PreparedStatement ps
         6: .line 518
            aload 3 /* ps */
            invokeinterface java.sql.PreparedStatement.executeUpdate:()I
            pop
         7: .line 520
            aload 3 /* ps */
            ifnull 8
            aload 3 /* ps */
            invokeinterface java.sql.PreparedStatement.close:()V
         8: .line 519
      StackMap locals: java.lang.Throwable java.lang.Throwable java.sql.PreparedStatement
      StackMap stack:
            aconst_null
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 1
        10: .line 520
            aload 3 /* ps */
            ifnull 11
            aload 3 /* ps */
            invokeinterface java.sql.PreparedStatement.close:()V
        end local 3 // java.sql.PreparedStatement ps
      StackMap locals:
      StackMap stack:
        11: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: astore 2
            aload 1
            ifnonnull 13
            aload 2
            astore 1
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 1
            aload 2
            if_acmpeq 14
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        14: aload 1
            athrow
        end local 0 // org.apache.commons.configuration2.DatabaseConfiguration$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/apache/commons/configuration2/DatabaseConfiguration$5;
            6   11     3    ps  Ljava/sql/PreparedStatement;
      Exception table:
        from    to  target  type
           6     7       9  any
           1     8      12  any
           9    12      12  any
    Exceptions:
      throws java.sql.SQLException

  protected java.lang.Object performOperation();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.configuration2.DatabaseConfiguration$5.performOperation:()Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.sql.SQLException
}
Signature: Lorg/apache/commons/configuration2/DatabaseConfiguration$JdbcOperation<Ljava/lang/Void;>;
SourceFile: "DatabaseConfiguration.java"
EnclosingMethod: org.apache.commons.configuration2.DatabaseConfiguration.clearPropertyDirect:(Ljava/lang/String;)V
NestHost: org.apache.commons.configuration2.DatabaseConfiguration
InnerClasses:
  org.apache.commons.configuration2.DatabaseConfiguration$5
  private abstract JdbcOperation = org.apache.commons.configuration2.DatabaseConfiguration$JdbcOperation of org.apache.commons.configuration2.DatabaseConfiguration