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