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
/
Func
Func
fun
interface
Func
:
FunctionCallback.Func2
(
source
)
xFunc function callback used in scalar function.
Members
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
context
:
Long
,
values
:
LongArray
)
Invoked from JNI.