exposed-vertx-sql-client
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
exposed-vertx-sql-client
exposed-vertx-sql-client-core
/
com.huanshankeji.exposedvertxsqlclient
/
DatabaseClient
/
optionalStatementPreparationExposedTransaction
optional
Statement
Preparation
Exposed
Transaction
inline
fun
<
T
>
optionalStatementPreparationExposedTransaction
(
withExposedTransaction
:
Boolean
,
crossinline
block
:
(
)
->
T
)
:
T
(
source
)
Parameters
with
Exposed
Transaction
whether to run the
block
within the transaction.