| Package | Description |
|---|---|
| com.github.quintans.ezSQL | |
| com.github.quintans.ezSQL.db | |
| com.github.quintans.ezSQL.dml | |
| com.github.quintans.ezSQL.driver |
| Modifier and Type | Method and Description |
|---|---|
Update |
AbstractDb.update(Table table) |
| Modifier and Type | Method and Description |
|---|---|
void |
PreUpdateTrigger.trigger(Update update) |
| Modifier and Type | Method and Description |
|---|---|
Update |
Update.set(Column<?> column) |
Update |
Update.set(Column<?> col,
Function value) |
<C> Update |
Update.set(Column<C> col,
C value) |
<C> Update |
Update.set(Column<C> col,
Column<C> value) |
Update |
Update.set(Object bean)
Sets all the columns of the table to matching bean property.
Version column is ignored. |
<C> Update |
Update.with(Column<C> c,
C value) |
Update |
Update.with(String name,
Object value) |
| Modifier and Type | Field and Description |
|---|---|
protected Update |
GenericUpdateBuilder.update |
| Modifier and Type | Method and Description |
|---|---|
UpdateBuilder |
PostgreSQLDriver.createUpdateBuilder(Update update) |
UpdateBuilder |
GenericDriver.createUpdateBuilder(Update update) |
String |
GenericDriver.getSql(Update update) |
String |
OracleDriver.getSql(Update update) |
String |
Driver.getSql(Update update) |
| Constructor and Description |
|---|
GenericUpdateBuilder(Update update) |
Copyright © 2019. All rights reserved.