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
/
AuthorizerCallback
Authorizer
Callback
fun
interface
AuthorizerCallback
(
source
)
Callback for use with
ksqlite.foreign.sqlite3_set_authorizer
.
Members
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
opId
:
Int
,
string1
:
String
?
,
string2
:
String
?
,
string3
:
String
?
,
string4
:
String
?
)
:
Int
Invoked from JNI.