Skip navigation links
A C D E F I J S U V 

A

AsyncJooqSQLClient - Interface in io.github.jklingsporn.vertx.jooq.async.future
Created by jensklingsporn on 13.06.17.
AsyncJooqSQLClientImpl - Class in io.github.jklingsporn.vertx.jooq.async.future.impl
Created by jensklingsporn on 13.06.17.
AsyncJooqSQLClientImpl(Vertx, AsyncSQLClient) - Constructor for class io.github.jklingsporn.vertx.jooq.async.future.impl.AsyncJooqSQLClientImpl
 

C

client() - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
 
countAsync() - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Count all records of the underlying table asynchronously.
create(Vertx, AsyncSQLClient) - Static method in interface io.github.jklingsporn.vertx.jooq.async.future.AsyncJooqSQLClient
 

D

delegate() - Method in interface io.github.jklingsporn.vertx.jooq.async.future.AsyncJooqSQLClient
 
delegate() - Method in class io.github.jklingsporn.vertx.jooq.async.future.impl.AsyncJooqSQLClientImpl
 
deleteExecAsync(T) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Performs an async DELETE statement for a given key and passes the number of affected rows to the returned CompletableFuture.
deleteExecAsync(Condition) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Performs an async DELETE statement for a given condition and passes the number of affected rows to the returned CompletableFuture.
deleteExecAsync(Field<Z>, Z) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Performs an async DELETE statement for a given field and value and passes the number of affected rows to the returned CompletableFuture.

E

execute(Query) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.AsyncJooqSQLClient
 
execute(Query) - Method in class io.github.jklingsporn.vertx.jooq.async.future.impl.AsyncJooqSQLClientImpl
 
existsByIdAsync(T) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Checks if a given ID exists asynchronously

F

fetch(Query, Function<JsonObject, P>) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.AsyncJooqSQLClient
 
fetch(Query, Function<JsonObject, P>) - Method in class io.github.jklingsporn.vertx.jooq.async.future.impl.AsyncJooqSQLClientImpl
 
fetchAsync(Field<Z>, Collection<Z>) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Find records by a given field and a set of values asynchronously.
fetchAsync(Condition) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Find records by a given condition asynchronously.
fetchOne(Query, Function<JsonObject, P>) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.AsyncJooqSQLClient
 
fetchOne(Query, Function<JsonObject, P>) - Method in class io.github.jklingsporn.vertx.jooq.async.future.impl.AsyncJooqSQLClientImpl
 
fetchOneAsync(Field<Z>, Z) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Find a unique record by a given field and a value asynchronously.
fetchOneAsync(Condition) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Find a unique record by a given condition asynchronously.
fetchOptionalAsync(Field<Z>, Z) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Find a unique record by a given field and a value asynchronously.
findAllAsync() - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Find all records of the underlying table asynchronously.
findByIdAsync(T) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Find a record of the underlying table by ID asynchronously.

I

insertExecAsync(P) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Performs an async INSERT statement for a given POJO and passes the number of affected rows to the resultHandler.
insertReturningPrimaryAsync(P) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Performs an async INSERT statement for a given POJO and passes the primary key to the resultHandler.
io.github.jklingsporn.vertx.jooq.async.future - package io.github.jklingsporn.vertx.jooq.async.future
 
io.github.jklingsporn.vertx.jooq.async.future.impl - package io.github.jklingsporn.vertx.jooq.async.future.impl
 

J

jsonMapper() - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
 

S

setClient(AsyncJooqSQLClient) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
 

U

updateExecAsync(P) - Method in interface io.github.jklingsporn.vertx.jooq.async.future.VertxDAO
Performs an async UPDATE statement for a given POJO and passes the number of affected rows to the resultHandler.

V

VertxDAO<R extends org.jooq.UpdatableRecord<R>,P extends VertxPojo,T> - Interface in io.github.jklingsporn.vertx.jooq.async.future
Created by jensklingsporn on 18.04.17.
A C D E F I J S U V 
Skip navigation links

Copyright © 2017. All rights reserved.