toggle menu
kraken-core
JVM
switch theme
search in API
kraken-core
/
fun.bigtable.kraken.util
/
DbUtils
/
batchInsert
batch
Insert
open
fun
<
T
,
C
:
Collection
<
T
>
?
>
batchInsert
(
consumer
:
Consumer
<
C
>
,
collection
:
C
)
批量插入
Parameters
consumer
批量插入方法
collection
批量插入的对象
<T>
数据类
<C>
Collection