| Package | Description |
|---|---|
| org.bridje.sql | |
| org.bridje.sql.impl |
| Modifier and Type | Method and Description |
|---|---|
UpdateStep |
UpdateStep.innerJoin(TableExpr table,
BooleanExpr<?,?> on) |
UpdateStep |
UpdateStep.leftJoin(TableExpr table,
BooleanExpr<?,?> on) |
UpdateStep |
UpdateStep.rightJoin(TableExpr table,
BooleanExpr<?,?> on) |
static UpdateStep |
SQL.update(Table table) |
| Modifier and Type | Method and Description |
|---|---|
UpdateStep |
SQLFactory.update(Table table) |
Copyright © 2015–2017 Bridje Framework. All rights reserved.