Home
last modified time | relevance | path

Searched refs:ValuesBuckets (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalues_buckets.cpp20 ValuesBuckets::ValuesBuckets() in ValuesBuckets() function in OHOS::NativeRdb::ValuesBuckets
26 size_t ValuesBuckets::RowSize() const in RowSize()
31 std::pair<ValuesBuckets::FieldsType, ValuesBuckets::ValuesType> ValuesBuckets::GetFieldsAndValues() const in GetFieldsAndValues()
36 void ValuesBuckets::Put(const ValuesBucket &bucket) in Put()
48 std::pair<int, ValuesBuckets::ValueType> ValuesBuckets::Get(size_t row, const FieldType &field) const in Get()
H A Dsqlite_sql_builder.cpp301 SqliteSqlBuilder::BatchRefSqls SqliteSqlBuilder::GenerateSqls(const std::string &table, const ValuesBuckets &buckets, in GenerateSqls()
H A Drdb_store.cpp143 ValuesBuckets refRows; in BatchInsert()
H A Drdb_store_impl.cpp986 std::pair<int, int64_t> RdbStoreImpl::BatchInsert(const std::string &table, const ValuesBuckets &rows) in BatchInsert()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dvalues_buckets.h28 class API_EXPORT ValuesBuckets { class
36 API_EXPORT ValuesBuckets();
H A Dtransaction.h60 using RefRows = ValuesBuckets;
111 * @param values Indicates the rows of data {@link ValuesBuckets} to be inserted into the table.
H A Drdb_store.h115 using RefRows = ValuesBuckets;
195 * @param values Indicates the rows of data {@link ValuesBuckets} to be inserted into the table.
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_js_utils.h46 using ValuesBuckets = OHOS::NativeRdb::ValuesBuckets;
139 bool HasDuplicateAssets(const ValuesBuckets &values);
H A Dnapi_rdb_context.h48 ValuesBuckets sharedValuesBuckets;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_sql_builder.h52 static BatchRefSqls GenerateSqls(const std::string &table, const ValuesBuckets &buckets, int limit);
H A Drdb_store_impl.h85 std::pair<int, int64_t> BatchInsert(const std::string& table, const ValuesBuckets& values) override;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h40 std::pair<int, int64_t> BatchInsert(const std::string& table, const ValuesBuckets& values) override;
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_js_utils.cpp557 bool HasDuplicateAssets(const ValuesBuckets &values) in HasDuplicateAssets()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_trans_db_test.cpp444 ValuesBuckets rows; in HWTEST_F()
464 auto [ret, val] = rows.Get(index, ValuesBuckets::FieldType(key)); in HWTEST_F()

Completed in 18 milliseconds