public interface io.vertx.sqlclient.PreparedStatement
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.sqlclient.PreparedStatement
  super_class: java.lang.Object
{
  public abstract io.vertx.sqlclient.PreparedQuery<io.vertx.sqlclient.RowSet<io.vertx.sqlclient.Row>> query();
    descriptor: ()Lio/vertx/sqlclient/PreparedQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/sqlclient/PreparedQuery<Lio/vertx/sqlclient/RowSet<Lio/vertx/sqlclient/Row;>;>;

  public io.vertx.sqlclient.Cursor cursor();
    descriptor: ()Lio/vertx/sqlclient/Cursor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.sqlclient.PreparedStatement this
         0: .line 54
            aload 0 /* this */
            getstatic io.vertx.sqlclient.impl.ArrayTuple.EMPTY:Lio/vertx/sqlclient/Tuple;
            invokeinterface io.vertx.sqlclient.PreparedStatement.cursor:(Lio/vertx/sqlclient/Tuple;)Lio/vertx/sqlclient/Cursor;
            areturn
        end local 0 // io.vertx.sqlclient.PreparedStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/PreparedStatement;

  public abstract io.vertx.sqlclient.Cursor cursor(io.vertx.sqlclient.Tuple);
    descriptor: (Lio/vertx/sqlclient/Tuple;)Lio/vertx/sqlclient/Cursor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.sqlclient.RowStream<io.vertx.sqlclient.Row> createStream(int);
    descriptor: (I)Lio/vertx/sqlclient/RowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.PreparedStatement this
        start local 1 // int fetch
         0: .line 69
            aload 0 /* this */
            iload 1 /* fetch */
            getstatic io.vertx.sqlclient.impl.ArrayTuple.EMPTY:Lio/vertx/sqlclient/Tuple;
            invokeinterface io.vertx.sqlclient.PreparedStatement.createStream:(ILio/vertx/sqlclient/Tuple;)Lio/vertx/sqlclient/RowStream;
            areturn
        end local 1 // int fetch
        end local 0 // io.vertx.sqlclient.PreparedStatement this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/PreparedStatement;
            0    1     1  fetch  I
    Signature: (I)Lio/vertx/sqlclient/RowStream<Lio/vertx/sqlclient/Row;>;
    MethodParameters:
       Name  Flags
      fetch  

  public abstract io.vertx.sqlclient.RowStream<io.vertx.sqlclient.Row> createStream(int, io.vertx.sqlclient.Tuple);
    descriptor: (ILio/vertx/sqlclient/Tuple;)Lio/vertx/sqlclient/RowStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILio/vertx/sqlclient/Tuple;)Lio/vertx/sqlclient/RowStream<Lio/vertx/sqlclient/Row;>;
    MethodParameters:
       Name  Flags
      fetch  
      args   

  public abstract io.vertx.core.Future<java.lang.Void> close();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  public abstract void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  
}
SourceFile: "PreparedStatement.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()