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 |
CreateTableOnCommitStep
A
Query that can create tables. |
Modifier and Type | Method and Description |
---|---|
CreateTableFinalStep |
CreateTableOnCommitStep.onCommitDeleteRows()
Add an
ON COMMIT DELETE ROWS clause. |
CreateTableFinalStep |
CreateTableOnCommitStep.onCommitDrop()
Add an
ON COMMIT DROP clause. |
CreateTableFinalStep |
CreateTableOnCommitStep.onCommitPreserveRows()
Add an
ON COMMIT PRESERVE ROWS clause. |
Copyright © 2016. All Rights Reserved.