SqliteSerializeResult

Types

Link copied to clipboard
class Failure(val databaseSize: Long) : SqliteSerializeResult

SQLite returned a null buffer but may have supplied the databaseSize.

Link copied to clipboard

SQLite owns the buffer.

Link copied to clipboard
class Mutable(val buffer: Buffer) : SqliteSerializeResult

The application is responsible for freeing the buffer.

Properties

Link copied to clipboard
abstract val databaseSize: Long

Size of the database.