|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sql.generation.api.grammar.manipulation.DropBehaviour
public final class DropBehaviour
The drop behaviour for generalized DROP statement. Typically one of CASCADE or RESTRICT.
DropStatement| Field Summary | |
|---|---|
static DropBehaviour |
CASCADE
The drop behaviour which means to CASCADE the DROP through all depending elements. |
static DropBehaviour |
RESTRICT
The drop behaviour which means to RESTRICT the DROP if any elements depend on the object to be
dropped. |
| Constructor Summary | |
|---|---|
DropBehaviour()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final DropBehaviour CASCADE
CASCADE the DROP through all depending elements.
public static final DropBehaviour RESTRICT
RESTRICT the DROP if any elements depend on the object to be
dropped.
| Constructor Detail |
|---|
public DropBehaviour()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||