Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
DropIndexOnStep
A
Query that can create indexes. |
Modifier and Type | Method and Description |
---|---|
DropIndexFinalStep |
DropIndexOnStep.on(Name tableName)
Specify the table and column expressions on which to drop an index.
|
DropIndexFinalStep |
DropIndexOnStep.on(String tableName)
Specify the table and column expressions on which to drop an index.
|
DropIndexFinalStep |
DropIndexOnStep.on(Table<?> table)
Specify the table and column expressions on which to drop an index.
|
Copyright © 2016. All Rights Reserved.