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. |
Modifier and Type | Method and Description |
---|---|
CreateTableIndexStep |
CreateTableIndexStep.index(Index index)
Add an index to the table.
|
CreateTableIndexStep |
CreateTableIndexStep.indexes(Collection<? extends Index> indexes)
Add indexes to the table.
|
CreateTableIndexStep |
CreateTableIndexStep.indexes(Index... indexes)
Add indexes to the table.
|
Copyright © 2019. All rights reserved.