Update |
Update.addColumns(Collection<? extends Column> columns) |
Update |
Update.addColumns(Collection<? extends Column> columns) |
Update |
Update.addColumns(Column... columns) |
Update |
Update.addColumns(Column... columns) |
Update |
Update.addExpressions(Collection<? extends Expression> expressions) |
Update |
Update.addExpressions(Collection<? extends Expression> expressions) |
Update |
Update.addExpressions(Expression... expressions) |
Update |
Update.addExpressions(Expression... expressions) |
Update |
Update.addJoins(Collection<? extends Join> joins) |
Update |
Update.addJoins(Collection<? extends Join> joins) |
Update |
Update.addJoins(Join... joins) |
Update |
Update.addJoins(Join... joins) |
Update |
Update.addOrderByElements(Collection<? extends OrderByElement> orderByElements) |
Update |
Update.addOrderByElements(Collection<? extends OrderByElement> orderByElements) |
Update |
Update.addOrderByElements(OrderByElement... orderByElements) |
Update |
Update.addOrderByElements(OrderByElement... orderByElements) |
Update |
Update.addStartJoins(Collection<? extends Join> startJoins) |
Update |
Update.addStartJoins(Collection<? extends Join> startJoins) |
Update |
Update.addStartJoins(Join... startJoins) |
Update |
Update.addStartJoins(Join... startJoins) |
Update |
Update.addUpdateSet(Column column,
Expression expression) |
Update |
Update.addUpdateSet(Column column,
Expression expression) |
Update |
Update.addUpdateSet(UpdateSet updateSet) |
Update |
Update.addUpdateSet(UpdateSet updateSet) |
Update |
Update.addWithItemsList(Collection<? extends WithItem> withItemsList) |
Update |
Update.addWithItemsList(Collection<? extends WithItem> withItemsList) |
Update |
Update.addWithItemsList(WithItem... withItemsList) |
Update |
Update.addWithItemsList(WithItem... withItemsList) |
Update |
Update.setReturningClause(ReturningClause returningClause) |
Update |
Update.setReturningClause(ReturningClause returningClause) |
Update |
Update.withColumns(List<Column> columns) |
Update |
Update.withColumns(List<Column> columns) |
Update |
Update.withExpressions(List<Expression> expressions) |
Update |
Update.withExpressions(List<Expression> expressions) |
Update |
Update.withFromItem(FromItem fromItem) |
Update |
Update.withFromItem(FromItem fromItem) |
Update |
Update.withJoins(List<Join> joins) |
Update |
Update.withJoins(List<Join> joins) |
Update |
Update.withLimit(Limit limit) |
Update |
Update.withLimit(Limit limit) |
Update |
Update.withModifierIgnore(boolean modifierIgnore) |
Update |
Update.withModifierIgnore(boolean modifierIgnore) |
Update |
Update.withModifierPriority(UpdateModifierPriority modifierPriority) |
Update |
Update.withModifierPriority(UpdateModifierPriority modifierPriority) |
Update |
Update.withOrderByElements(List<OrderByElement> orderByElements) |
Update |
Update.withOrderByElements(List<OrderByElement> orderByElements) |
Update |
Update.withSelect(Select select) |
Update |
Update.withSelect(Select select) |
Update |
Update.withStartJoins(List<Join> startJoins) |
Update |
Update.withStartJoins(List<Join> startJoins) |
Update |
Update.withTable(Table table) |
Update |
Update.withTable(Table table) |
Update |
Update.withUpdateSets(List<UpdateSet> updateSets) |
Update |
Update.withUpdateSets(List<UpdateSet> updateSets) |
Update |
Update.withUseColumnsBrackets(boolean useColumnsBrackets) |
Update |
Update.withUseColumnsBrackets(boolean useColumnsBrackets) |
Update |
Update.withUseSelect(boolean useSelect) |
Update |
Update.withUseSelect(boolean useSelect) |
Update |
Update.withWhere(Expression where) |
Update |
Update.withWhere(Expression where) |
Update |
Update.withWithItemsList(List<WithItem> withItemsList) |
Update |
Update.withWithItemsList(List<WithItem> withItemsList) |