Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
UpdateFromStep<R extends Record>
This type is used for the
Update 's DSL API. |
interface |
UpdateSetMoreStep<R extends Record>
This type is used for the
Update 's DSL API. |
Modifier and Type | Method and Description |
---|---|
UpdateWhereStep<R> |
UpdateFromStep.from(Collection<? extends TableLike<?>> tables)
Add a
FROM clause to the query. |
UpdateWhereStep<R> |
UpdateFromStep.from(String sql)
Add a
FROM clause to the query. |
UpdateWhereStep<R> |
UpdateFromStep.from(String sql,
Object... bindings)
Add a
FROM clause to the query. |
UpdateWhereStep<R> |
UpdateFromStep.from(String sql,
QueryPart... parts)
Add a
FROM clause to the query. |
UpdateWhereStep<R> |
UpdateFromStep.from(TableLike<?>... table)
Add a
FROM clause to the query. |
Copyright © 2014. All Rights Reserved.