Interface ClassicQueryExecutor

All Superinterfaces:
org.jooq.Attachable, BasicQueryExecutor<io.vertx.core.Future<Integer>>, Serializable, UnifiedQueryExecutor<io.vertx.core.Future<Integer>,io.vertx.core.Future<QueryResult>>

public interface ClassicQueryExecutor extends UnifiedQueryExecutor<io.vertx.core.Future<Integer>,io.vertx.core.Future<QueryResult>>
A UnifiedQueryExecutor using the Future-based API.
  • Method Summary

    Methods inherited from interface org.jooq.Attachable

    attach, configuration, detach

    Methods inherited from interface io.github.jklingsporn.vertx.jooq.shared.internal.BasicQueryExecutor

    execute, release

    Methods inherited from interface io.github.jklingsporn.vertx.jooq.shared.internal.UnifiedQueryExecutor

    query