Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1011 auto executeSqlArgs = SqliteSqlBuilder::GenerateSqls(table, rows, connection->GetMaxVariable()); in BatchInsert() local
1012 if (executeSqlArgs.empty()) { in BatchInsert()
1020 for (const auto &[sql, bindArgs] : executeSqlArgs) { in BatchInsert()