Package | Description |
---|---|
io.vertx.reactivex.sqlclient | |
io.vertx.rxjava.sqlclient | |
io.vertx.sqlclient |
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,
io.vertx.lang.rx.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,
io.vertx.lang.rx.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(java.util.stream.Collector<Row,?,R> collector)
Use the specified
collector for collecting the query result to <R> . |
<R> Query<SqlResult<R>> |
Query.collecting(java.util.stream.Collector<Row,?,R> collector)
Use the specified
collector for collecting the query result to <R> . |
Copyright © 2023 Eclipse. All rights reserved.