class io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl<T, R extends io.vertx.sqlclient.SqlResult<T>> extends io.vertx.sqlclient.impl.SqlClientBase<C>.QueryImpl<T, R> implements io.vertx.sqlclient.PreparedQuery<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl
  super_class: io.vertx.sqlclient.impl.SqlClientBase$QueryImpl
{
  final io.vertx.sqlclient.impl.SqlClientBase this$0;
    descriptor: Lio/vertx/sqlclient/impl/SqlClientBase;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(boolean, boolean, java.lang.String, io.vertx.sqlclient.impl.QueryExecutor<T, ?, R>);
    descriptor: (Lio/vertx/sqlclient/impl/SqlClientBase;ZZLjava/lang/String;Lio/vertx/sqlclient/impl/QueryExecutor;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
        start local 2 // boolean autoCommit
        start local 3 // boolean singleton
        start local 4 // java.lang.String sql
        start local 5 // io.vertx.sqlclient.impl.QueryExecutor builder
         0: .line 113
            aload 0 /* this */
            aload 1
            putfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.this$0:Lio/vertx/sqlclient/impl/SqlClientBase;
         1: .line 114
            aload 0 /* this */
            aload 1
            iload 2 /* autoCommit */
            iload 3 /* singleton */
            aload 4 /* sql */
            aload 5 /* builder */
            invokespecial io.vertx.sqlclient.impl.SqlClientBase$QueryImpl.<init>:(Lio/vertx/sqlclient/impl/SqlClientBase;ZZLjava/lang/String;Lio/vertx/sqlclient/impl/QueryExecutor;)V
         2: .line 115
            return
        end local 5 // io.vertx.sqlclient.impl.QueryExecutor builder
        end local 4 // java.lang.String sql
        end local 3 // boolean singleton
        end local 2 // boolean autoCommit
        end local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/sqlclient/impl/SqlClientBase<TC;>.PreparedQueryImpl<TT;TR;>;
            0    3     2  autoCommit  Z
            0    3     3   singleton  Z
            0    3     4         sql  Ljava/lang/String;
            0    3     5     builder  Lio/vertx/sqlclient/impl/QueryExecutor<TT;*TR;>;
    Signature: (ZZLjava/lang/String;Lio/vertx/sqlclient/impl/QueryExecutor<TT;*TR;>;)V
    MethodParameters:
            Name  Flags
      this$0      final
      autoCommit  
      singleton   
      sql         
      builder     

  public <U> io.vertx.sqlclient.PreparedQuery<io.vertx.sqlclient.SqlResult<U>> collecting(java.util.stream.Collector<io.vertx.sqlclient.Row, ?, U>);
    descriptor: (Ljava/util/stream/Collector;)Lio/vertx/sqlclient/PreparedQuery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
        start local 1 // java.util.stream.Collector collector
         0: .line 119
            aload 0 /* this */
            aload 1 /* collector */
            invokespecial io.vertx.sqlclient.impl.SqlClientBase$QueryImpl.collecting:(Ljava/util/stream/Collector;)Lio/vertx/sqlclient/Query;
            checkcast io.vertx.sqlclient.PreparedQuery
            areturn
        end local 1 // java.util.stream.Collector collector
        end local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/sqlclient/impl/SqlClientBase<TC;>.PreparedQueryImpl<TT;TR;>;
            0    1     1  collector  Ljava/util/stream/Collector<Lio/vertx/sqlclient/Row;*TU;>;
    Signature: <U:Ljava/lang/Object;>(Ljava/util/stream/Collector<Lio/vertx/sqlclient/Row;*TU;>;)Lio/vertx/sqlclient/PreparedQuery<Lio/vertx/sqlclient/SqlResult<TU;>;>;
    MethodParameters:
           Name  Flags
      collector  

  public <U> io.vertx.sqlclient.PreparedQuery<io.vertx.sqlclient.RowSet<U>> mapping(java.util.function.Function<io.vertx.sqlclient.Row, U>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/sqlclient/PreparedQuery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
        start local 1 // java.util.function.Function mapper
         0: .line 124
            aload 0 /* this */
            aload 1 /* mapper */
            invokespecial io.vertx.sqlclient.impl.SqlClientBase$QueryImpl.mapping:(Ljava/util/function/Function;)Lio/vertx/sqlclient/Query;
            checkcast io.vertx.sqlclient.PreparedQuery
            areturn
        end local 1 // java.util.function.Function mapper
        end local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/sqlclient/impl/SqlClientBase<TC;>.PreparedQueryImpl<TT;TR;>;
            0    1     1  mapper  Ljava/util/function/Function<Lio/vertx/sqlclient/Row;TU;>;
    Signature: <U:Ljava/lang/Object;>(Ljava/util/function/Function<Lio/vertx/sqlclient/Row;TU;>;)Lio/vertx/sqlclient/PreparedQuery<Lio/vertx/sqlclient/RowSet<TU;>;>;
    MethodParameters:
        Name  Flags
      mapper  

  protected <T2, R2 extends io.vertx.sqlclient.SqlResult<T2>> io.vertx.sqlclient.impl.QueryBase<T2, R2> copy(io.vertx.sqlclient.impl.QueryExecutor<T2, ?, R2>);
    descriptor: (Lio/vertx/sqlclient/impl/QueryExecutor;)Lio/vertx/sqlclient/impl/QueryBase;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
        start local 1 // io.vertx.sqlclient.impl.QueryExecutor builder
         0: .line 129
            new io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl
            dup
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.this$0:Lio/vertx/sqlclient/impl/SqlClientBase;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.autoCommit:Z
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.singleton:Z
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.sql:Ljava/lang/String;
            aload 1 /* builder */
            invokespecial io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.<init>:(Lio/vertx/sqlclient/impl/SqlClientBase;ZZLjava/lang/String;Lio/vertx/sqlclient/impl/QueryExecutor;)V
            areturn
        end local 1 // io.vertx.sqlclient.impl.QueryExecutor builder
        end local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/sqlclient/impl/SqlClientBase<TC;>.PreparedQueryImpl<TT;TR;>;
            0    1     1  builder  Lio/vertx/sqlclient/impl/QueryExecutor<TT2;*TR2;>;
    Signature: <T2:Ljava/lang/Object;R2::Lio/vertx/sqlclient/SqlResult<TT2;>;>(Lio/vertx/sqlclient/impl/QueryExecutor<TT2;*TR2;>;)Lio/vertx/sqlclient/impl/QueryBase<TT2;TR2;>;
    MethodParameters:
         Name  Flags
      builder  

  protected void execute(io.vertx.core.impl.future.PromiseInternal<R>);
    descriptor: (Lio/vertx/core/impl/future/PromiseInternal;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
        start local 1 // io.vertx.core.impl.future.PromiseInternal promise
         0: .line 134
            aload 0 /* this */
            getstatic io.vertx.sqlclient.impl.ArrayTuple.EMPTY:Lio/vertx/sqlclient/Tuple;
            aload 1 /* promise */
            invokevirtual io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.execute:(Lio/vertx/sqlclient/Tuple;Lio/vertx/core/impl/future/PromiseInternal;)V
         1: .line 135
            return
        end local 1 // io.vertx.core.impl.future.PromiseInternal promise
        end local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/sqlclient/impl/SqlClientBase<TC;>.PreparedQueryImpl<TT;TR;>;
            0    2     1  promise  Lio/vertx/core/impl/future/PromiseInternal<TR;>;
    Signature: (Lio/vertx/core/impl/future/PromiseInternal<TR;>;)V
    MethodParameters:
         Name  Flags
      promise  

  private void execute(io.vertx.sqlclient.Tuple, io.vertx.core.impl.future.PromiseInternal<R>);
    descriptor: (Lio/vertx/sqlclient/Tuple;Lio/vertx/core/impl/future/PromiseInternal;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
        start local 1 // io.vertx.sqlclient.Tuple arguments
        start local 2 // io.vertx.core.impl.future.PromiseInternal promise
         0: .line 138
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.builder:Lio/vertx/sqlclient/impl/QueryExecutor;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.this$0:Lio/vertx/sqlclient/impl/SqlClientBase;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.sql:Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.autoCommit:Z
            aload 1 /* arguments */
            aload 2 /* promise */
            invokevirtual io.vertx.sqlclient.impl.QueryExecutor.executeExtendedQuery:(Lio/vertx/sqlclient/impl/command/CommandScheduler;Ljava/lang/String;ZLio/vertx/sqlclient/Tuple;Lio/vertx/core/impl/future/PromiseInternal;)V
         1: .line 139
            return
        end local 2 // io.vertx.core.impl.future.PromiseInternal promise
        end local 1 // io.vertx.sqlclient.Tuple arguments
        end local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/sqlclient/impl/SqlClientBase<TC;>.PreparedQueryImpl<TT;TR;>;
            0    2     1  arguments  Lio/vertx/sqlclient/Tuple;
            0    2     2    promise  Lio/vertx/core/impl/future/PromiseInternal<TR;>;
    Signature: (Lio/vertx/sqlclient/Tuple;Lio/vertx/core/impl/future/PromiseInternal<TR;>;)V
    MethodParameters:
           Name  Flags
      arguments  
      promise    

  public void execute(io.vertx.sqlclient.Tuple, io.vertx.core.Handler<io.vertx.core.AsyncResult<R>>);
    descriptor: (Lio/vertx/sqlclient/Tuple;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
        start local 1 // io.vertx.sqlclient.Tuple tuple
        start local 2 // io.vertx.core.Handler handler
         0: .line 143
            aload 0 /* this */
            aload 1 /* tuple */
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.this$0:Lio/vertx/sqlclient/impl/SqlClientBase;
            aload 2 /* handler */
            invokevirtual io.vertx.sqlclient.impl.SqlClientBase.promise:(Lio/vertx/core/Handler;)Lio/vertx/core/impl/future/PromiseInternal;
            invokevirtual io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.execute:(Lio/vertx/sqlclient/Tuple;Lio/vertx/core/impl/future/PromiseInternal;)V
         1: .line 144
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.sqlclient.Tuple tuple
        end local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/sqlclient/impl/SqlClientBase<TC;>.PreparedQueryImpl<TT;TR;>;
            0    2     1    tuple  Lio/vertx/sqlclient/Tuple;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;
    Signature: (Lio/vertx/sqlclient/Tuple;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;)V
    MethodParameters:
         Name  Flags
      tuple    
      handler  

  public io.vertx.core.Future<R> execute(io.vertx.sqlclient.Tuple);
    descriptor: (Lio/vertx/sqlclient/Tuple;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
        start local 1 // io.vertx.sqlclient.Tuple tuple
         0: .line 148
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.this$0:Lio/vertx/sqlclient/impl/SqlClientBase;
            invokevirtual io.vertx.sqlclient.impl.SqlClientBase.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 2 /* promise */
        start local 2 // io.vertx.core.Promise promise
         1: .line 149
            aload 0 /* this */
            aload 1 /* tuple */
            aload 2 /* promise */
            invokevirtual io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.execute:(Lio/vertx/sqlclient/Tuple;Lio/vertx/core/Handler;)V
         2: .line 150
            aload 2 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.Promise promise
        end local 1 // io.vertx.sqlclient.Tuple tuple
        end local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/sqlclient/impl/SqlClientBase<TC;>.PreparedQueryImpl<TT;TR;>;
            0    3     1    tuple  Lio/vertx/sqlclient/Tuple;
            1    3     2  promise  Lio/vertx/core/Promise<TR;>;
    Signature: (Lio/vertx/sqlclient/Tuple;)Lio/vertx/core/Future<TR;>;
    MethodParameters:
       Name  Flags
      tuple  

  public void executeBatch(java.util.List<io.vertx.sqlclient.Tuple>, io.vertx.core.Handler<io.vertx.core.AsyncResult<R>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
        start local 1 // java.util.List batch
        start local 2 // io.vertx.core.Handler handler
         0: .line 155
            aload 0 /* this */
            aload 1 /* batch */
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.this$0:Lio/vertx/sqlclient/impl/SqlClientBase;
            aload 2 /* handler */
            invokevirtual io.vertx.sqlclient.impl.SqlClientBase.promise:(Lio/vertx/core/Handler;)Lio/vertx/core/impl/future/PromiseInternal;
            invokevirtual io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.executeBatch:(Ljava/util/List;Lio/vertx/core/impl/future/PromiseInternal;)V
         1: .line 156
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List batch
        end local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/sqlclient/impl/SqlClientBase<TC;>.PreparedQueryImpl<TT;TR;>;
            0    2     1    batch  Ljava/util/List<Lio/vertx/sqlclient/Tuple;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;
    Signature: (Ljava/util/List<Lio/vertx/sqlclient/Tuple;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;)V
    MethodParameters:
         Name  Flags
      batch    
      handler  

  public io.vertx.core.Future<R> executeBatch(java.util.List<io.vertx.sqlclient.Tuple>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
        start local 1 // java.util.List batch
         0: .line 160
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.this$0:Lio/vertx/sqlclient/impl/SqlClientBase;
            invokevirtual io.vertx.sqlclient.impl.SqlClientBase.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 2 /* promise */
        start local 2 // io.vertx.core.Promise promise
         1: .line 161
            aload 0 /* this */
            aload 1 /* batch */
            aload 2 /* promise */
            invokevirtual io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.executeBatch:(Ljava/util/List;Lio/vertx/core/Handler;)V
         2: .line 162
            aload 2 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.Promise promise
        end local 1 // java.util.List batch
        end local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/sqlclient/impl/SqlClientBase<TC;>.PreparedQueryImpl<TT;TR;>;
            0    3     1    batch  Ljava/util/List<Lio/vertx/sqlclient/Tuple;>;
            1    3     2  promise  Lio/vertx/core/Promise<TR;>;
    Signature: (Ljava/util/List<Lio/vertx/sqlclient/Tuple;>;)Lio/vertx/core/Future<TR;>;
    MethodParameters:
       Name  Flags
      batch  

  private void executeBatch(java.util.List<io.vertx.sqlclient.Tuple>, io.vertx.core.impl.future.PromiseInternal<R>);
    descriptor: (Ljava/util/List;Lio/vertx/core/impl/future/PromiseInternal;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
        start local 1 // java.util.List batch
        start local 2 // io.vertx.core.impl.future.PromiseInternal promise
         0: .line 166
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.builder:Lio/vertx/sqlclient/impl/QueryExecutor;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.this$0:Lio/vertx/sqlclient/impl/SqlClientBase;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.sql:Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.autoCommit:Z
            aload 1 /* batch */
            aload 2 /* promise */
            invokevirtual io.vertx.sqlclient.impl.QueryExecutor.executeBatchQuery:(Lio/vertx/sqlclient/impl/command/CommandScheduler;Ljava/lang/String;ZLjava/util/List;Lio/vertx/core/impl/future/PromiseInternal;)V
         1: .line 167
            return
        end local 2 // io.vertx.core.impl.future.PromiseInternal promise
        end local 1 // java.util.List batch
        end local 0 // io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/sqlclient/impl/SqlClientBase<TC;>.PreparedQueryImpl<TT;TR;>;
            0    2     1    batch  Ljava/util/List<Lio/vertx/sqlclient/Tuple;>;
            0    2     2  promise  Lio/vertx/core/impl/future/PromiseInternal<TR;>;
    Signature: (Ljava/util/List<Lio/vertx/sqlclient/Tuple;>;Lio/vertx/core/impl/future/PromiseInternal<TR;>;)V
    MethodParameters:
         Name  Flags
      batch    
      promise  

  public io.vertx.sqlclient.Query mapping(java.util.function.Function);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/sqlclient/Query;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.function.Function
            invokevirtual io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.mapping:(Ljava/util/function/Function;)Lio/vertx/sqlclient/PreparedQuery;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.sqlclient.Query collecting(java.util.stream.Collector);
    descriptor: (Ljava/util/stream/Collector;)Lio/vertx/sqlclient/Query;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.stream.Collector
            invokevirtual io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl.collecting:(Ljava/util/stream/Collector;)Lio/vertx/sqlclient/PreparedQuery;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;R::Lio/vertx/sqlclient/SqlResult<TT;>;>Lio/vertx/sqlclient/impl/SqlClientBase<TC;>.QueryImpl<TT;TR;>;Lio/vertx/sqlclient/PreparedQuery<TR;>;
SourceFile: "SqlClientBase.java"
NestHost: io.vertx.sqlclient.impl.SqlClientBase
InnerClasses:
  private PreparedQueryImpl = io.vertx.sqlclient.impl.SqlClientBase$PreparedQueryImpl of io.vertx.sqlclient.impl.SqlClientBase
  private QueryImpl = io.vertx.sqlclient.impl.SqlClientBase$QueryImpl of io.vertx.sqlclient.impl.SqlClientBase