Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtrans_db.cpp83 auto batchInfo = SqliteSqlBuilder::GenerateSqls(table, rows, maxArgs_); in BatchInsert() local
84 if (table.empty() || batchInfo.empty()) { in BatchInsert()
89 for (const auto &[sql, batchArgs] : batchInfo) { in BatchInsert()