Uses of Class
io.vertx.mutiny.sqlclient.Row
-
Packages that use Row Package Description io.vertx.mutiny.sqlclient -
-
Uses of Row in io.vertx.mutiny.sqlclient
Fields in io.vertx.mutiny.sqlclient with type parameters of type Row Modifier and Type Field Description static io.smallrye.mutiny.vertx.TypeArg<Row>Row. __TYPE_ARGMethods in io.vertx.mutiny.sqlclient that return Row Modifier and Type Method Description static RowRow. newInstance(io.vertx.sqlclient.Row arg)Methods in io.vertx.mutiny.sqlclient that return types with arguments of type Row Modifier and Type Method Description RowStream<Row>PreparedStatement. createStream(int fetch)RowStream<Row>PreparedStatement. createStream(int fetch, Tuple args)PreparedQuery<RowSet<Row>>Pool. preparedQuery(String sql)PreparedQuery<RowSet<Row>>SqlClient. preparedQuery(String sql)Query<RowSet<Row>>Pool. query(String sql)PreparedQuery<RowSet<Row>>PreparedStatement. query()Query<RowSet<Row>>SqlClient. query(String sql)io.smallrye.mutiny.Uni<RowSet<Row>>Cursor. read(int count)Read rows from the cursor, the result is provided asynchronously to thehandler.RowSet<Row>Cursor. readAndAwait(int count)Blocking variant ofCursor.read(int).Method parameters in io.vertx.mutiny.sqlclient with type arguments of type Row Modifier and Type Method Description <U> PreparedQuery<RowSet<U>>PreparedQuery. mapping(Function<Row,U> mapper)<U> Query<RowSet<U>>Query. mapping(Function<Row,U> mapper)
-