Searched refs:fromColumn (Results 1 – 1 of 1) sorted by relevance
225 public SelectionBuilder map(String fromColumn, String toClause) { in map() argument226 mProjectionMap.put(fromColumn, toClause + " AS " + fromColumn); in map()