Searched refs:EVENTS_COLUMIN_COUNT (Results 1 – 1 of 1) sorted by relevance
32 const std::string EVENTS_COLUMIN_COUNT = "count"; variable49 {EVENTS_COLUMIN_COUNT, SqlUtil::COLUMN_TYPE_INT}, in CreateEventsTable()127 bucket.PutInt(EVENTS_COLUMIN_COUNT, info.count); in InsertEventInfo()147 bucket.PutInt(EVENTS_COLUMIN_COUNT, info.count); in UpdateEventInfo()172 auto resultSet = dbStore_->Query(predicates, {EVENTS_COLUMIN_COUNT}); in QueryEventInfo()