Searched refs:RowSize (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | values_buckets.h | 38 API_EXPORT size_t RowSize() const;
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | values_buckets.cpp | 26 size_t ValuesBuckets::RowSize() const in RowSize() function in OHOS::NativeRdb::ValuesBuckets
|
H A D | trans_db.cpp | 79 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 D | sqlite_sql_builder.cpp | 306 auto rowSize = buckets.RowSize(); in GenerateSqls()
|
H A D | rdb_store_impl.cpp | 992 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 D | rdb_trans_db_test.cpp | 473 ASSERT_EQ(rows.RowSize(), size_t(rowCount)); in HWTEST_F()
|
Completed in 7 milliseconds