Searched refs:RowSize (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | trans_db.cpp | 79 if (rows.RowSize() == 0) { in BatchInsert() 85 …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 | values_buckets.cpp | 26 size_t ValuesBuckets::RowSize() const in RowSize() function in OHOS::NativeRdb::ValuesBuckets
|
H A D | sqlite_sql_builder.cpp | 345 auto rowSize = buckets.RowSize(); in GenerateSqls()
|
H A D | rdb_store_impl.cpp | 1001 if (rows.RowSize() == 0) { in BatchInsert() 1013 …mpty, table=%{public}s, values:%{public}zu, max number:%{public}d.", table.c_str(), rows.RowSize(), in BatchInsert() 1042 return { E_OK, int64_t(rows.RowSize()) }; in BatchInsert()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | values_buckets.h | 38 API_EXPORT size_t RowSize() const;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_trans_db_test.cpp | 473 ASSERT_EQ(rows.RowSize(), size_t(rowCount));
|