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 |
CreateTableCommentStep
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 |
---|---|
CreateTableStorageStep |
CreateTableCommentStep.comment(Comment comment)
Add a comment to the table.
|
CreateTableStorageStep |
CreateTableCommentStep.comment(String comment)
Add a comment to the table.
|
Copyright © 2019. All rights reserved.