public final class DropBehaviour extends Object
DropStatement| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
DropBehaviour() |
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.Copyright © 2010-2012. All Rights Reserved.