Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h386 std::string GetCloudDeleteSql(const std::string &table);
H A Dsqlite_single_ver_relational_storage_executor.cpp1868 updateLogSql += GetCloudDeleteSql(tableSchema.name); in GetUpdateLogRecordStatement()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1006 std::string SQLiteSingleVerRelationalStorageExecutor::GetCloudDeleteSql(const std::string &table) in GetCloudDeleteSql() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor