Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
<R extends Record> |
DSLContext.update(Table<R> table)
Create a new DSL update statement.
|
Modifier and Type | Method and Description |
---|---|
static <R extends Record> |
DSL.update(Table<R> table)
Create a new DSL update statement.
|
<R extends Record> |
DefaultDSLContext.update(Table<R> table) |
Copyright © 2014. All Rights Reserved.