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(Handler<Void> endHandler)SQLRowStreamSQLRowStream. exceptionHandler(Handler<Throwable> handler)SQLRowStreamSQLRowStream. handler(Handler<JsonArray> handler)static SQLRowStreamSQLRowStream. newInstance(SQLRowStream arg)SQLRowStreamSQLRowStream. pause()SQLRowStreamSQLRowStream. resultSetClosedHandler(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, 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, 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, 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, Handler<AsyncResult<SQLRowStream>> handler)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.SQLConnectionSQLConnection. queryStream(String sql, Handler<AsyncResult<SQLRowStream>> handler)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.SQLOperationsSQLOperations. queryStream(String sql, Handler<AsyncResult<SQLRowStream>> handler)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.SQLClientSQLClient. queryStreamWithParams(String sql, JsonArray params, Handler<AsyncResult<SQLRowStream>> handler)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.SQLConnectionSQLConnection. queryStreamWithParams(String sql, JsonArray params, Handler<AsyncResult<SQLRowStream>> handler)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.SQLOperationsSQLOperations. queryStreamWithParams(String sql, JsonArray params, Handler<AsyncResult<SQLRowStream>> handler)Executes the given SQLSELECTstatement which returns the results of the query as a read stream.
-