Searched refs:setParentColumnForChildTables (Results 1 – 8 of 8) sorted by relevance
420 .setParentColumnForChildTables(BLOCK_PARENT_ID_COLUMN_NAME); in getBlockUpsertRequest()439 .setParentColumnForChildTables(STEP_PARENT_ID_COLUMN_NAME); in getStepUpsert()495 .setParentColumnForChildTables(GOAL_PARENT_ID_COLUMN_NAME); in getCompletionGoalUpsert()551 .setParentColumnForChildTables(GOAL_PARENT_ID_COLUMN_NAME); in getPerformanceGoalUpsert()
69 .setParentColumnForChildTables(PARENT_KEY_COLUMN_NAME)); in getChildTableUpsertRequests()
70 .setParentColumnForChildTables(PARENT_KEY_COLUMN_NAME)); in getLapsUpsertRequests()
81 .setParentColumnForChildTables(PARENT_KEY_COLUMN_NAME)); in getRouteUpsertRequests()
90 .setParentColumnForChildTables(PARENT_KEY_COLUMN_NAME)); in getStagesUpsertRequests()
76 .setParentColumnForChildTables(PARENT_KEY_COLUMN_NAME)); in getSegmentsUpsertRequests()
121 .setParentColumnForChildTables(PARENT_KEY_COLUMN_NAME); in getChildTableUpsertRequests()
98 public UpsertTableRequest setParentColumnForChildTables(@Nullable String parentCol) { in setParentColumnForChildTables() method in UpsertTableRequest