Searched refs:COLUMN_COMPONENT_STATUS (Results 1 – 3 of 3) sorted by relevance
50 .append(COLUMN_COMPONENT_STATUS + " integer,") in GetTableCreateSql()87 GetColumnValue(resultSet, COLUMN_COMPONENT_STATUS, status); in ParseDbValue()114 PutColumnValue(dbValue, COLUMN_COMPONENT_STATUS, CAST_INT(value.status)); in BuildDbValue()
25 values.PutInt(COLUMN_COMPONENT_STATUS, CAST_INT(status)); in UpdateProgressByUrl()
49 const std::string COLUMN_COMPONENT_STATUS = "status"; variable