class org.postgresql.jdbc.CallableBatchResultHandler extends org.postgresql.jdbc.BatchResultHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.postgresql.jdbc.CallableBatchResultHandler
  super_class: org.postgresql.jdbc.BatchResultHandler
{
  void <init>(org.postgresql.jdbc.PgStatement, org.postgresql.core.Query[], org.postgresql.core.ParameterList[]);
    descriptor: (Lorg/postgresql/jdbc/PgStatement;[Lorg/postgresql/core/Query;[Lorg/postgresql/core/ParameterList;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.postgresql.jdbc.CallableBatchResultHandler this
        start local 1 // org.postgresql.jdbc.PgStatement statement
        start local 2 // org.postgresql.core.Query[] queries
        start local 3 // org.postgresql.core.ParameterList[] parameterLists
         0: .line 17
            aload 0 /* this */
            aload 1 /* statement */
            aload 2 /* queries */
            aload 3 /* parameterLists */
            iconst_0
            invokespecial org.postgresql.jdbc.BatchResultHandler.<init>:(Lorg/postgresql/jdbc/PgStatement;[Lorg/postgresql/core/Query;[Lorg/postgresql/core/ParameterList;Z)V
         1: .line 18
            return
        end local 3 // org.postgresql.core.ParameterList[] parameterLists
        end local 2 // org.postgresql.core.Query[] queries
        end local 1 // org.postgresql.jdbc.PgStatement statement
        end local 0 // org.postgresql.jdbc.CallableBatchResultHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/postgresql/jdbc/CallableBatchResultHandler;
            0    2     1       statement  Lorg/postgresql/jdbc/PgStatement;
            0    2     2         queries  [Lorg/postgresql/core/Query;
            0    2     3  parameterLists  [Lorg/postgresql/core/ParameterList;
    MethodParameters:
                Name  Flags
      statement       
      queries         
      parameterLists  

  public void handleResultRows(org.postgresql.core.Query, org.postgresql.core.Field[], java.util.List<byte[][]>, org.postgresql.core.ResultCursor);
    descriptor: (Lorg/postgresql/core/Query;[Lorg/postgresql/core/Field;Ljava/util/List;Lorg/postgresql/core/ResultCursor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // org.postgresql.jdbc.CallableBatchResultHandler this
        start local 1 // org.postgresql.core.Query fromQuery
        start local 2 // org.postgresql.core.Field[] fields
        start local 3 // java.util.List tuples
        start local 4 // org.postgresql.core.ResultCursor cursor
         0: .line 22
            return
        end local 4 // org.postgresql.core.ResultCursor cursor
        end local 3 // java.util.List tuples
        end local 2 // org.postgresql.core.Field[] fields
        end local 1 // org.postgresql.core.Query fromQuery
        end local 0 // org.postgresql.jdbc.CallableBatchResultHandler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/postgresql/jdbc/CallableBatchResultHandler;
            0    1     1  fromQuery  Lorg/postgresql/core/Query;
            0    1     2     fields  [Lorg/postgresql/core/Field;
            0    1     3     tuples  Ljava/util/List<[[B>;
            0    1     4     cursor  Lorg/postgresql/core/ResultCursor;
    Signature: (Lorg/postgresql/core/Query;[Lorg/postgresql/core/Field;Ljava/util/List<[[B>;Lorg/postgresql/core/ResultCursor;)V
    MethodParameters:
           Name  Flags
      fromQuery  
      fields     
      tuples     
      cursor     
}
SourceFile: "CallableBatchResultHandler.java"