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.database
/
SerializeResult
/
Failure
Failure
class
Failure
(
val
databaseSize
:
Long
)
:
SerializeResult
(
source
)
SQLite returned a
null
buffer but may have supplied the
databaseSize
.
Members
Constructors
Failure
Link copied to clipboard
constructor
(
databaseSize
:
Long
)
Properties
database
Size
Link copied to clipboard
open
override
val
databaseSize
:
Long
Size of the database.