public interface UpdateStep extends SetsStep
| Modifier and Type | Method and Description |
|---|---|
UpdateStep |
innerJoin(TableExpr table,
BooleanExpr<?,?> on)
Creates a INNER JOIN statement for this query.
|
UpdateStep |
leftJoin(TableExpr table,
BooleanExpr<?,?> on)
Creates a LEFT JOIN statement for this query.
|
UpdateStep |
rightJoin(TableExpr table,
BooleanExpr<?,?> on)
Creates a RIGHT JOIN statement for this query.
|
orderBylimitUpdateStep innerJoin(TableExpr table, BooleanExpr<?,?> on)
table - The table to join.on - The condition to join.UpdateStep leftJoin(TableExpr table, BooleanExpr<?,?> on)
table - The table to join.on - The condition to join.UpdateStep rightJoin(TableExpr table, BooleanExpr<?,?> on)
table - The table to join.on - The condition to join.Copyright © 2015–2018 Bridje Framework. All rights reserved.