jdbc-driver
/
com.squareup.sqldelight.sqlite.driver
/
JdbcDriver
/
connectionAndClose
connection
And
Close
fun
connectionAndClose
():
Pair
<
Connection
, () ->
Unit
>
Content copied to clipboard
Returns a
Connection
and handler which closes the connection after the transaction finished.