Lines Matching full:column
200 * <p>Map columns from a secondary table onto the current result set. References to the column
201 * specified in {@code column} will be replaced with {@code table.column} in the SQL {@code
204 * @param column Column name to join on. Must be the same in both tables.
208 public SelectionBuilder mapToTable(String column, String table) {
209 mProjectionMap.put(column, table + "." + column);
214 * Create a new column based on custom criteria (such as aggregate functions).
216 * <p>This adds a new column to the result set, based upon custom criteria in SQL format. This
221 * @param fromColumn Name of column for mapping
251 * Process user-supplied projection (column list).
253 * <p>In cases where a column is mapped to another data source (either another table, or an
254 * SQL sub-query), the column name will be replaced with a more specific, SQL-compatible
261 * @param columns User supplied projection (column list).
286 * <p>Using a null projection (column list) is not supported.
289 * @param columns Database projection (column list) to return, must be non-NULL.
303 * <p>Using a null projection (column list) is not supported.
306 * @param columns Database projection (column list) to return, must be non-null.
335 * @param values A map from column names to new column values. null is a valid value that will