| Package | Description |
|---|---|
| io.vertx.reactivex.sqlclient | |
| io.vertx.rxjava.sqlclient | |
| io.vertx.sqlclient | |
| io.vertx.sqlclient.impl |
| Modifier and Type | Method and Description |
|---|---|
SqlResult |
SqlResult.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static <T> SqlResult<T> |
SqlResult.newInstance(SqlResult arg) |
static <T> SqlResult<T> |
SqlResult.newInstance(SqlResult arg,
TypeArg<T> __typeArg_T) |
| Constructor and Description |
|---|
SqlResult(SqlResult delegate) |
| Modifier and Type | Method and Description |
|---|---|
SqlResult |
SqlResult.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static <T> SqlResult<T> |
SqlResult.newInstance(SqlResult arg) |
static <T> SqlResult<T> |
SqlResult.newInstance(SqlResult arg,
TypeArg<T> __typeArg_T) |
| Constructor and Description |
|---|
SqlResult(SqlResult delegate) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RowSet<R>
A set of rows.
|
| Modifier and Type | Method and Description |
|---|---|
SqlResult<T> |
SqlResult.next()
Return the next available result or
null, e.g for a simple query that executed multiple queries or for
a batch result. |
| Modifier and Type | Method and Description |
|---|---|
<R> PreparedQuery<SqlResult<R>> |
PreparedQuery.collecting(Collector<Row,?,R> collector)
Use the specified
collector for collecting the query result to <R>. |
<R> Query<SqlResult<R>> |
Query.collecting(Collector<Row,?,R> collector)
Use the specified
collector for collecting the query result to <R>. |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlResultBase<T,R extends SqlResultBase<T,R>> |
class |
SqlResultImpl<T> |
Copyright © 2020. All rights reserved.