Home | History | Annotate | Download | only in adapter

Lines Matching refs:ROWS

345             // We've been removing rows from the list as they've been found in the xml
349 // These rows need to be deleted...
458 * Changes are handled row by row, and only changed/new rows are acted upon
472 // TODO Handle deleted individual rows...
643 public static final String[] ROWS =
764 * RowBuilder is a wrapper for the Builder class that is used to create/update rows for a
883 // If we've found an existing data row, we'll delete it. Any rows left at the
923 // If we've found an existing data row, we'll delete it. Any rows left at the
1027 builder.withValue(EasChildren.ROWS[i++], child);
1190 * We now are dealing with up to maxRows typeless rows of mimeType data. We need to try to
1191 * match them with existing rows; if there's a match, everything's great. Otherwise, we
1195 public void addUntyped(Entity entity, ArrayList<UntypedRow> rows, String mimeType,
1197 // Make a list of all same type rows in the existing entity
1205 // These will be rows needing replacement with new values
1208 // The count of existing rows
1210 for (UntypedRow row: rows) {
1231 // If there are available rows, add a new one
1243 // Go through rows needing replacement
1247 // Find a row that hasn't been used (i.e. doesn't match current rows)