SQLDelight
Toggle table of contents
2.2.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
SQLDelight
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.