Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
room
/
com.michaelflisar.toolbox.room.todo
/
IBaseDaoInsert
IBase
Dao
Insert
interface
IBaseDaoInsert
<
ID
:
Number
,
Entity
:
IRoomEntity
<
ID
,
Entity
>
>
Deprecated
Inheritors
IDefaultDao
Members
Functions
insert
Link copied to clipboard
open
suspend
fun
insert
(
item
:
Entity
)
:
Entity
open
suspend
fun
insert
(
items
:
List
<
Entity
>
)
:
List
<
Entity
>
internal
Insert
Link copied to clipboard
abstract
suspend
fun
internalInsert
(
items
:
Entity
)
:
Long
abstract
suspend
fun
internalInsert
(
items
:
List
<
Entity
>
)
:
List
<
Long
>