Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
DropTableStep
The step in the
DROP TABLE DSL used to specify DROP
behaviour. |
Modifier and Type | Method and Description |
---|---|
DropTableFinalStep |
DropTableStep.cascade()
Add a
CASCADE clause to the DROP TABLE
statement. |
DropTableFinalStep |
DropTableStep.restrict()
Add a
RESTRICT clause to the DROP TABLE
statement. |
Copyright © 2015. All Rights Reserved.