Java io.vertx.sqlclient PreparedQuery fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.sqlclient PreparedQuery fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.sqlclient PreparedQuery.

The text is from its open source code.

Method

PreparedQuerybatch(List argsList, Handler>> handler)
Execute a batch.
RowStreamcreateStream(int fetch, Tuple args)
Execute the prepared query with a cursor and createStream the result.
Cursorcursor(Tuple args)
Create a cursor with the provided arguments .
PreparedQueryexecute(Collector collector, Handler>> handler)
Calls #execute(Tuple,Collector,Handler) with an empty tuple argument.
PreparedQueryexecute(Tuple args, Handler>> handler)
Create a cursor with the provided arguments .