Searched refs:TableColumnPair (Results 1 – 5 of 5) sorted by relevance
225 public List<TableColumnPair> getChildTablesWithRowsToBeDeletedDuringUpdate( in getChildTablesWithRowsToBeDeletedDuringUpdate()227 ArrayList<TableColumnPair> childTablesToDelete = new ArrayList<>(); in getChildTablesWithRowsToBeDeletedDuringUpdate()228 childTablesToDelete.add(new TableColumnPair(EXERCISE_LAPS_RECORD_TABLE_NAME, PARENT_KEY)); in getChildTablesWithRowsToBeDeletedDuringUpdate()230 new TableColumnPair(EXERCISE_SEGMENT_RECORD_TABLE_NAME, PARENT_KEY)); in getChildTablesWithRowsToBeDeletedDuringUpdate()235 new TableColumnPair(EXERCISE_ROUTE_RECORD_TABLE_NAME, PARENT_KEY)); in getChildTablesWithRowsToBeDeletedDuringUpdate()
303 public List<TableColumnPair> getChildTablesWithRowsToBeDeletedDuringUpdate( in getChildTablesWithRowsToBeDeletedDuringUpdate()305 return getAllChildTables().stream().map(it -> new TableColumnPair(it, PARENT_KEY)).toList(); in getChildTablesWithRowsToBeDeletedDuringUpdate()921 public static final class TableColumnPair { class in RecordHelper922 TableColumnPair(String tableName, String columnName) { in TableColumnPair() method in RecordHelper.TableColumnPair
582 public List<TableColumnPair> getChildTablesWithRowsToBeDeletedDuringUpdate( in getChildTablesWithRowsToBeDeletedDuringUpdate()586 new TableColumnPair( in getChildTablesWithRowsToBeDeletedDuringUpdate()
209 public List<RecordHelper.TableColumnPair> getChildTablesWithRowsToBeDeletedDuringUpdate() { in getChildTablesWithRowsToBeDeletedDuringUpdate()
898 for (RecordHelper.TableColumnPair childTableAndColumn : in deleteChildTableRequest()