public interface Query<T>
| Modifier and Type | Method and Description |
|---|---|
<R> Query<SqlResult<R>> |
collecting(Collector<Row,?,R> collector)
Use the specified
collector for collecting the query result to <R>. |
void |
execute(Handler<AsyncResult<T>> handler)
Execute the query.
|
<U> Query<RowSet<U>> |
mapping(Function<Row,U> mapper)
|
Copyright © 2020. All rights reserved.