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 |
---|---|
DropTableStep |
DSLContext.dropTable(String table)
Create a new DSL
ALTER TABLE statement. |
DropTableStep |
DSLContext.dropTable(Table<?> table)
Create a new DSL
DROP TABLE statement. |
Modifier and Type | Method and Description |
---|---|
static DropTableStep |
DSL.dropTable(String table)
Create a new DSL
DROP TABLE statement. |
DropTableStep |
DefaultDSLContext.dropTable(String table) |
static DropTableStep |
DSL.dropTable(Table<?> table)
Create a new DSL
DROP TABLE statement. |
DropTableStep |
DefaultDSLContext.dropTable(Table<?> table) |
Copyright © 2015. All Rights Reserved.