class io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream implements io.vertx.ext.sql.SQLRowStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream
  super_class: java.lang.Object
{
  private static final io.vertx.core.impl.logging.Logger log;
    descriptor: Lio/vertx/core/impl/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.vertx.core.impl.ContextInternal ctx;
    descriptor: Lio/vertx/core/impl/ContextInternal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.sql.Statement st;
    descriptor: Ljava/sql/Statement;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int fetchSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.streams.impl.InboundBuffer<io.vertx.core.json.JsonArray> pending;
    descriptor: Lio/vertx/core/streams/impl/InboundBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/streams/impl/InboundBuffer<Lio/vertx/core/json/JsonArray;>;

  private final java.util.concurrent.atomic.AtomicBoolean ended;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.atomic.AtomicBoolean stClosed;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.atomic.AtomicBoolean rsClosed;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.atomic.AtomicBoolean more;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.sql.ResultSet rs;
    descriptor: Ljava/sql/ResultSet;
    flags: (0x0002) ACC_PRIVATE

  private java.sql.ResultSetMetaData metaData;
    descriptor: Ljava/sql/ResultSetMetaData;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<java.lang.String> columns;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;

  private int cols;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  private io.vertx.core.Handler<java.lang.Void> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<java.lang.Void> rsClosedHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 44
            ldc Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            invokestatic io.vertx.core.impl.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/impl/logging/Logger;
            putstatic io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.log:Lio/vertx/core/impl/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(io.vertx.core.impl.ContextInternal, java.sql.Statement, java.sql.ResultSet, int);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Ljava/sql/Statement;Ljava/sql/ResultSet;I)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // io.vertx.core.impl.ContextInternal ctx
        start local 2 // java.sql.Statement st
        start local 3 // java.sql.ResultSet rs
        start local 4 // int fetchSize
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:(Z)V
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.ended:Ljava/util/concurrent/atomic/AtomicBoolean;
         2: .line 51
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:(Z)V
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.stClosed:Ljava/util/concurrent/atomic/AtomicBoolean;
         3: .line 52
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:(Z)V
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rsClosed:Ljava/util/concurrent/atomic/AtomicBoolean;
         4: .line 53
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:(Z)V
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.more:Ljava/util/concurrent/atomic/AtomicBoolean;
         5: .line 65
            aload 0 /* this */
            aload 1 /* ctx */
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.ctx:Lio/vertx/core/impl/ContextInternal;
         6: .line 66
            aload 0 /* this */
            aload 2 /* st */
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.st:Ljava/sql/Statement;
         7: .line 67
            aload 0 /* this */
            iload 4 /* fetchSize */
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.fetchSize:I
         8: .line 68
            aload 0 /* this */
            aload 3 /* rs */
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rs:Ljava/sql/ResultSet;
         9: .line 69
            aload 0 /* this */
            new io.vertx.core.streams.impl.InboundBuffer
            dup
            aload 1 /* ctx */
            iload 4 /* fetchSize */
            i2l
            invokespecial io.vertx.core.streams.impl.InboundBuffer.<init>:(Lio/vertx/core/Context;J)V
        10: .line 70
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream.lambda$0(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
        11: .line 71
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream.lambda$1(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.emptyHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
        12: .line 69
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
        13: .line 73
            aload 0 /* this */
            aload 3 /* rs */
            invokeinterface java.sql.ResultSet.getMetaData:()Ljava/sql/ResultSetMetaData;
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.metaData:Ljava/sql/ResultSetMetaData;
        14: .line 74
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.metaData:Ljava/sql/ResultSetMetaData;
            invokeinterface java.sql.ResultSetMetaData.getColumnCount:()I
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.cols:I
        15: .line 75
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.stClosed:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
        16: .line 76
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rsClosed:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
        17: .line 78
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.more:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
        18: .line 79
            return
        end local 4 // int fetchSize
        end local 3 // java.sql.ResultSet rs
        end local 2 // java.sql.Statement st
        end local 1 // io.vertx.core.impl.ContextInternal ctx
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0   19     1        ctx  Lio/vertx/core/impl/ContextInternal;
            0   19     2         st  Ljava/sql/Statement;
            0   19     3         rs  Ljava/sql/ResultSet;
            0   19     4  fetchSize  I
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
           Name  Flags
      ctx        
      st         
      rs         
      fetchSize  

  private void checkEndHandler();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
         0: .line 82
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.ended:Ljava/util/concurrent/atomic/AtomicBoolean;
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.get:()Z
            ifeq 3
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.isEmpty:()Z
            ifeq 3
         1: .line 83
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.endHandler:Lio/vertx/core/Handler;
            ifnull 3
         2: .line 84
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.endHandler:Lio/vertx/core/Handler;
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 87
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;

  public int column(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // java.lang.String name
         0: .line 92
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rs:Ljava/sql/ResultSet;
            aload 1 /* name */
            invokeinterface java.sql.ResultSet.findColumn:(Ljava/lang/String;)I
            iconst_1
            isub
         1: ireturn
         2: .line 93
      StackMap locals:
      StackMap stack: java.sql.SQLException
            pop
         3: .line 94
            iconst_m1
            ireturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    4     1  name  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class java.sql.SQLException
    MethodParameters:
      Name  Flags
      name  

  public java.util.List<java.lang.String> columns();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
         0: .line 100
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.columns:Ljava/util/List;
            ifnonnull 14
         1: .line 102
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.cols:I
            ifle 10
         2: .line 103
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.cols:I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* columns */
        start local 1 // java.util.List columns
         3: .line 104
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 105
      StackMap locals: java.util.List int
      StackMap stack:
            aload 1 /* columns */
            iload 2 /* i */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.metaData:Ljava/sql/ResultSetMetaData;
            iload 2 /* i */
            iconst_1
            iadd
            invokeinterface java.sql.ResultSetMetaData.getColumnLabel:(I)Ljava/lang/String;
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         6: .line 104
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.cols:I
            if_icmplt 5
        end local 2 // int i
         8: .line 107
            aload 0 /* this */
            aload 1 /* columns */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.columns:Ljava/util/List;
        end local 1 // java.util.List columns
         9: .line 108
            goto 14
        10: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.columns:Ljava/util/List;
        11: .line 111
            goto 14
      StackMap locals:
      StackMap stack: java.sql.SQLException
        12: astore 1 /* e */
        start local 1 // java.sql.SQLException e
        13: .line 112
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.sql.SQLException e
        14: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.columns:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            3    9     1  columns  Ljava/util/List<Ljava/lang/String;>;
            4    8     2        i  I
           13   14     1        e  Ljava/sql/SQLException;
      Exception table:
        from    to  target  type
           1    11      12  Class java.sql.SQLException
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public io.vertx.ext.sql.SQLRowStream exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLRowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 121
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.exceptionHandler:Lio/vertx/core/Handler;
         1: .line 122
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/ext/sql/SQLRowStream;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.sql.SQLRowStream handler(io.vertx.core.Handler<io.vertx.core.json.JsonArray>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLRowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 127
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 1 /* handler */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
            pop
         1: .line 128
            aload 1 /* handler */
            ifnull 3
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.isWritable:()Z
            ifeq 3
         2: .line 129
            aload 0 /* this */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.readBatch:()V
         3: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    4     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/json/JsonArray;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/json/JsonArray;>;)Lio/vertx/ext/sql/SQLRowStream;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.sql.SQLRowStream pause();
    descriptor: ()Lio/vertx/ext/sql/SQLRowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
         0: .line 136
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.pause:()Lio/vertx/core/streams/impl/InboundBuffer;
            pop
         1: .line 137
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;

  public io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonArray> fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // long amount
         0: .line 142
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            lload 1 /* amount */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.fetch:(J)Z
            pop
         1: .line 143
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    2     1  amount  J
    Signature: (J)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonArray;>;
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.ext.sql.SQLRowStream resume();
    descriptor: ()Lio/vertx/ext/sql/SQLRowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
         0: .line 148
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.resume:()Z
            pop
         1: .line 149
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;

  private void readBatch();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
         0: .line 153
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rsClosed:Ljava/util/concurrent/atomic/AtomicBoolean;
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.get:()Z
            ifne 4
         1: .line 154
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream.lambda$2(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
         2: .line 173
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream.lambda$3(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
         3: .line 154
            invokeinterface io.vertx.core.impl.ContextInternal.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         4: .line 186
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;

  private void empty(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // java.lang.Throwable err
         0: .line 190
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.ended:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
         1: .line 193
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rsClosedHandler:Lio/vertx/core/Handler;
            ifnull 4
         2: .line 195
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* err */
            invokedynamic handle(Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;Ljava/lang/Throwable;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream.lambda$4(Ljava/lang/Throwable;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.close0:(Lio/vertx/core/Handler;)V
         3: .line 206
            goto 5
         4: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* err */
            invokedynamic handle(Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;Ljava/lang/Throwable;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream.lambda$5(Ljava/lang/Throwable;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.close:(Lio/vertx/core/Handler;)V
         5: .line 220
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable err
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    6     1   err  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      err   

  public io.vertx.ext.sql.SQLRowStream endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLRowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 224
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.endHandler:Lio/vertx/core/Handler;
         1: .line 225
            aload 0 /* this */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.checkEndHandler:()V
         2: .line 226
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    3     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/sql/SQLRowStream;
    MethodParameters:
         Name  Flags
      handler  

  private void close0(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 231
            aload 0 /* this */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.pause:()Lio/vertx/ext/sql/SQLRowStream;
            pop
         1: .line 233
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rs:Ljava/sql/ResultSet;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rsClosed:Ljava/util/concurrent/atomic/AtomicBoolean;
            aload 1 /* handler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.close:(Ljava/lang/AutoCloseable;Ljava/util/concurrent/atomic/AtomicBoolean;Lio/vertx/core/Handler;)V
         2: .line 234
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    3     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
         0: .line 238
            aload 0 /* this */
            aconst_null
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.close:(Lio/vertx/core/Handler;)V
         1: .line 239
            return
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 243
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* handler */
            invokedynamic handle(Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream.lambda$6(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.close0:(Lio/vertx/core/Handler;)V
         1: .line 247
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.sql.SQLRowStream resultSetClosedHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLRowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 251
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rsClosedHandler:Lio/vertx/core/Handler;
         1: .line 252
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/sql/SQLRowStream;
    MethodParameters:
         Name  Flags
      handler  

  public void moreResults();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
         0: .line 257
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.more:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            ifeq 3
         1: .line 259
            aload 0 /* this */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.pause:()Lio/vertx/ext/sql/SQLRowStream;
            pop
         2: .line 261
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream.getNextResultSet(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream.lambda$8(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         3: .line 279
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;

  private void getNextResultSet(io.vertx.core.Promise<java.lang.Void>);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // io.vertx.core.Promise f
         0: .line 284
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rsClosed:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            ifeq 2
         1: .line 285
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rs:Ljava/sql/ResultSet;
            invokeinterface java.sql.ResultSet.close:()V
         2: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.st:Ljava/sql/Statement;
            invokeinterface java.sql.Statement.getMoreResults:()Z
            ifeq 10
         3: .line 289
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.st:Ljava/sql/Statement;
            invokeinterface java.sql.Statement.getResultSet:()Ljava/sql/ResultSet;
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rs:Ljava/sql/ResultSet;
         4: .line 290
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rs:Ljava/sql/ResultSet;
            invokeinterface java.sql.ResultSet.getMetaData:()Ljava/sql/ResultSetMetaData;
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.metaData:Ljava/sql/ResultSetMetaData;
         5: .line 291
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.metaData:Ljava/sql/ResultSetMetaData;
            invokeinterface java.sql.ResultSetMetaData.getColumnCount:()I
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.cols:I
         6: .line 292
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.columns:Ljava/util/List;
         7: .line 295
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.stClosed:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
         8: .line 296
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rsClosed:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
         9: .line 297
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.more:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
        10: .line 300
      StackMap locals:
      StackMap stack:
            aload 1 /* f */
            invokeinterface io.vertx.core.Promise.complete:()V
        11: .line 301
            goto 14
      StackMap locals:
      StackMap stack: java.sql.SQLException
        12: astore 2 /* e */
        start local 2 // java.sql.SQLException e
        13: .line 302
            aload 1 /* f */
            aload 2 /* e */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
        end local 2 // java.sql.SQLException e
        14: .line 304
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Promise f
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0   15     1     f  Lio/vertx/core/Promise<Ljava/lang/Void;>;
           13   14     2     e  Ljava/sql/SQLException;
      Exception table:
        from    to  target  type
           0    11      12  Class java.sql.SQLException
    Signature: (Lio/vertx/core/Promise<Ljava/lang/Void;>;)V
    MethodParameters:
      Name  Flags
      f     

  private void close(java.lang.AutoCloseable, java.util.concurrent.atomic.AtomicBoolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/AutoCloseable;Ljava/util/concurrent/atomic/AtomicBoolean;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // java.lang.AutoCloseable closeable
        start local 2 // java.util.concurrent.atomic.AtomicBoolean lock
        start local 3 // io.vertx.core.Handler handler
         0: .line 307
            aload 2 /* lock */
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            ifeq 5
         1: .line 308
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* closeable */
            invokedynamic handle(Ljava/lang/AutoCloseable;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream.lambda$9(Ljava/lang/AutoCloseable;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
         2: .line 315
            aload 3 /* handler */
         3: .line 308
            invokeinterface io.vertx.core.impl.ContextInternal.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         4: .line 316
            goto 7
         5: .line 317
      StackMap locals:
      StackMap stack:
            aload 3 /* handler */
            ifnull 7
         6: .line 318
            aload 3 /* handler */
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         7: .line 321
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.concurrent.atomic.AtomicBoolean lock
        end local 1 // java.lang.AutoCloseable closeable
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    8     1  closeable  Ljava/lang/AutoCloseable;
            0    8     2       lock  Ljava/util/concurrent/atomic/AtomicBoolean;
            0    8     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/AutoCloseable;Ljava/util/concurrent/atomic/AtomicBoolean;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
           Name  Flags
      closeable  
      lock       
      handler    

  public io.vertx.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.pause:()Lio/vertx/ext/sql/SQLRowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLRowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLRowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.resume:()Lio/vertx/ext/sql/SQLRowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLRowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLRowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$0(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // java.lang.Void v
         0: .line 70
            aload 0 /* this */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.readBatch:()V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$1(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // java.lang.Void v
         0: .line 71
            aload 0 /* this */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.checkEndHandler:()V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$2(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // io.vertx.core.Promise fut
         0: .line 156
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.fetchSize:I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* rows */
        start local 2 // java.util.List rows
         1: .line 157
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 15
         3: .line 158
      StackMap locals: java.util.List int
      StackMap stack:
            new io.vertx.core.json.JsonArray
            dup
            invokespecial io.vertx.core.json.JsonArray.<init>:()V
            astore 4 /* result */
        start local 4 // io.vertx.core.json.JsonArray result
         4: .line 159
            iconst_1
            istore 5 /* j */
        start local 5 // int j
         5: goto 12
         6: .line 160
      StackMap locals: io.vertx.core.json.JsonArray int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rs:Ljava/sql/ResultSet;
            iload 5 /* j */
            invokeinterface java.sql.ResultSet.getObject:(I)Ljava/lang/Object;
            invokestatic io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper.convertSqlValue:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* res */
        start local 6 // java.lang.Object res
         7: .line 161
            aload 6 /* res */
            ifnull 10
         8: .line 162
            aload 4 /* result */
            aload 6 /* res */
            invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/Object;)Lio/vertx/core/json/JsonArray;
            pop
         9: .line 163
            goto 11
        10: .line 164
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* result */
            invokevirtual io.vertx.core.json.JsonArray.addNull:()Lio/vertx/core/json/JsonArray;
            pop
        end local 6 // java.lang.Object res
        11: .line 159
      StackMap locals:
      StackMap stack:
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* j */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.cols:I
            if_icmple 6
        end local 5 // int j
        13: .line 167
            aload 2 /* rows */
            aload 4 /* result */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // io.vertx.core.json.JsonArray result
        14: .line 157
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 3 /* i */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.fetchSize:I
            if_icmpge 16
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rs:Ljava/sql/ResultSet;
            invokeinterface java.sql.ResultSet.next:()Z
            ifne 3
        end local 3 // int i
        16: .line 169
      StackMap locals:
      StackMap stack:
            aload 1 /* fut */
            aload 2 /* rows */
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
        end local 2 // java.util.List rows
        17: .line 170
            goto 20
      StackMap locals: io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream io.vertx.core.Promise
      StackMap stack: java.sql.SQLException
        18: astore 2 /* e */
        start local 2 // java.sql.SQLException e
        19: .line 171
            aload 1 /* fut */
            aload 2 /* e */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
        end local 2 // java.sql.SQLException e
        20: .line 173
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Promise fut
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0   21     1     fut  Lio/vertx/core/Promise<Ljava/util/List<Lio/vertx/core/json/JsonArray;>;>;
            1   17     2    rows  Ljava/util/List<Lio/vertx/core/json/JsonArray;>;
            2   16     3       i  I
            4   14     4  result  Lio/vertx/core/json/JsonArray;
            5   13     5       j  I
            7   11     6     res  Ljava/lang/Object;
           19   20     2       e  Ljava/sql/SQLException;
      Exception table:
        from    to  target  type
           0    17      18  Class java.sql.SQLException

  private void lambda$3(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 174
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 8
         1: .line 175
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast java.util.List
            astore 2 /* rows */
        start local 2 // java.util.List rows
         2: .line 176
            aload 2 /* rows */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 5
         3: .line 177
            aload 0 /* this */
            aconst_null
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.empty:(Ljava/lang/Throwable;)V
         4: .line 178
            goto 9
      StackMap locals: java.util.List
      StackMap stack:
         5: aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 2 /* rows */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Iterable;)Z
            ifeq 9
         6: .line 179
            aload 0 /* this */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.readBatch:()V
        end local 2 // java.util.List rows
         7: .line 181
            goto 9
         8: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.empty:(Ljava/lang/Throwable;)V
         9: .line 184
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0   10     1    ar  Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/core/json/JsonArray;>;>;
            2    7     2  rows  Ljava/util/List<Lio/vertx/core/json/JsonArray;>;

  private void lambda$4(java.lang.Throwable, io.vertx.core.AsyncResult);
    descriptor: (Ljava/lang/Throwable;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 2 // io.vertx.core.AsyncResult c
         0: .line 196
            aload 1
            ifnull 6
         1: .line 197
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.exceptionHandler:Lio/vertx/core/Handler;
            ifnull 4
         2: .line 198
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.exceptionHandler:Lio/vertx/core/Handler;
            aload 1
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 199
            goto 7
         4: .line 200
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.log:Lio/vertx/core/impl/logging/Logger;
            aload 1
            invokeinterface io.vertx.core.impl.logging.Logger.debug:(Ljava/lang/Object;)V
         5: .line 202
            goto 7
         6: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.rsClosedHandler:Lio/vertx/core/Handler;
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         7: .line 205
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult c
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    8     2     c  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$5(java.lang.Throwable, io.vertx.core.AsyncResult);
    descriptor: (Ljava/lang/Throwable;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 2 // io.vertx.core.AsyncResult c
         0: .line 209
            aload 1
            ifnull 6
         1: .line 210
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.exceptionHandler:Lio/vertx/core/Handler;
            ifnull 4
         2: .line 211
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.exceptionHandler:Lio/vertx/core/Handler;
            aload 1
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 212
            goto 7
         4: .line 213
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.log:Lio/vertx/core/impl/logging/Logger;
            aload 1
            invokeinterface io.vertx.core.impl.logging.Logger.debug:(Ljava/lang/Object;)V
         5: .line 215
            goto 7
         6: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.checkEndHandler:()V
         7: .line 218
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult c
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    8     2     c  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$6(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 2 // io.vertx.core.AsyncResult res
         0: .line 245
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.st:Ljava/sql/Statement;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.stClosed:Ljava/util/concurrent/atomic/AtomicBoolean;
            aload 1
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.close:(Ljava/lang/AutoCloseable;Ljava/util/concurrent/atomic/AtomicBoolean;Lio/vertx/core/Handler;)V
         1: .line 246
            return
        end local 2 // io.vertx.core.AsyncResult res
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0    2     2   res  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$8(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
        start local 1 // io.vertx.core.AsyncResult res
         0: .line 262
            aload 1 /* res */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 6
         1: .line 263
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.exceptionHandler:Lio/vertx/core/Handler;
            ifnull 4
         2: .line 264
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.exceptionHandler:Lio/vertx/core/Handler;
            aload 1 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 265
            goto 11
         4: .line 266
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.log:Lio/vertx/core/impl/logging/Logger;
            aload 1 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.impl.logging.Logger.debug:(Ljava/lang/Object;)V
         5: .line 268
            goto 11
         6: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.more:Ljava/util/concurrent/atomic/AtomicBoolean;
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.get:()Z
            ifeq 9
         7: .line 270
            aload 0 /* this */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.resume:()Lio/vertx/ext/sql/SQLRowStream;
            pop
         8: .line 271
            goto 11
         9: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.endHandler:Lio/vertx/core/Handler;
            ifnull 11
        10: .line 273
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream.endHandler:Lio/vertx/core/Handler;
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        11: .line 277
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult res
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCSQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCSQLRowStream;
            0   12     1   res  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private static void lambda$9(java.lang.AutoCloseable, io.vertx.core.Promise);
    descriptor: (Ljava/lang/AutoCloseable;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 1 // io.vertx.core.Promise f
         0: .line 310
            aload 0
            invokeinterface java.lang.AutoCloseable.close:()V
         1: .line 311
            aload 1 /* f */
            invokeinterface io.vertx.core.Promise.complete:()V
         2: .line 312
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Exception
         3: astore 2 /* e */
        start local 2 // java.lang.Exception e
         4: .line 313
            aload 1 /* f */
            aload 2 /* e */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Exception e
         5: .line 315
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Promise f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     1     f  Lio/vertx/core/Promise<Ljava/lang/Void;>;
            4    5     2     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Exception
}
SourceFile: "JDBCSQLRowStream.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles