| Package | Description |
|---|---|
| io.vertx.ext.sql | |
| io.vertx.groovy.ext.sql | |
| io.vertx.rxjava.ext.sql |
| Modifier and Type | Method and Description |
|---|---|
SQLRowStream |
SQLRowStream.resultSetClosedHandler(Handler<Void> handler)
Event handler when a resultset is closed.
|
| 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. |
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. |
| Modifier and Type | Method and Description |
|---|---|
static ReadStream<JsonArray> |
SQLRowStream_GroovyExtension.handler(SQLRowStream j_receiver,
Handler<List<Object>> arg0) |
| Modifier and Type | Method and Description |
|---|---|
static SQLConnection |
SQLConnection_GroovyExtension.queryStreamWithParams(SQLConnection j_receiver,
String sql,
List<Object> params,
Handler<AsyncResult<SQLRowStream>> handler) |
| 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 © 2017. All rights reserved.