Searched refs:fromColumn (Results 1 - 1 of 1) sorted by relevance

/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
H A DSelectionBuilder.java217 * is equivalent to the SQL statement: {@code SELECT toClause AS fromColumn}
221 * @param fromColumn Name of column for mapping
225 public SelectionBuilder map(String fromColumn, String toClause) { argument
226 mProjectionMap.put(fromColumn, toClause + " AS " + fromColumn);

Completed in 74 milliseconds