JchuComponents
Toggle table of contents
3.0.0-alpha08
common
Target filter
common
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-supabase
/
com.jeluchu.jchucomponents.supabase.database
/
JchuSupabaseDatabase
/
updateById
update
By
Id
inline
fun
<
T
:
Any
>
updateById
(
table
:
String
,
id
:
Any
,
value
:
T
,
primaryKey
:
String
=
DEFAULT_PRIMARY_KEY
)
:
Flow
<
Resource
<
Failure
,
T
>
>