Home
last modified time | relevance | path

Searched refs:refRows (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store.cpp143 ValuesBuckets refRows; in BatchInsert() local
145 refRows.Put(row); in BatchInsert()
147 auto [errCode, count] = BatchInsert(table, refRows); in BatchInsert()