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