public class ForeignKeyDeleteAction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ForeignKeyDeleteAction |
ABORT
Javadoc for this public class is generated via
the doc templates in the doc_src directory.
|
static ForeignKeyDeleteAction |
CASCADE
Javadoc for this public class is generated via
the doc templates in the doc_src directory.
|
static ForeignKeyDeleteAction |
NULLIFY
Javadoc for this public class is generated via
the doc templates in the doc_src directory.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final ForeignKeyDeleteAction ABORT
public static final ForeignKeyDeleteAction CASCADE
public static final ForeignKeyDeleteAction NULLIFY