Wasm-sqlite-open-helper
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wasm-sqlite-open-helper
sqlite-common
/
at.released.wasm.sqlite.open.helper.embedder.callback
/
SqliteCallbackStore
/
SqliteCallbackMap
Sqlite
Callback
Map
interface
SqliteCallbackMap
<
K
:
Any
,
V
:
Any
>
(
source
)
Members
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
K
)
:
V
?
remove
Link copied to clipboard
abstract
fun
remove
(
key
:
K
)
:
V
?
set
Link copied to clipboard
abstract
operator
fun
set
(
key
:
K
,
value
:
V
)
:
V
?