Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h110 int CompareWithLiteSchemaTable(const TableInfo &liteTableInfo) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp929 int ret = table1.CompareWithLiteSchemaTable(table1);
944 ret = table1.CompareWithLiteSchemaTable(table1);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp650 int TableInfo::CompareWithLiteSchemaTable(const TableInfo &liteTableInfo) const in CompareWithLiteSchemaTable() function in DistributedDB::TableInfo