SQLDelight
Toggle table of contents
2.2.0-SNAPSHOT
common
jvm
nonJvm
Platform filter
common
jvm
nonJvm
Switch theme
Search in API
SQLDelight
runtime
/
app.cash.sqldelight.db
/
Closeable
Closeable
common
jvm
nonJvm
expect
interface
Closeable
A type that can be closed.
Inheritors
SqlDriver
actual
typealias
Closeable
=
java.io.Closeable
actual
interface
Closeable
Members
Functions
close
Link copied to clipboard
common
nonJvm
expect
abstract
fun
close
(
)
Close any resources backed by this object.
actual
abstract
fun
close
(
)