Searched defs:collateType (Results 1 – 5 of 5) sorted by relevance
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
| D | relational_store_manager.cpp | 161 const std::string &name, CollateType &collateType) in GetCollateTypeByName() 186 CollateType collateType = CollateType::COLLATE_NONE; in CalcPrimaryKeyHash() local
|
| D | relational_store_sqlite_ext.cpp | 425 …DistributedDB::CollateType collateType = static_cast<DistributedDB::CollateType>(sqlite3_value_int… in CalcHashKey() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
| D | cloud_storage_utils.cpp | 202 …oudStorageUtils::Int64ToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in Int64ToVector() 214 …loudStorageUtils::BoolToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in BoolToVector() 226 …udStorageUtils::DoubleToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in DoubleToVector() 240 …loudStorageUtils::TextToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in TextToVector() 257 …loudStorageUtils::BlobToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in BlobToVector() 633 CollateType collateType, std::vector<uint8_t> &hashValue) in CalculateHashKeyForOneField() 990 CollateType collateType = fieldInfos.at(pkMap.begin()->first).GetCollateType(); in GetHashValueWithPrimaryKeyMap() local 1002 CollateType collateType = fieldInfos.at(item.first).GetCollateType(); in GetHashValueWithPrimaryKeyMap() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| D | distributeddb_relational_cloud_syncable_storage_test.cpp | 1289 std::map<std::string, CollateType> collateType = {{"name", CollateType::COLLATE_NONE}}; variable 1344 std::map<std::string, CollateType> collateType = {{"id", CollateType::COLLATE_NONE}}; variable
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
| D | table_info.cpp | 210 void FieldInfo::SetCollateType(CollateType collateType) in SetCollateType()
|