Searched refs:mProjectionMap (Results 1 – 1 of 1) sorted by relevance
97 private Map<String, String> mProjectionMap = new HashMap<String, String>(); field in SelectionBuilder209 mProjectionMap.put(column, table + "." + column); in mapToTable()226 mProjectionMap.put(fromColumn, toClause + " AS " + fromColumn); in map()265 final String target = mProjectionMap.get(columns[i]); in mapColumns()