Kotlin SQLite
Toggle table of contents
0.0.3
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin SQLite
Ksqlite C API
/
ksqlite.capi.callbacks
/
SqliteExecCallback
Sqlite
Exec
Callback
fun
interface
SqliteExecCallback
<
AppData
>
(
source
)
Callback to use with
ksqlite.capi.sqlite3_exec
.
Members
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
appData
:
AppData
,
columnCount
:
Int
,
columnValues
:
Array
<
String
?
>
,
columnNames
:
Array
<
String
>
)
:
Int
Details on parameters and result can be found
here
.