Uses of Class
io.vertx.mutiny.sqlclient.RowSet
Packages that use RowSet
- 
Uses of RowSet in io.vertx.mutiny.sqlclient
Fields in io.vertx.mutiny.sqlclient with type parameters of type RowSetMethods in io.vertx.mutiny.sqlclient that return RowSetModifier and TypeMethodDescriptionstatic <R> RowSet<R>RowSet.newInstance(io.vertx.sqlclient.RowSet arg) static <R> RowSet<R>RowSet.newInstance(io.vertx.sqlclient.RowSet arg, TypeArg<R> __typeArg_R) RowSet.next()Cursor.readAndAwait(int count) Blocking variant ofCursor.read(int).RowSet.value()Methods in io.vertx.mutiny.sqlclient that return types with arguments of type RowSetModifier and TypeMethodDescription<U> PreparedQuery<RowSet<U>>Pool.preparedQuery(String sql) SqlClient.preparedQuery(String sql) SqlClient.preparedQuery(String sql, io.vertx.sqlclient.PrepareOptions options) PreparedStatement.query()Cursor.read(int count) Read rows from the cursor, the result is provided asynchronously to thehandler. - 
Uses of RowSet in io.vertx.mutiny.sqlclient.templates
Methods in io.vertx.mutiny.sqlclient.templates that return types with arguments of type RowSet