Uses of Class
io.vertx.mutiny.ext.sql.SQLRowStream
Packages that use SQLRowStream
-
Uses of SQLRowStream in io.vertx.mutiny.ext.sql
Fields in io.vertx.mutiny.ext.sql with type parameters of type SQLRowStreamMethods in io.vertx.mutiny.ext.sql that return SQLRowStreamModifier and TypeMethodDescriptionSQLRowStream.endHandler(Runnable endHandler) SQLRowStream.exceptionHandler(Consumer<Throwable> handler) static SQLRowStreamSQLRowStream.newInstance(io.vertx.ext.sql.SQLRowStream arg) SQLRowStream.pause()SQLClient.queryStreamAndAwait(String sql) Blocking variant ofSQLClient.queryStream(String).SQLConnection.queryStreamAndAwait(String sql) Blocking variant ofSQLConnection.queryStream(String).SQLOperations.queryStreamAndAwait(String sql) Blocking variant ofSQLOperations.queryStream(String).SQLClient.queryStreamWithParamsAndAwait(String sql, io.vertx.core.json.JsonArray params) Blocking variant ofSQLClient.queryStreamWithParams(String,JsonArray).SQLConnection.queryStreamWithParamsAndAwait(String sql, io.vertx.core.json.JsonArray params) Blocking variant ofSQLConnection.queryStreamWithParams(String,JsonArray).SQLOperations.queryStreamWithParamsAndAwait(String sql, io.vertx.core.json.JsonArray params) Blocking variant ofSQLOperations.queryStreamWithParams(String,JsonArray).SQLRowStream.resultSetClosedHandler(Runnable handler) SQLRowStream.resume()Methods in io.vertx.mutiny.ext.sql that return types with arguments of type SQLRowStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<SQLRowStream>SQLClient.queryStream(String sql) Executes the given SQLSELECTstatement which returns the results of the query as a read stream.io.smallrye.mutiny.Uni<SQLRowStream>SQLConnection.queryStream(String sql) Executes the given SQLSELECTstatement which returns the results of the query as a read stream.io.smallrye.mutiny.Uni<SQLRowStream>SQLOperations.queryStream(String sql) Executes the given SQLSELECTstatement 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 SQLSELECTstatement 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 SQLSELECTstatement 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 SQLSELECTstatement which returns the results of the query as a read stream.