public class io.vertx.sqlclient.impl.CursorImpl implements io.vertx.sqlclient.Cursor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.sqlclient.impl.CursorImpl
  super_class: java.lang.Object
{
  private final io.vertx.sqlclient.impl.Connection conn;
    descriptor: Lio/vertx/sqlclient/impl/Connection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.sqlclient.impl.tracing.QueryTracer tracer;
    descriptor: Lio/vertx/sqlclient/impl/tracing/QueryTracer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.spi.metrics.ClientMetrics metrics;
    descriptor: Lio/vertx/core/spi/metrics/ClientMetrics;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.sqlclient.impl.PreparedStatementImpl ps;
    descriptor: Lio/vertx/sqlclient/impl/PreparedStatementImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final boolean autoCommit;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.sqlclient.impl.TupleInternal params;
    descriptor: Lio/vertx/sqlclient/impl/TupleInternal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.sqlclient.impl.QueryResultBuilder<io.vertx.sqlclient.RowSet<io.vertx.sqlclient.Row>, io.vertx.sqlclient.impl.RowSetImpl<io.vertx.sqlclient.Row>, io.vertx.sqlclient.RowSet<io.vertx.sqlclient.Row>> result;
    descriptor: Lio/vertx/sqlclient/impl/QueryResultBuilder;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/sqlclient/impl/QueryResultBuilder<Lio/vertx/sqlclient/RowSet<Lio/vertx/sqlclient/Row;>;Lio/vertx/sqlclient/impl/RowSetImpl<Lio/vertx/sqlclient/Row;>;Lio/vertx/sqlclient/RowSet<Lio/vertx/sqlclient/Row;>;>;

  void <init>(io.vertx.sqlclient.impl.PreparedStatementImpl, io.vertx.sqlclient.impl.Connection, io.vertx.sqlclient.impl.tracing.QueryTracer, io.vertx.core.spi.metrics.ClientMetrics, io.vertx.core.impl.ContextInternal, boolean, io.vertx.sqlclient.impl.TupleInternal);
    descriptor: (Lio/vertx/sqlclient/impl/PreparedStatementImpl;Lio/vertx/sqlclient/impl/Connection;Lio/vertx/sqlclient/impl/tracing/QueryTracer;Lio/vertx/core/spi/metrics/ClientMetrics;Lio/vertx/core/impl/ContextInternal;ZLio/vertx/sqlclient/impl/TupleInternal;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // io.vertx.sqlclient.impl.CursorImpl this
        start local 1 // io.vertx.sqlclient.impl.PreparedStatementImpl ps
        start local 2 // io.vertx.sqlclient.impl.Connection conn
        start local 3 // io.vertx.sqlclient.impl.tracing.QueryTracer tracer
        start local 4 // io.vertx.core.spi.metrics.ClientMetrics metrics
        start local 5 // io.vertx.core.impl.ContextInternal context
        start local 6 // boolean autoCommit
        start local 7 // io.vertx.sqlclient.impl.TupleInternal params
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* ps */
            putfield io.vertx.sqlclient.impl.CursorImpl.ps:Lio/vertx/sqlclient/impl/PreparedStatementImpl;
         2: .line 53
            aload 0 /* this */
            aload 2 /* conn */
            putfield io.vertx.sqlclient.impl.CursorImpl.conn:Lio/vertx/sqlclient/impl/Connection;
         3: .line 54
            aload 0 /* this */
            aload 3 /* tracer */
            putfield io.vertx.sqlclient.impl.CursorImpl.tracer:Lio/vertx/sqlclient/impl/tracing/QueryTracer;
         4: .line 55
            aload 0 /* this */
            aload 4 /* metrics */
            putfield io.vertx.sqlclient.impl.CursorImpl.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
         5: .line 56
            aload 0 /* this */
            aload 5 /* context */
            putfield io.vertx.sqlclient.impl.CursorImpl.context:Lio/vertx/core/impl/ContextInternal;
         6: .line 57
            aload 0 /* this */
            iload 6 /* autoCommit */
            putfield io.vertx.sqlclient.impl.CursorImpl.autoCommit:Z
         7: .line 58
            aload 0 /* this */
            aload 7 /* params */
            putfield io.vertx.sqlclient.impl.CursorImpl.params:Lio/vertx/sqlclient/impl/TupleInternal;
         8: .line 59
            return
        end local 7 // io.vertx.sqlclient.impl.TupleInternal params
        end local 6 // boolean autoCommit
        end local 5 // io.vertx.core.impl.ContextInternal context
        end local 4 // io.vertx.core.spi.metrics.ClientMetrics metrics
        end local 3 // io.vertx.sqlclient.impl.tracing.QueryTracer tracer
        end local 2 // io.vertx.sqlclient.impl.Connection conn
        end local 1 // io.vertx.sqlclient.impl.PreparedStatementImpl ps
        end local 0 // io.vertx.sqlclient.impl.CursorImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lio/vertx/sqlclient/impl/CursorImpl;
            0    9     1          ps  Lio/vertx/sqlclient/impl/PreparedStatementImpl;
            0    9     2        conn  Lio/vertx/sqlclient/impl/Connection;
            0    9     3      tracer  Lio/vertx/sqlclient/impl/tracing/QueryTracer;
            0    9     4     metrics  Lio/vertx/core/spi/metrics/ClientMetrics;
            0    9     5     context  Lio/vertx/core/impl/ContextInternal;
            0    9     6  autoCommit  Z
            0    9     7      params  Lio/vertx/sqlclient/impl/TupleInternal;
    MethodParameters:
            Name  Flags
      ps          
      conn        
      tracer      
      metrics     
      context     
      autoCommit  
      params      

  public synchronized boolean hasMore();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.sqlclient.impl.CursorImpl this
         0: .line 63
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.result:Lio/vertx/sqlclient/impl/QueryResultBuilder;
            ifnonnull 2
         1: .line 64
            new java.lang.IllegalStateException
            dup
            ldc "No current cursor read"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.result:Lio/vertx/sqlclient/impl/QueryResultBuilder;
            invokevirtual io.vertx.sqlclient.impl.QueryResultBuilder.isSuspended:()Z
            ireturn
        end local 0 // io.vertx.sqlclient.impl.CursorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/sqlclient/impl/CursorImpl;

  public void read(int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.sqlclient.RowSet<io.vertx.sqlclient.Row>>>);
    descriptor: (ILio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.sqlclient.impl.CursorImpl this
        start local 1 // int count
        start local 2 // io.vertx.core.Handler handler
         0: .line 71
            aload 0 /* this */
            iload 1 /* count */
            invokevirtual io.vertx.sqlclient.impl.CursorImpl.read:(I)Lio/vertx/core/Future;
            astore 3 /* fut */
        start local 3 // io.vertx.core.Future fut
         1: .line 72
            aload 2 /* handler */
            ifnull 3
         2: .line 73
            aload 3 /* fut */
            aload 2 /* handler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         3: .line 75
      StackMap locals: io.vertx.core.Future
      StackMap stack:
            return
        end local 3 // io.vertx.core.Future fut
        end local 2 // io.vertx.core.Handler handler
        end local 1 // int count
        end local 0 // io.vertx.sqlclient.impl.CursorImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/sqlclient/impl/CursorImpl;
            0    4     1    count  I
            0    4     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/RowSet<Lio/vertx/sqlclient/Row;>;>;>;
            1    4     3      fut  Lio/vertx/core/Future<Lio/vertx/sqlclient/RowSet<Lio/vertx/sqlclient/Row;>;>;
    Signature: (ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/RowSet<Lio/vertx/sqlclient/Row;>;>;>;)V
    MethodParameters:
         Name  Flags
      count    
      handler  

  public synchronized io.vertx.core.Future<io.vertx.sqlclient.RowSet<io.vertx.sqlclient.Row>> read(int);
    descriptor: (I)Lio/vertx/core/Future;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.impl.CursorImpl this
        start local 1 // int count
         0: .line 79
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.context:Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 2 /* promise */
        start local 2 // io.vertx.core.impl.future.PromiseInternal promise
         1: .line 80
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.ps:Lio/vertx/sqlclient/impl/PreparedStatementImpl;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.params:Lio/vertx/sqlclient/impl/TupleInternal;
            aload 0 /* this */
            iload 1 /* count */
            aload 2 /* promise */
            invokedynamic handle(Lio/vertx/sqlclient/impl/CursorImpl;ILio/vertx/core/impl/future/PromiseInternal;)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/sqlclient/impl/CursorImpl.lambda$0(ILio/vertx/core/impl/future/PromiseInternal;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.sqlclient.impl.PreparedStatementImpl.withPreparedStatement:(Lio/vertx/sqlclient/Tuple;Lio/vertx/core/Handler;)V
         2: .line 96
            aload 2 /* promise */
            invokeinterface io.vertx.core.impl.future.PromiseInternal.future:()Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.impl.future.PromiseInternal promise
        end local 1 // int count
        end local 0 // io.vertx.sqlclient.impl.CursorImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/sqlclient/impl/CursorImpl;
            0    3     1    count  I
            1    3     2  promise  Lio/vertx/core/impl/future/PromiseInternal<Lio/vertx/sqlclient/RowSet<Lio/vertx/sqlclient/Row;>;>;
    Signature: (I)Lio/vertx/core/Future<Lio/vertx/sqlclient/RowSet<Lio/vertx/sqlclient/Row;>;>;
    MethodParameters:
       Name  Flags
      count  

  public synchronized boolean isClosed();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.sqlclient.impl.CursorImpl this
         0: .line 101
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.closed:Z
            ireturn
        end local 0 // io.vertx.sqlclient.impl.CursorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/impl/CursorImpl;

  public synchronized void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.impl.CursorImpl this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 106
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.context:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* completionHandler */
            invokeinterface io.vertx.core.impl.ContextInternal.promise:(Lio/vertx/core/Handler;)Lio/vertx/core/impl/future/PromiseInternal;
            invokevirtual io.vertx.sqlclient.impl.CursorImpl.close:(Lio/vertx/core/Promise;)V
         1: .line 107
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.sqlclient.impl.CursorImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/sqlclient/impl/CursorImpl;
            0    2     1  completionHandler  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
      completionHandler  

  public synchronized io.vertx.core.Future<java.lang.Void> close();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.sqlclient.impl.CursorImpl this
         0: .line 111
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.context:Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 1 /* promise */
        start local 1 // io.vertx.core.Promise promise
         1: .line 112
            aload 0 /* this */
            aload 1 /* promise */
            invokevirtual io.vertx.sqlclient.impl.CursorImpl.close:(Lio/vertx/core/Promise;)V
         2: .line 113
            aload 1 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.core.Promise promise
        end local 0 // io.vertx.sqlclient.impl.CursorImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/sqlclient/impl/CursorImpl;
            1    3     1  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  private synchronized void close(io.vertx.core.Promise<java.lang.Void>);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.impl.CursorImpl this
        start local 1 // io.vertx.core.Promise promise
         0: .line 117
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.closed:Z
            ifne 9
         1: .line 118
            aload 0 /* this */
            iconst_1
            putfield io.vertx.sqlclient.impl.CursorImpl.closed:Z
         2: .line 119
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.id:Ljava/lang/String;
            ifnonnull 5
         3: .line 120
            aload 1 /* promise */
            invokeinterface io.vertx.core.Promise.complete:()V
         4: .line 121
            goto 9
         5: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.id:Ljava/lang/String;
            astore 2 /* id */
        start local 2 // java.lang.String id
         6: .line 123
            aload 0 /* this */
            aconst_null
            putfield io.vertx.sqlclient.impl.CursorImpl.id:Ljava/lang/String;
         7: .line 124
            aload 0 /* this */
            aconst_null
            putfield io.vertx.sqlclient.impl.CursorImpl.result:Lio/vertx/sqlclient/impl/QueryResultBuilder;
         8: .line 125
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.ps:Lio/vertx/sqlclient/impl/PreparedStatementImpl;
            aload 2 /* id */
            aload 1 /* promise */
            invokevirtual io.vertx.sqlclient.impl.PreparedStatementImpl.closeCursor:(Ljava/lang/String;Lio/vertx/core/Promise;)V
        end local 2 // java.lang.String id
         9: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Promise promise
        end local 0 // io.vertx.sqlclient.impl.CursorImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/vertx/sqlclient/impl/CursorImpl;
            0   10     1  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
            6    9     2       id  Ljava/lang/String;
    Signature: (Lio/vertx/core/Promise<Ljava/lang/Void;>;)V
    MethodParameters:
         Name  Flags
      promise  

  private void lambda$0(int, io.vertx.core.impl.future.PromiseInternal, io.vertx.core.AsyncResult);
    descriptor: (ILio/vertx/core/impl/future/PromiseInternal;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=10, locals=6, args_size=4
        start local 0 // io.vertx.sqlclient.impl.CursorImpl this
        start local 3 // io.vertx.core.AsyncResult ar
         0: .line 81
            aload 3 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 11
         1: .line 82
            aload 3 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.sqlclient.impl.PreparedStatement
            astore 4 /* preparedStatement */
        start local 4 // io.vertx.sqlclient.impl.PreparedStatement preparedStatement
         2: .line 83
            new io.vertx.sqlclient.impl.QueryExecutor
            dup
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.tracer:Lio/vertx/sqlclient/impl/tracing/QueryTracer;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            getstatic io.vertx.sqlclient.impl.RowSetImpl.FACTORY:Ljava/util/function/Function;
            getstatic io.vertx.sqlclient.impl.RowSetImpl.COLLECTOR:Ljava/util/stream/Collector;
            invokespecial io.vertx.sqlclient.impl.QueryExecutor.<init>:(Lio/vertx/sqlclient/impl/tracing/QueryTracer;Lio/vertx/core/spi/metrics/ClientMetrics;Ljava/util/function/Function;Ljava/util/stream/Collector;)V
            astore 5 /* builder */
        start local 5 // io.vertx.sqlclient.impl.QueryExecutor builder
         3: .line 84
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.id:Ljava/lang/String;
            ifnonnull 7
         4: .line 85
            aload 0 /* this */
            invokestatic java.util.UUID.randomUUID:()Ljava/util/UUID;
            invokevirtual java.util.UUID.toString:()Ljava/lang/String;
            putfield io.vertx.sqlclient.impl.CursorImpl.id:Ljava/lang/String;
         5: .line 86
            aload 0 /* this */
            aload 5 /* builder */
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.conn:Lio/vertx/sqlclient/impl/Connection;
            aload 4 /* preparedStatement */
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.autoCommit:Z
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.params:Lio/vertx/sqlclient/impl/TupleInternal;
            iload 1
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.id:Ljava/lang/String;
            iconst_0
            aload 2
            invokevirtual io.vertx.sqlclient.impl.QueryExecutor.executeExtendedQuery:(Lio/vertx/sqlclient/impl/command/CommandScheduler;Lio/vertx/sqlclient/impl/PreparedStatement;ZLio/vertx/sqlclient/Tuple;ILjava/lang/String;ZLio/vertx/core/impl/future/PromiseInternal;)Lio/vertx/sqlclient/impl/QueryResultBuilder;
            putfield io.vertx.sqlclient.impl.CursorImpl.result:Lio/vertx/sqlclient/impl/QueryResultBuilder;
         6: .line 87
            goto 12
      StackMap locals: io.vertx.sqlclient.impl.PreparedStatement io.vertx.sqlclient.impl.QueryExecutor
      StackMap stack:
         7: aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.result:Lio/vertx/sqlclient/impl/QueryResultBuilder;
            invokevirtual io.vertx.sqlclient.impl.QueryResultBuilder.isSuspended:()Z
            ifeq 10
         8: .line 88
            aload 0 /* this */
            aload 5 /* builder */
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.conn:Lio/vertx/sqlclient/impl/Connection;
            aload 4 /* preparedStatement */
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.autoCommit:Z
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.params:Lio/vertx/sqlclient/impl/TupleInternal;
            iload 1
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.CursorImpl.id:Ljava/lang/String;
            iconst_1
            aload 2
            invokevirtual io.vertx.sqlclient.impl.QueryExecutor.executeExtendedQuery:(Lio/vertx/sqlclient/impl/command/CommandScheduler;Lio/vertx/sqlclient/impl/PreparedStatement;ZLio/vertx/sqlclient/Tuple;ILjava/lang/String;ZLio/vertx/core/impl/future/PromiseInternal;)Lio/vertx/sqlclient/impl/QueryResultBuilder;
            putfield io.vertx.sqlclient.impl.CursorImpl.result:Lio/vertx/sqlclient/impl/QueryResultBuilder;
         9: .line 89
            goto 12
        10: .line 90
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 5 // io.vertx.sqlclient.impl.QueryExecutor builder
        end local 4 // io.vertx.sqlclient.impl.PreparedStatement preparedStatement
        11: .line 93
      StackMap locals:
      StackMap stack:
            aload 2
            aload 3 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.impl.future.PromiseInternal.fail:(Ljava/lang/Throwable;)V
        12: .line 95
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.sqlclient.impl.CursorImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lio/vertx/sqlclient/impl/CursorImpl;
            0   13     3                 ar  Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/impl/PreparedStatement;>;
            2   11     4  preparedStatement  Lio/vertx/sqlclient/impl/PreparedStatement;
            3   11     5            builder  Lio/vertx/sqlclient/impl/QueryExecutor<Lio/vertx/sqlclient/RowSet<Lio/vertx/sqlclient/Row;>;Lio/vertx/sqlclient/impl/RowSetImpl<Lio/vertx/sqlclient/Row;>;Lio/vertx/sqlclient/RowSet<Lio/vertx/sqlclient/Row;>;>;
}
SourceFile: "CursorImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles