| Package | Description |
|---|---|
| io.vertx.reactivex.sqlclient | |
| io.vertx.rxjava.sqlclient | |
| io.vertx.sqlclient | |
| io.vertx.sqlclient.impl |
| Modifier and Type | Method and Description |
|---|---|
RowSet |
RowSet.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static <R> RowSet<R> |
RowSet.newInstance(RowSet arg) |
static <R> RowSet<R> |
RowSet.newInstance(RowSet arg,
TypeArg<R> __typeArg_R) |
| Constructor and Description |
|---|
RowSet(RowSet delegate) |
| Modifier and Type | Method and Description |
|---|---|
RowSet |
RowSet.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static <R> RowSet<R> |
RowSet.newInstance(RowSet arg) |
static <R> RowSet<R> |
RowSet.newInstance(RowSet arg,
TypeArg<R> __typeArg_R) |
| Constructor and Description |
|---|
RowSet(RowSet delegate) |
| Modifier and Type | Method and Description |
|---|---|
RowSet<R> |
RowSet.next() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cursor.read(int count,
Handler<AsyncResult<RowSet<Row>>> handler)
Read rows from the cursor, the result is provided asynchronously to the
handler. |
| Modifier and Type | Method and Description |
|---|---|
PreparedQuery<RowSet<Row>> |
SqlClientBase.preparedQuery(String sql) |
Query<RowSet<Row>> |
SqlClientBase.query(String sql) |
| Modifier and Type | Method and Description |
|---|---|
void |
RowStreamImpl.handle(AsyncResult<RowSet<Row>> ar) |
void |
CursorImpl.read(int count,
Handler<AsyncResult<RowSet<Row>>> handler) |
Copyright © 2020. All rights reserved.