| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| org.jooq.impl | The  org.jooq.implpackage contains jOOQ's implementation classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| DropIndexOnStep | DSLContext. dropIndex(Name index)Create a new DSL  DROP INDEXstatement. | 
| DropIndexOnStep | DSLContext. dropIndex(String index)Create a new DSL  DROP INDEXstatement. | 
| DropIndexOnStep | DSLContext. dropIndexIfExists(Name index)Create a new DSL  DROP INDEX IF EXISTSstatement. | 
| DropIndexOnStep | DSLContext. dropIndexIfExists(String index)Create a new DSL  DROP INDEX IF EXISTSstatement. | 
| Modifier and Type | Method and Description | 
|---|---|
| static DropIndexOnStep | DSL. dropIndex(Name index)Create a new DSL  DROP INDEXstatement. | 
| DropIndexOnStep | DefaultDSLContext. dropIndex(Name index) | 
| static DropIndexOnStep | DSL. dropIndex(String index)Create a new DSL  DROP INDEXstatement. | 
| DropIndexOnStep | DefaultDSLContext. dropIndex(String index) | 
| static DropIndexOnStep | DSL. dropIndexIfExists(Name index)Create a new DSL  DROP INDEX IF EXISTSstatement. | 
| DropIndexOnStep | DefaultDSLContext. dropIndexIfExists(Name index) | 
| static DropIndexOnStep | DSL. dropIndexIfExists(String index)Create a new DSL  DROP INDEX IF EXISTSstatement. | 
| DropIndexOnStep | DefaultDSLContext. dropIndexIfExists(String index) | 
Copyright © 2016. All Rights Reserved.