kimmer-sql
0.2.7
kimmer-sql
/
org.babyfish.kimmer.sql.runtime
/
R2dbcExecutor
R2dbc
Executor
interface
R2dbcExecutor
Content copied to clipboard
Functions
Inheritors
Functions
execute
Link copied to clipboard
abstract
suspend
fun
<
R
>
execute
(
con
:
Connection
,
sql
:
String
,
variables
:
List
<
Any
>
,
block
:
suspend
Result
.
(
)
->
R
)
:
R
Content copied to clipboard
Inheritors
DefaultR2dbcExecutor
Link copied to clipboard