Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dparam_check_utils.h59 …static bool CheckTableReference(const std::vector<TableReferenceProperty> &tableReferenceProperty);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp228 bool ParamCheckUtils::CheckTableReference(const std::vector<TableReferenceProperty> &tableReference… in CheckTableReference() function in DistributedDB::ParamCheckUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.cpp377 if (!ParamCheckUtils::CheckTableReference(tableReferenceProperty)) { in SetReference()