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 RowSetModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<RowSet> RowSet.__TYPE_ARGMethods 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, io.smallrye.mutiny.vertx.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.