storm-core
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
storm-core
storm-core
/
com.zxhhyj.storm.crud
/
batchInsert
batch
Insert
suspend
fun
<
E
:
Table
>
ReadWriteDatabase
.
batchInsert
(
table
:
E
,
rows
:
List
<
Map
<
String
,
*
>
>
)
:
Long
Inserts a list of pre-shaped
rows
into
table
in a single statement.