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
/
CollationCallback
Collation
Callback
fun
interface
CollationCallback
(
source
)
Callback for use with
ksqlite.foreign.sqlite3_create_collation_v2
.
Members
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
lhs
:
ByteArray
,
rhs
:
ByteArray
)
:
Int
Invoked from JNI.