class org.postgresql.jdbc.PgConnection$TransactionCommandHandler extends org.postgresql.core.ResultHandlerBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.postgresql.jdbc.PgConnection$TransactionCommandHandler
  super_class: org.postgresql.core.ResultHandlerBase
{
  final org.postgresql.jdbc.PgConnection this$0;
    descriptor: Lorg/postgresql/jdbc/PgConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.postgresql.jdbc.PgConnection);
    descriptor: (Lorg/postgresql/jdbc/PgConnection;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.postgresql.jdbc.PgConnection$TransactionCommandHandler this
         0: .line 1007
            aload 0 /* this */
            aload 1
            putfield org.postgresql.jdbc.PgConnection$TransactionCommandHandler.this$0:Lorg/postgresql/jdbc/PgConnection;
            aload 0 /* this */
            invokespecial org.postgresql.core.ResultHandlerBase.<init>:()V
            return
        end local 0 // org.postgresql.jdbc.PgConnection$TransactionCommandHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/jdbc/PgConnection$TransactionCommandHandler;
    MethodParameters:
        Name  Flags
      this$0  final

  public void handleCompletion();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.postgresql.jdbc.PgConnection$TransactionCommandHandler this
         0: .line 1009
            aload 0 /* this */
            invokevirtual org.postgresql.jdbc.PgConnection$TransactionCommandHandler.getWarning:()Ljava/sql/SQLWarning;
            astore 1 /* warning */
        start local 1 // java.sql.SQLWarning warning
         1: .line 1010
            aload 1 /* warning */
            ifnull 3
         2: .line 1011
            aload 0 /* this */
            getfield org.postgresql.jdbc.PgConnection$TransactionCommandHandler.this$0:Lorg/postgresql/jdbc/PgConnection;
            aload 1 /* warning */
            invokevirtual org.postgresql.jdbc.PgConnection.addWarning:(Ljava/sql/SQLWarning;)V
         3: .line 1013
      StackMap locals: java.sql.SQLWarning
      StackMap stack:
            aload 0 /* this */
            invokespecial org.postgresql.core.ResultHandlerBase.handleCompletion:()V
         4: .line 1014
            return
        end local 1 // java.sql.SQLWarning warning
        end local 0 // org.postgresql.jdbc.PgConnection$TransactionCommandHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/postgresql/jdbc/PgConnection$TransactionCommandHandler;
            1    5     1  warning  Ljava/sql/SQLWarning;
    Exceptions:
      throws java.sql.SQLException
}
SourceFile: "PgConnection.java"
NestHost: org.postgresql.jdbc.PgConnection
InnerClasses:
  private TransactionCommandHandler = org.postgresql.jdbc.PgConnection$TransactionCommandHandler of org.postgresql.jdbc.PgConnection