Uses of Class
io.vertx.reactivex.ext.sql.SQLRowStream
-
Packages that use SQLRowStream Package Description io.vertx.reactivex.ext.sql -
-
Uses of SQLRowStream in io.vertx.reactivex.ext.sql
Fields in io.vertx.reactivex.ext.sql with type parameters of type SQLRowStream Modifier and Type Field Description static TypeArg<SQLRowStream>SQLRowStream. __TYPE_ARGMethods in io.vertx.reactivex.ext.sql that return SQLRowStream Modifier and Type Method Description SQLRowStreamSQLRowStream. endHandler(io.vertx.core.Handler<Void> endHandler)SQLRowStreamSQLRowStream. exceptionHandler(io.vertx.core.Handler<Throwable> handler)SQLRowStreamSQLRowStream. handler(io.vertx.core.Handler<io.vertx.core.json.JsonArray> handler)static SQLRowStreamSQLRowStream. newInstance(io.vertx.ext.sql.SQLRowStream arg)SQLRowStreamSQLRowStream. pause()SQLRowStreamSQLRowStream. resultSetClosedHandler(io.vertx.core.Handler<Void> handler)Event handler when a resultset is closed.SQLRowStreamSQLRowStream. resume()Methods in io.vertx.reactivex.ext.sql that return types with arguments of type SQLRowStream Modifier and Type Method Description io.reactivex.Single<SQLRowStream>SQLClient. rxQueryStream(String sql)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.io.reactivex.Single<SQLRowStream>SQLConnection. rxQueryStream(String sql)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.io.reactivex.Single<SQLRowStream>SQLOperations. rxQueryStream(String sql)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.io.reactivex.Single<SQLRowStream>SQLClient. rxQueryStreamWithParams(String sql, io.vertx.core.json.JsonArray params)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.io.reactivex.Single<SQLRowStream>SQLConnection. rxQueryStreamWithParams(String sql, io.vertx.core.json.JsonArray params)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.io.reactivex.Single<SQLRowStream>SQLOperations. rxQueryStreamWithParams(String sql, io.vertx.core.json.JsonArray params)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.Method parameters in io.vertx.reactivex.ext.sql with type arguments of type SQLRowStream Modifier and Type Method Description SQLClientSQLClient. queryStream(String sql, io.vertx.core.Handler<io.vertx.core.AsyncResult<SQLRowStream>> handler)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.SQLConnectionSQLConnection. queryStream(String sql, io.vertx.core.Handler<io.vertx.core.AsyncResult<SQLRowStream>> handler)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.SQLOperationsSQLOperations. queryStream(String sql, io.vertx.core.Handler<io.vertx.core.AsyncResult<SQLRowStream>> handler)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.SQLClientSQLClient. queryStreamWithParams(String sql, io.vertx.core.json.JsonArray params, io.vertx.core.Handler<io.vertx.core.AsyncResult<SQLRowStream>> handler)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.SQLConnectionSQLConnection. queryStreamWithParams(String sql, io.vertx.core.json.JsonArray params, io.vertx.core.Handler<io.vertx.core.AsyncResult<SQLRowStream>> handler)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.SQLOperationsSQLOperations. queryStreamWithParams(String sql, io.vertx.core.json.JsonArray params, io.vertx.core.Handler<io.vertx.core.AsyncResult<SQLRowStream>> handler)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.
-