Searched refs:DELETE_SQL (Results 1 – 2 of 2) sorted by relevance
29 const std::string DELETE_SQL = "DELETE FROM data WHERE key=?;"; variable226 int errCode = SQLiteUtils::GetStatement(dbHandle_, DELETE_SQL, statement); in Delete()
177 static const std::string DELETE_SQL; // delete the key-value record variable