Home
last modified time | relevance | path

Searched refs:trimmedSql (Results 1 – 2 of 2) 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 … CloudStorageUtils::ConstraintsCheckForCloud(const TableInfo &table, const std::string &trimmedSql) in ConstraintsCheckForCloud() argument
771 if (DBCommon::HasConstraint(trimmedSql, "UNIQUE", " ,", " ,)(")) { in ConstraintsCheckForCloud()