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
/
AutoExtensionCallback
Auto
Extension
Callback
fun
interface
AutoExtensionCallback
(
source
)
Callback for use with
ksqlite.foreign.ksqlite_auto_extension
.
Members
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
db
:
Long
,
api
:
Long
,
outErrMsg
:
OutputPointer.OfString
)
:
Int
Invoked from JNI.