Home
last modified time | relevance | path

Searched refs:RowSize (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dvalues_buckets.h38 API_EXPORT size_t RowSize() const;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalues_buckets.cpp26 size_t ValuesBuckets::RowSize() const in RowSize() function in OHOS::NativeRdb::ValuesBuckets
H A Dtrans_db.cpp79 if (rows.RowSize() == 0) { in BatchInsert()
85 LOG_ERROR("empty,table=%{public}s,rows:%{public}zu,max:%{public}d.", table.c_str(), rows.RowSize(), maxArgs_); in BatchInsert()
104 return { E_OK, int64_t(rows.RowSize()) }; in BatchInsert()
H A Dsqlite_sql_builder.cpp306 auto rowSize = buckets.RowSize(); in GenerateSqls()
H A Drdb_store_impl.cpp992 if (rows.RowSize() == 0) { in BatchInsert()
1004 LOG_ERROR("empty, table=%{public}s, values:%{public}zu, max number:%{public}d.", table.c_str(), rows.RowSize(), in BatchInsert()
1031 return { E_OK, int64_t(rows.RowSize()) }; in BatchInsert()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_trans_db_test.cpp473 ASSERT_EQ(rows.RowSize(), size_t(rowCount)); in HWTEST_F()

Completed in 7 milliseconds