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
Modifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<LegacyJooqxBuilder>
-
Constructor Summary
ConstructorDescriptionLegacyJooqxBuilder
(LegacyJooqxBuilder delegate) LegacyJooqxBuilder
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbuild()
org.jooq.DSLContext
dsl()
boolean
int
hashCode()
static LegacyJooqxBuilder
setDSL
(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.SQLClient
toString()
io.vertx.mutiny.core.Vertx
vertx()
-
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
LegacyJooqx
instance
-
dsl
public org.jooq.DSLContext dsl() -
setDSL
-
errorConverter
-
setErrorConverter
-
typeMapperRegistry
-
setTypeMapperRegistry
-
newInstance
-