Searched refs:unionOperator (Results 1 – 1 of 1) sorted by relevance
586 String unionOperator = mDistinct ? " UNION " : " UNION ALL "; in buildUnionQuery() local590 query.append(unionOperator); in buildUnionQuery()