Package io.github.zero88.jooqx.provider
Interface LegacyJooqxProvider
- All Superinterfaces:
BaseJooqxProvider<io.vertx.ext.sql.SQLClient,,io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector, LegacyJooqx> ErrorConverterProvider,TypeMapperRegistryProvider
public interface LegacyJooqxProvider
extends BaseJooqxProvider<io.vertx.ext.sql.SQLClient,io.vertx.core.json.JsonArray,LegacySQLPreparedQuery,LegacySQLCollector,LegacyJooqx>
Legacy
jOOQx provider- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault @NotNull LegacyJooqxcreateExecutor(io.vertx.core.Vertx vertx, org.jooq.DSLContext dsl, io.vertx.ext.sql.SQLClient sqlClient) Methods inherited from interface io.github.zero88.jooqx.provider.BaseJooqxProvider
createPreparedQuery, createResultCollectorMethods inherited from interface io.github.zero88.jooqx.provider.ErrorConverterProvider
errorConverterMethods inherited from interface io.github.zero88.jooqx.provider.TypeMapperRegistryProvider
typeMapperRegistry
-
Method Details
-
createExecutor
@NotNull default @NotNull LegacyJooqx createExecutor(io.vertx.core.Vertx vertx, org.jooq.DSLContext dsl, io.vertx.ext.sql.SQLClient sqlClient) - Specified by:
createExecutorin interfaceBaseJooqxProvider<io.vertx.ext.sql.SQLClient,io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector, LegacyJooqx>
-