Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
CreateTableColumnStep
A
Query that can create tables. |
interface |
CreateTableConstraintStep
A
Query that can create tables. |
interface |
CreateTableIndexStep
A
Query that can create tables. |
interface |
CreateTableOnCommitStep
A
Query that can create tables. |
interface |
CreateTableWithDataStep
A
Query that can create tables. |
Modifier and Type | Method and Description |
---|---|
CreateTableCommentStep |
CreateTableOnCommitStep.onCommitDeleteRows()
Add an
ON COMMIT DELETE ROWS clause. |
CreateTableCommentStep |
CreateTableOnCommitStep.onCommitDrop()
Add an
ON COMMIT DROP clause. |
CreateTableCommentStep |
CreateTableOnCommitStep.onCommitPreserveRows()
Add an
ON COMMIT PRESERVE ROWS clause. |
CreateTableCommentStep |
CreateTableWithDataStep.withData()
Add a
WITH DATA clause. |
CreateTableCommentStep |
CreateTableWithDataStep.withNoData()
Add a
WITH DATA clause. |
Copyright © 2019. All rights reserved.