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
/
ExecCallback
Exec
Callback
fun
interface
ExecCallback
(
source
)
Callback for use with
ksqlite.foreign.sqlite3_exec
.
Members
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
columnCount
:
Int
,
columnValues
:
Array
<
String
?
>
,
columnNames
:
Array
<
String
>
)
:
Int
Invoked from JNI.