Example usage for Java io.vertx.sqlclient PreparedQuery fields, constructors, methods, implement or subclass
The text is from its open source code.
PreparedQuery | batch(List Execute a batch. |
RowStream | createStream(int fetch, Tuple args) Execute the prepared query with a cursor and createStream the result. |
Cursor | cursor(Tuple args) Create a cursor with the provided arguments . |
PreparedQuery | execute(Collector Calls #execute(Tuple,Collector,Handler) with an empty tuple argument. |
PreparedQuery | execute(Tuple args, Handler Create a cursor with the provided arguments . |