Searched refs:COLUMN_COMPONENT_SIZE (Results 1 – 2 of 2) sorted by relevance
47 .append(COLUMN_COMPONENT_SIZE + " bigint,") in GetTableCreateSql()83 GetColumnValue(resultSet, COLUMN_COMPONENT_SIZE, value.size); in ParseDbValue()111 PutColumnValue(dbValue, COLUMN_COMPONENT_SIZE, value.size); in BuildDbValue()
46 const std::string COLUMN_COMPONENT_SIZE = "size"; variable