Package | Description |
---|---|
io.vertx.sqlclient |
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> . |
Copyright © 2021 Eclipse. All rights reserved.