|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use UpdatableTable | |
|---|---|
| org.jooq | |
| org.jooq.impl | |
| Uses of UpdatableTable in org.jooq |
|---|
| Methods in org.jooq that return UpdatableTable | |
|---|---|
UpdatableTable<R> |
UpdatableRecord.getTable()
The table from which this record was read |
| Uses of UpdatableTable in org.jooq.impl |
|---|
| Classes in org.jooq.impl that implement UpdatableTable | |
|---|---|
class |
UpdatableTableImpl<R extends Record>
A table implementation for a table holding a primary key This type is for JOOQ INTERNAL USE only. |
| Methods in org.jooq.impl that return UpdatableTable | |
|---|---|
UpdatableTable<R> |
UpdatableRecordImpl.getTable()
|
| Constructors in org.jooq.impl with parameters of type UpdatableTable | |
|---|---|
UpdatableRecordImpl(UpdatableTable<R> table)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||