Package io.github.zero88.jooqx
Interface LegacyJooqxBuilder
- All Superinterfaces:
JooqDSLProvider,SQLExecutorBuilder<io.vertx.ext.sql.SQLClient,io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector, LegacyJooqxBuilder>
@Deprecated
public interface LegacyJooqxBuilder
extends SQLExecutorBuilder<io.vertx.ext.sql.SQLClient,io.vertx.core.json.JsonArray,LegacySQLPreparedQuery,LegacySQLCollector,LegacyJooqxBuilder>
Deprecated.
Represents a builder that constructs
LegacyJooqx- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescription@NotNull LegacyJooqxbuild()Deprecated.@NotNull org.jooq.DSLContextdsl()Deprecated.Defines jOOQDSL ContextDeprecated.Deprecated.Deprecated.@NotNull LegacyJooqxBuildersetDSL(org.jooq.DSLContext dsl) Deprecated.Set DSL context@NotNull LegacyJooqxBuildersetErrorConverter(SQLErrorConverter errorConverter) Deprecated.Set Error Converter@NotNull LegacyJooqxBuildersetPreparedQuery(LegacySQLPreparedQuery preparedQuery) Deprecated.Set Prepare Query@NotNull LegacyJooqxBuildersetResultCollector(LegacySQLCollector resultCollector) Deprecated.Set Result Collector@NotNull LegacyJooqxBuildersetSqlClient(io.vertx.ext.sql.SQLClient sqlClient) Deprecated.Set SQL client@NotNull LegacyJooqxBuildersetTypeMapperRegistry(DataTypeMapperRegistry typeMapperRegistry) Deprecated.Set Type Mapper Registry@NotNull LegacyJooqxBuildersetVertx(io.vertx.core.Vertx vertx) Deprecated.Set vertx@NotNull io.vertx.ext.sql.SQLClientDeprecated.Deprecated.@NotNull io.vertx.core.Vertxvertx()Deprecated.
-
Method Details
-
vertx
@NotNull @NotNull io.vertx.core.Vertx vertx()Deprecated. -
setVertx
Deprecated.Description copied from interface:SQLExecutorBuilderSet vertx- Specified by:
setVertxin interfaceSQLExecutorBuilder<io.vertx.ext.sql.SQLClient,io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector, LegacyJooqxBuilder> - Parameters:
vertx- vertx- Returns:
- a reference to this for fluent API
- See Also:
-
Vertx
-
dsl
@NotNull @NotNull org.jooq.DSLContext dsl()Deprecated.Description copied from interface:JooqDSLProviderDefines jOOQDSL Context- Specified by:
dslin interfaceJooqDSLProvider- Returns:
- the DSL context
- See Also:
-
DSLContext
-
setDSL
Deprecated.Description copied from interface:SQLExecutorBuilderSet DSL context- Specified by:
setDSLin interfaceSQLExecutorBuilder<io.vertx.ext.sql.SQLClient,io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector, LegacyJooqxBuilder> - Parameters:
dsl- dsl context- Returns:
- a reference to this for fluent API
- See Also:
-
DSLContext
-
sqlClient
@NotNull @NotNull io.vertx.ext.sql.SQLClient sqlClient()Deprecated.- See Also:
-
SQLClient
-
setSqlClient
Deprecated.Description copied from interface:SQLExecutorBuilderSet SQL client- Specified by:
setSqlClientin interfaceSQLExecutorBuilder<io.vertx.ext.sql.SQLClient,io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector, LegacyJooqxBuilder> - Parameters:
sqlClient- sql client- Returns:
- a reference to this for fluent API
- See Also:
-
SQLClient
-
preparedQuery
LegacySQLPreparedQuery preparedQuery()Deprecated.- See Also:
-
setPreparedQuery
Deprecated.Description copied from interface:SQLExecutorBuilderSet Prepare Query- Specified by:
setPreparedQueryin interfaceSQLExecutorBuilder<io.vertx.ext.sql.SQLClient,io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector, LegacyJooqxBuilder> - Parameters:
preparedQuery- prepare query- Returns:
- a reference to this for fluent API
- See Also:
-
resultCollector
LegacySQLCollector resultCollector()Deprecated.- See Also:
-
setResultCollector
Deprecated.Description copied from interface:SQLExecutorBuilderSet Result Collector- Specified by:
setResultCollectorin interfaceSQLExecutorBuilder<io.vertx.ext.sql.SQLClient,io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector, LegacyJooqxBuilder> - Parameters:
resultCollector- a result collector- Returns:
- a reference to this for fluent API
- See Also:
-
errorConverter
SQLErrorConverter errorConverter()Deprecated. -
setErrorConverter
Deprecated.Description copied from interface:SQLExecutorBuilderSet Error Converter- Specified by:
setErrorConverterin interfaceSQLExecutorBuilder<io.vertx.ext.sql.SQLClient,io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector, LegacyJooqxBuilder> - Parameters:
errorConverter- an error converter- Returns:
- a reference to this for fluent API
- See Also:
-
typeMapperRegistry
DataTypeMapperRegistry typeMapperRegistry()Deprecated. -
setTypeMapperRegistry
@NotNull @NotNull LegacyJooqxBuilder setTypeMapperRegistry(DataTypeMapperRegistry typeMapperRegistry) Deprecated.Description copied from interface:SQLExecutorBuilderSet Type Mapper Registry- Specified by:
setTypeMapperRegistryin interfaceSQLExecutorBuilder<io.vertx.ext.sql.SQLClient,io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector, LegacyJooqxBuilder> - Parameters:
typeMapperRegistry- a type mapper registry- Returns:
- a reference to this for fluent API
- See Also:
-
build
Deprecated.- Specified by:
buildin interfaceSQLExecutorBuilder<io.vertx.ext.sql.SQLClient,io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector, LegacyJooqxBuilder> - Returns:
- a new
LegacyJooqxinstance
-