oskit-kmp
Toggle table of contents
5.0.0
nonJs
Platform filter
nonJs
Switch theme
Search in API
oskit-kmp
oskit-kmp
/
com.outsidesource.oskitkmp.storage.sqldelight
/
KmpKvStoreDatabaseQueries
Kmp
Kv
Store
Database
Queries
nonJs
class
KmpKvStoreDatabaseQueries
(
driver
:
SqlDriver
)
:
TransacterImpl
Members
Constructors
Kmp
Kv
Store
Database
Queries
Link copied to clipboard
nonJs
constructor
(
driver
:
SqlDriver
)
Functions
clear
Link copied to clipboard
nonJs
fun
clear
(
)
exists
Link copied to clipboard
nonJs
fun
exists
(
key
:
String
)
:
Query
<
String
>
get
Link copied to clipboard
nonJs
fun
get
(
key
:
String
)
:
Query
<
ByteArray
>
get
Key
Count
Link copied to clipboard
nonJs
fun
getKeyCount
(
)
:
Query
<
Long
>
get
Keys
Link copied to clipboard
nonJs
fun
getKeys
(
)
:
Query
<
String
>
put
Link copied to clipboard
nonJs
fun
put
(
key
:
String
,
value_
:
ByteArray
)
remove
Link copied to clipboard
nonJs
fun
remove
(
key
:
String
)
transaction
Link copied to clipboard
nonJs
open
fun
transaction
(
noEnclosing
:
Boolean
,
body
:
TransactionWithoutReturn
.
(
)
->
Unit
)
transaction
With
Result
Link copied to clipboard
nonJs
open
fun
<
R
>
transactionWithResult
(
noEnclosing
:
Boolean
,
bodyWithReturn
:
TransactionWithReturn
<
R
>
.
(
)
->
R
)
:
R
vacuum
Link copied to clipboard
nonJs
fun
vacuum
(
)