toggle menu
SQLDelight
2.1.0-SNAPSHOT
jvm
switch theme
search in API
jdbc-driver
/
app.cash.sqldelight.driver.jdbc
/
JdbcDriver
/
connectionAndClose
connection
And
Close
fun
connectionAndClose
(
)
:
Pair
<
Connection
,
(
)
->
Unit
>
Returns a
Connection
and handler which closes the connection after the transaction finished.