public interface AsyncJooqSQLClient
| Modifier and Type | Method and Description |
|---|---|
static AsyncJooqSQLClient |
create(io.vertx.core.Vertx vertx,
io.vertx.ext.asyncsql.AsyncSQLClient delegate) |
io.vertx.ext.asyncsql.AsyncSQLClient |
delegate() |
CompletableFuture<Integer> |
execute(org.jooq.Query query) |
<P> CompletableFuture<List<P>> |
fetch(org.jooq.Query query,
Function<io.vertx.core.json.JsonObject,P> mapper) |
<P> CompletableFuture<P> |
fetchOne(org.jooq.Query query,
Function<io.vertx.core.json.JsonObject,P> mapper) |
static AsyncJooqSQLClient create(io.vertx.core.Vertx vertx, io.vertx.ext.asyncsql.AsyncSQLClient delegate)
<P> CompletableFuture<List<P>> fetch(org.jooq.Query query, Function<io.vertx.core.json.JsonObject,P> mapper)
P - query - mapper - <P> CompletableFuture<P> fetchOne(org.jooq.Query query, Function<io.vertx.core.json.JsonObject,P> mapper)
P - query - a jOOQ-querymapper - a function to map the result into another object.null.CompletableFuture<Integer> execute(org.jooq.Query query)
query - a jOOQ-queryio.vertx.ext.asyncsql.AsyncSQLClient delegate()
Copyright © 2017. All rights reserved.