Kotlin SQLite
Toggle table of contents
0.0.3
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin SQLite
Ksqlite Kotlin API
/
ksqlite.kapi.snapshot
/
Snapshot
Snapshot
abstract
class
Snapshot
:
Comparable
<
Snapshot
>
,
AutoCloseable
(
source
)
Members
Functions
close
Link copied to clipboard
abstract
override
fun
close
(
)
Destroys this snapshot.
compare
To
Link copied to clipboard
abstract
operator override
fun
compareTo
(
other
:
Snapshot
)
:
Int
Compares the ages of two valid snapshot handles.