kimmer-sql
0.2.7
kimmer-sql
/
org.babyfish.kimmer.sql.runtime
/
JdbcExecutor
Jdbc
Executor
interface
JdbcExecutor
Content copied to clipboard
Functions
Inheritors
Functions
execute
Link copied to clipboard
abstract
fun
<
R
>
execute
(
con
:
Connection
,
sql
:
String
,
variables
:
List
<
Any
>
,
block
:
PreparedStatement
.
(
)
->
R
)
:
R
Content copied to clipboard
Inheritors
DefaultJdbcExecutor
Link copied to clipboard