Home
last modified time | relevance | path

Searched refs:ToTableInfoString (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h98 std::string ToTableInfoString(const std::string &schemaVersion) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp669 std::string TableInfo::ToTableInfoString(const std::string &schemaVersion) const in ToTableInfoString() function in DistributedDB::TableInfo
H A Drelational_schema_object.cpp88 schemaString_ += it->second.ToTableInfoString(schemaVersion_); in GenerateSchemaString()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp886 table1.ToTableInfoString("");