Home
last modified time | relevance | path

Searched refs:GetTableWeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h68 std::map<std::string, int> GetTableWeight();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp299 std::map<std::string, int> RelationalSchemaObject::GetTableWeight() in GetTableWeight() function in DistributedDB::RelationalSchemaObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp968 tableWeight = schema_.GetTableWeight(); in CalTableRef()