Package | Description |
---|---|
io.vertx.ext.sql | |
io.vertx.reactivex.ext.sql | |
io.vertx.rxjava.ext.sql |
Modifier and Type | Method and Description |
---|---|
SQLRowStream |
SQLRowStream.endHandler(Handler<Void> endHandler) |
SQLRowStream |
SQLRowStream.exceptionHandler(Handler<Throwable> handler) |
SQLRowStream |
SQLRowStream.handler(Handler<JsonArray> handler) |
SQLRowStream |
SQLRowStream.pause() |
SQLRowStream |
SQLRowStream.resultSetClosedHandler(Handler<Void> handler)
Event handler when a resultset is closed.
|
SQLRowStream |
SQLRowStream.resume() |
Modifier and Type | Method and Description |
---|---|
SQLConnection |
SQLConnection.queryStream(String sql,
Handler<AsyncResult<SQLRowStream>> handler)
Executes the given SQL
SELECT statement which returns the results of the query as a read stream. |
default SQLClient |
SQLClient.queryStream(String sql,
Handler<AsyncResult<SQLRowStream>> handler)
Executes the given SQL
SELECT statement which returns the results of the query as a read stream. |
SQLOperations |
SQLOperations.queryStream(String sql,
Handler<AsyncResult<SQLRowStream>> handler)
Executes the given SQL
SELECT statement which returns the results of the query as a read stream. |
SQLConnection |
SQLConnection.queryStreamWithParams(String sql,
JsonArray params,
Handler<AsyncResult<SQLRowStream>> handler)
Executes the given SQL
SELECT statement which returns the results of the query as a read stream. |
default SQLClient |
SQLClient.queryStreamWithParams(String sql,
JsonArray params,
Handler<AsyncResult<SQLRowStream>> handler)
Executes the given SQL
SELECT statement which returns the results of the query as a read stream. |
SQLOperations |
SQLOperations.queryStreamWithParams(String sql,
JsonArray params,
Handler<AsyncResult<SQLRowStream>> handler)
Executes the given SQL
SELECT statement which returns the results of the query as a read stream. |
Modifier and Type | Method and Description |
---|---|
SQLRowStream |
SQLRowStream.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static SQLRowStream |
SQLRowStream.newInstance(SQLRowStream arg) |
Constructor and Description |
---|
SQLRowStream(SQLRowStream delegate) |
Modifier and Type | Method and Description |
---|---|
SQLRowStream |
SQLRowStream.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static SQLRowStream |
SQLRowStream.newInstance(SQLRowStream arg) |
Constructor and Description |
---|
SQLRowStream(SQLRowStream delegate) |
Copyright © 2021 Eclipse. All rights reserved.