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 drop indexes. |
Modifier and Type | Method and Description |
---|---|
DropIndexFinalStep |
DropIndexOnStep.on(Name tableName)
Specify the table expression on which to drop an index.
|
DropIndexFinalStep |
DropIndexOnStep.on(java.lang.String tableName)
Specify the table expression on which to drop an index.
|
DropIndexFinalStep |
DropIndexOnStep.on(Table<?> table)
Specify the table expression on which to drop an index.
|
Copyright © 2018. All Rights Reserved.