Home
last modified time | relevance | path

Searched defs:collateType (Results 1 – 6 of 6) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
Drelational_store_manager.cpp166 const std::string &name, CollateType &collateType) in GetCollateTypeByName()
191 CollateType collateType = CollateType::COLLATE_NONE; in CalcPrimaryKeyHash() local
Drelational_store_sqlite_ext.cpp450 …DistributedDB::CollateType collateType = static_cast<DistributedDB::CollateType>(sqlite3_value_int… in CalcHashKey() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
Dcloud_storage_utils.cpp203 …oudStorageUtils::Int64ToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in Int64ToVector()
215 …loudStorageUtils::BoolToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in BoolToVector()
227 …udStorageUtils::DoubleToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in DoubleToVector()
241 …loudStorageUtils::TextToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in TextToVector()
258 …loudStorageUtils::BlobToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in BlobToVector()
639 CollateType collateType, std::vector<uint8_t> &hashValue) in CalculateHashKeyForOneField()
1008 CollateType collateType = fieldInfos.at(pkMap.begin()->first).GetCollateType(); in GetHashValueWithPrimaryKeyMap() local
1020 CollateType collateType = fieldInfos.at(item.first).GetCollateType(); in GetHashValueWithPrimaryKeyMap() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/
Drelationalstoremanager_fuzzer.cpp141 auto collateType = static_cast<CollateType>(data[0]); in CombineTest() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_relational_cloud_syncable_storage_test.cpp1251 std::map<std::string, CollateType> collateType = {{"name", CollateType::COLLATE_NONE}}; variable
1306 std::map<std::string, CollateType> collateType = {{"id", CollateType::COLLATE_NONE}}; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
Dtable_info.cpp212 void FieldInfo::SetCollateType(CollateType collateType) in SetCollateType()