| Package | Description |
|---|---|
| io.vertx.sqlclient |
| 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>. |
<U> PreparedQuery<RowSet<U>> |
PreparedQuery.mapping(Function<Row,U> mapper)
|
<U> Query<RowSet<U>> |
Query.mapping(Function<Row,U> mapper)
|
void |
Cursor.read(int count,
Handler<AsyncResult<RowSet<Row>>> handler)
Read rows from the cursor, the result is provided asynchronously to the
handler. |
Copyright © 2023 Eclipse. All rights reserved.