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
/
FunctionCallback
/
Func1
Func1
interface
Func1
:
FunctionCallback
(
source
)
Function accepting a single sqlite3_context parameter.
Inheritors
Final
Value
Members
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
context
:
Long
)
Invoked from JNI.