io.smallrye.mutiny.Uni<SQLRowStream> |
SQLClient.queryStream(String sql) |
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
|
io.smallrye.mutiny.Uni<SQLRowStream> |
SQLConnection.queryStream(String sql) |
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
|
io.smallrye.mutiny.Uni<SQLRowStream> |
SQLOperations.queryStream(String sql) |
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
|
io.smallrye.mutiny.Uni<SQLRowStream> |
SQLClient.queryStreamWithParams(String sql,
io.vertx.core.json.JsonArray params) |
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
|
io.smallrye.mutiny.Uni<SQLRowStream> |
SQLConnection.queryStreamWithParams(String sql,
io.vertx.core.json.JsonArray params) |
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
|
io.smallrye.mutiny.Uni<SQLRowStream> |
SQLOperations.queryStreamWithParams(String sql,
io.vertx.core.json.JsonArray params) |
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
|