Home
last modified time | relevance | path

Searched refs:DELETE_BY_VER_HASHKEY_SQL (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_transaction.h190 static const std::string DELETE_BY_VER_HASHKEY_SQL; variable
H A Dsqlite_multi_ver_transaction.cpp68 const std::string SQLiteMultiVerTransaction::DELETE_BY_VER_HASHKEY_SQL = member in DistributedDB::SQLiteMultiVerTransaction
952 int errCode = SQLiteUtils::GetStatement(db_, DELETE_BY_VER_HASHKEY_SQL, statement); in DeleteEntriesByHashKey()