Searched refs:EVENTS_TABLE (Results 1 – 1 of 1) sorted by relevance
29 const std::string EVENTS_TABLE = "events_count"; variable52 std::string sql = SqlUtil::GenerateCreateSql(EVENTS_TABLE, fields); in CreateEventsTable()54 HIVIEW_LOGW("failed to create table=%{public}s, ret=%{public}d", EVENTS_TABLE.c_str(), ret); in CreateEventsTable()130 if (auto ret = dbStore_->Insert(seq, EVENTS_TABLE, bucket); ret != NativeRdb::E_OK) { in InsertEventInfo()151 NativeRdb::AbsRdbPredicates predicates(EVENTS_TABLE); in UpdateEventInfo()169 NativeRdb::AbsRdbPredicates predicates(EVENTS_TABLE); in QueryEventInfo()