Kotlin SQLite
Toggle table of contents
0.0.3
release
Target filter
release
Switch theme
Search in API
Skip to content
Kotlin SQLite
Ksqlite Foreign JNI
/
ksqlite.foreign.callbacks
/
AutovacuumPagesCallback
Autovacuum
Pages
Callback
fun
interface
AutovacuumPagesCallback
(
source
)
Callback for use with
ksqlite.foreign.sqlite3_autovacuum_pages
.
Members
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
zSchema
:
String
,
nDbPage
:
Int
,
nFreePage
:
Int
,
nBytePerPage
:
Int
)
:
Int
Invoked from JNI.