| 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 | Interface and Description |
|---|---|
interface |
AlterIndexOnStep
The step in the
ALTER INDEX where the table can be specified for
the index. |
| Modifier and Type | Method and Description |
|---|---|
AlterIndexStep |
DSLContext.alterIndexIfExists(Index index)
Create a new DSL
ALTER INDEX statement. |
AlterIndexStep |
DSLContext.alterIndexIfExists(Name index)
Create a new DSL
ALTER INDEX statement. |
AlterIndexStep |
DSLContext.alterIndexIfExists(String index)
Create a new DSL
ALTER INDEX statement. |
AlterIndexStep |
AlterIndexOnStep.on(Name tableName)
Specify the table expression on which to alter an index.
|
AlterIndexStep |
AlterIndexOnStep.on(String tableName)
Specify the table expression on which to alter an index.
|
AlterIndexStep |
AlterIndexOnStep.on(Table<?> table)
Specify the table expression on which to alter an index.
|
| Modifier and Type | Method and Description |
|---|---|
static AlterIndexStep |
DSL.alterIndexIfExists(Index index)
Create a new DSL
ALTER INDEX statement. |
AlterIndexStep |
DefaultDSLContext.alterIndexIfExists(Index index) |
static AlterIndexStep |
DSL.alterIndexIfExists(Name index)
Create a new DSL
ALTER INDEX statement. |
AlterIndexStep |
DefaultDSLContext.alterIndexIfExists(Name index) |
static AlterIndexStep |
DSL.alterIndexIfExists(String index)
Create a new DSL
ALTER INDEX statement. |
AlterIndexStep |
DefaultDSLContext.alterIndexIfExists(String index) |
Copyright © 2019. All rights reserved.