Searched refs:albumSelection (Results 1 – 1 of 1) sorted by relevance
1212 string albumSelection = GetValueFromMap(tableQueryWhereClauseMap_, tableName); in BatchInsertMap() local1217 baseQuerySql += albumSelection.empty() ? "" : " AND " + albumSelection; in BatchInsertMap()