Uses of Class
io.vertx.mutiny.sqlclient.Row
Packages that use Row
-
Uses of Row in io.vertx.mutiny.sqlclient
Fields in io.vertx.mutiny.sqlclient with type parameters of type RowModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<Row> Row.__TYPE_ARGMethods in io.vertx.mutiny.sqlclient that return RowMethods in io.vertx.mutiny.sqlclient that return types with arguments of type RowModifier and TypeMethodDescriptionPreparedStatement.createStream(int fetch) PreparedStatement.createStream(int fetch, Tuple args) 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.Cursor.readAndAwait(int count) Blocking variant ofCursor.read(int).Method parameters in io.vertx.mutiny.sqlclient with type arguments of type Row