Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_storage_utils.h98 static int ConstraintsCheckForCloud(const TableInfo &table, const std::string &trimmedSql);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp769 int CloudStorageUtils::ConstraintsCheckForCloud(const TableInfo &table, const std::string &trimmedS… in ConstraintsCheckForCloud() function in DistributedDB::CloudStorageUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp129 int errCode = CloudStorageUtils::ConstraintsCheckForCloud(table, trimedSql); in CheckTableConstraint()