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 | Method and Description |
---|---|
DropIndexFinalStep |
DSLContext.dropIndex(java.lang.String index)
Create a new DSL
DROP INDEX statement. |
DropIndexFinalStep |
DSLContext.dropIndexIfExists(java.lang.String index)
Create a new DSL
DROP INDEX IF EXISTS statement. |
Modifier and Type | Method and Description |
---|---|
static DropIndexFinalStep |
DSL.dropIndex(java.lang.String index)
Create a new DSL
DROP INDEX statement. |
DropIndexFinalStep |
DefaultDSLContext.dropIndex(java.lang.String index) |
static DropIndexFinalStep |
DSL.dropIndexIfExists(java.lang.String index)
Create a new DSL
DROP INDEX IF EXISTS statement. |
DropIndexFinalStep |
DefaultDSLContext.dropIndexIfExists(java.lang.String index) |
Copyright © 2014. All Rights Reserved.