Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_local_storage_executor.cpp29 const std::string DELETE_SQL = "DELETE FROM data WHERE key=?;"; variable
226 int errCode = SQLiteUtils::GetStatement(dbHandle_, DELETE_SQL, statement); in Delete()
H A Dsqlite_multi_ver_transaction.h177 static const std::string DELETE_SQL; // delete the key-value record variable