Package io.github.zero88.jooqx.mutiny
Class LegacyJooqxBuilder
java.lang.Object
io.github.zero88.jooqx.mutiny.LegacyJooqxBuilder
Represents a builder that constructs
LegacyJooqx
NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<LegacyJooqxBuilder> -
Constructor Summary
ConstructorsConstructorDescriptionLegacyJooqxBuilder(LegacyJooqxBuilder delegate) LegacyJooqxBuilder(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbuild()org.jooq.DSLContextdsl()booleaninthashCode()static LegacyJooqxBuildersetDSL(org.jooq.DSLContext dsl) setErrorConverter(SQLErrorConverter errorConverter) setPreparedQuery(LegacySQLPreparedQuery preparedQuery) setResultCollector(LegacySQLCollector resultCollector) setSqlClient(io.vertx.mutiny.ext.sql.SQLClient sqlClient) setTypeMapperRegistry(DataTypeMapperRegistry typeMapperRegistry) setVertx(io.vertx.mutiny.core.Vertx vertx) io.vertx.mutiny.ext.sql.SQLClienttoString()io.vertx.mutiny.core.Vertxvertx()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
LegacyJooqxBuilder
-
LegacyJooqxBuilder
-
-
Method Details
-
getDelegate
-
toString
-
equals
-
hashCode
public int hashCode() -
vertx
public io.vertx.mutiny.core.Vertx vertx() -
setVertx
-
sqlClient
public io.vertx.mutiny.ext.sql.SQLClient sqlClient()- Returns:
-
setSqlClient
- Parameters:
sqlClient-- Returns:
- the instance of LegacyJooqxBuilder to chain method calls.
-
preparedQuery
- Returns:
-
setPreparedQuery
- Parameters:
preparedQuery-- Returns:
- the instance of LegacyJooqxBuilder to chain method calls.
-
resultCollector
- Returns:
-
setResultCollector
- Parameters:
resultCollector-- Returns:
- the instance of LegacyJooqxBuilder to chain method calls.
-
build
- Returns:
- a new
LegacyJooqxinstance
-
dsl
public org.jooq.DSLContext dsl() -
setDSL
-
errorConverter
-
setErrorConverter
-
typeMapperRegistry
-
setTypeMapperRegistry
-
newInstance
-