GWIoTApi
Toggle table of contents
1.2.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.database
/
ProductDao_Impl
ProductDao_
Impl
androidJvm
@
Generated
(
value
=
"androidx.room.RoomProcessor"
)
class
ProductDao_Impl
:
ProductDao
Members
Constructors
ProductDao_
Impl
Link copied to clipboard
androidJvm
constructor
(
@
NonNull
__db
:
RoomDatabase
)
Functions
delete
All
Link copied to clipboard
androidJvm
open
fun
deleteAll
(
$completion
:
Continuation
<
in
Unit
>
)
:
Any
get
All
As
Flow
Link copied to clipboard
androidJvm
open
fun
getAllAsFlow
(
)
:
Flow
<
List
<
ProductInfo
>
>
get
Required
Converters
Link copied to clipboard
androidJvm
@
NonNull
open
fun
getRequiredConverters
(
)
:
List
<
Class
<
out
Any
>
>
insert
Link copied to clipboard
androidJvm
open
fun
insert
(
products
:
List
<
ProductInfo
>
,
$completion
:
Continuation
<
in
Unit
>
)
:
Any
replace
All
Link copied to clipboard
androidJvm
open
fun
replaceAll
(
products
:
List
<
ProductInfo
>
,
$completion
:
Continuation
<
in
Unit
>
)
:
Any