Searched refs:VISION_AESTHETICS_TABLE (Results 1 – 4 of 4) sorted by relevance
29 const std::string VISION_AESTHETICS_TABLE = "tab_analysis_aesthetics_score"; variable
80 …g CREATE_TAB_ANALYSIS_AESTHETICS = "CREATE TABLE IF NOT EXISTS " + VISION_AESTHETICS_TABLE + " (" +
174 …OperationObject::VISION_AESTHETICS, { { OperationType::UNKNOWN_TYPE, VISION_AESTHETICS_TABLE } } }, in GetTableNameMap()
2791 "ALTER TABLE " + VISION_AESTHETICS_TABLE + " ADD COLUMN " + ANALYSIS_VERSION + " TEXT ", in UpdateAnalysisTables()