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
/
SqliteCallbackIdMap
Sqlite
Callback
Id
Map
interface
SqliteCallbackIdMap
<
K
:
SqliteCallbackStore.SqliteCallbackId
,
V
:
Any
>
(
source
)
Members
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
K
)
:
V
?
put
Link copied to clipboard
abstract
fun
put
(
value
:
V
)
:
K
remove
Link copied to clipboard
abstract
fun
remove
(
key
:
K
)
:
V
?