| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DropIndexOnStepA  Querythat 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(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 © 2019. All rights reserved.