class org.apache.commons.configuration2.DatabaseConfiguration$3 extends org.apache.commons.configuration2.DatabaseConfiguration$JdbcOperation<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.configuration2.DatabaseConfiguration$3
  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

  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);
    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;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // org.apache.commons.configuration2.DatabaseConfiguration$3 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 447
            aload 0 /* this */
            aload 2
            putfield org.apache.commons.configuration2.DatabaseConfiguration$3.this$0:Lorg/apache/commons/configuration2/DatabaseConfiguration;
            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$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/commons/configuration2/DatabaseConfiguration$3;
            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  

  protected java.lang.Integer performOperation();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // org.apache.commons.configuration2.DatabaseConfiguration$3 this
         0: .line 453
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
         2: .line 454
            ldc "SELECT count(*) FROM %s WHERE 1 = 1"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.commons.configuration2.DatabaseConfiguration$3.this$0:Lorg/apache/commons/configuration2/DatabaseConfiguration;
            getfield org.apache.commons.configuration2.DatabaseConfiguration.table:Ljava/lang/String;
            aastore
         3: .line 453
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         4: .line 454
            iconst_1
            iconst_0
            anewarray java.lang.Object
         5: .line 453
            invokevirtual org.apache.commons.configuration2.DatabaseConfiguration$3.openResultSet:(Ljava/lang/String;Z[Ljava/lang/Object;)Ljava/sql/ResultSet;
            astore 3 /* rs */
        start local 3 // java.sql.ResultSet rs
         6: .line 456
            aload 3 /* rs */
            invokeinterface java.sql.ResultSet.next:()Z
            ifeq 7
            aload 3 /* rs */
            iconst_1
            invokeinterface java.sql.ResultSet.getInt:(I)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            goto 8
      StackMap locals: java.lang.Throwable java.lang.Throwable java.sql.ResultSet
      StackMap stack:
         7: aconst_null
         8: .line 457
      StackMap locals:
      StackMap stack: java.lang.Integer
            aload 3 /* rs */
            ifnull 9
            aload 3 /* rs */
            invokeinterface java.sql.ResultSet.close:()V
         9: .line 456
      StackMap locals:
      StackMap stack: java.lang.Integer
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 1
        11: .line 457
            aload 3 /* rs */
            ifnull 12
            aload 3 /* rs */
            invokeinterface java.sql.ResultSet.close:()V
        end local 3 // java.sql.ResultSet rs
      StackMap locals:
      StackMap stack:
        12: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 2
            aload 1
            ifnonnull 14
            aload 2
            astore 1
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 1
            aload 2
            if_acmpeq 15
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        15: aload 1
            athrow
        end local 0 // org.apache.commons.configuration2.DatabaseConfiguration$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/apache/commons/configuration2/DatabaseConfiguration$3;
            6   12     3    rs  Ljava/sql/ResultSet;
      Exception table:
        from    to  target  type
           6     8      10  any
           1     9      13  any
          10    13      13  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$3.performOperation:()Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.sql.SQLException
}
Signature: Lorg/apache/commons/configuration2/DatabaseConfiguration$JdbcOperation<Ljava/lang/Integer;>;
SourceFile: "DatabaseConfiguration.java"
EnclosingMethod: org.apache.commons.configuration2.DatabaseConfiguration.isEmptyInternal:()Z
NestHost: org.apache.commons.configuration2.DatabaseConfiguration
InnerClasses:
  org.apache.commons.configuration2.DatabaseConfiguration$3
  private abstract JdbcOperation = org.apache.commons.configuration2.DatabaseConfiguration$JdbcOperation of org.apache.commons.configuration2.DatabaseConfiguration