Microservices Libs
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Microservices Libs
database-jvm-jooq
/
dev.limebeck.libs.db.jooq
/
JooqDatabaseServiceImpl
/
withDslContext
with
Dsl
Context
open
override
fun
<
R
>
withDslContext
(
transaction
:
Transaction
<
Connection
>
,
block
:
(
DSLContext
)
->
R
)
:
R