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 LegacyJooqx
createExecutor
(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, createResultCollector
Methods inherited from interface io.github.zero88.jooqx.provider.ErrorConverterProvider
errorConverter
Methods 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:
createExecutor
in interfaceBaseJooqxProvider<io.vertx.ext.sql.SQLClient,
io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector, LegacyJooqx>
-