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