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.insertQuery(Table<R> into)
Create a new
InsertQuery |
Modifier and Type | Method and Description |
---|---|
<R extends Record> |
DefaultDSLContext.insertQuery(Table<R> into) |
Copyright © 2014. All Rights Reserved.