| Package | Description |
|---|---|
| org.bridje.sql | |
| org.bridje.sql.impl |
| Modifier and Type | Method and Description |
|---|---|
UpdateStep |
UpdateStep.innerJoin(TableExpr table,
BooleanExpr<?,?> on)
Creates a INNER JOIN statement for this query.
|
UpdateStep |
UpdateStep.leftJoin(TableExpr table,
BooleanExpr<?,?> on)
Creates a LEFT JOIN statement for this query.
|
UpdateStep |
UpdateStep.rightJoin(TableExpr table,
BooleanExpr<?,?> on)
Creates a RIGHT JOIN statement for this query.
|
static UpdateStep |
SQL.update(Table table)
Creates a new "update" SQL query.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateStep |
SQLFactory.update(Table table) |
Copyright © 2015–2018 Bridje Framework. All rights reserved.