| Package | Description |
|---|---|
| io.daobab.query | |
| io.daobab.statement.condition | |
| io.daobab.target | |
| io.daobab.target.database |
| Modifier and Type | Method and Description |
|---|---|
SetFields |
QueryInsert.getSetFields() |
SetFields |
QueryUpdate.getSetFields() |
| Modifier and Type | Method and Description |
|---|---|
QueryInsert<E> |
QueryInsert.set(SetFields setFields) |
QueryUpdate<E> |
QueryUpdate.set(SetFields setFields) |
| Constructor and Description |
|---|
QueryUpdate(QueryTarget target,
SetFields setFields) |
| Modifier and Type | Method and Description |
|---|---|
static <F,R extends EntityRelation> |
SetFields.setColumn(Column<?,F,R> field,
F value) |
static <F,R extends EntityRelation> |
SetFields.setColumn(Column<?,F,R> field,
R related) |
static <E extends Entity,R extends EntityRelation> |
SetFields.setColumns(E related,
Column<E,?,?>... fields) |
static <F,R extends EntityRelation> |
SetFields.setColumns(R related,
Column<?,F,R>... fields) |
SetFields |
SetFields.setCurrentDate(Column<?,Date,?> field) |
static <F,R extends EntityRelation> |
SetFields.setInfoColumns(R related,
TableColumn[] fields) |
<E extends Entity> |
SetFields.setNull(Column<E,?,?> relation) |
<F,R extends EntityRelation> |
SetFields.setValue(Column<?,F,R> relation,
F val) |
<F,R extends EntityRelation> |
SetFields.setValue(Column<?,F,R> relation,
R related) |
| Modifier and Type | Method and Description |
|---|---|
default <E extends Entity> |
QueryTarget.update(SetFields set) |
| Modifier and Type | Method and Description |
|---|---|
default QuerySpecialParameters |
SqlQueryResolver.toQuerySpecialParametersExpression(SetFields setFields,
IdentifierStorage storage) |
Copyright © 2021. All rights reserved.