| Package | Description |
|---|---|
| net.aditsu.depeche |
| Modifier and Type | Method and Description |
|---|---|
KeyRule |
FKey.getDeleteRule()
Returns the rule used to handle DELETE on a row referenced by this foreign key
|
KeyRule |
FKey.getUpdateRule()
Returns the rule used to handle UPDATE on a row referenced by this foreign key
|
static KeyRule |
KeyRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyRule[] |
KeyRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MutableFKey(Table pkTable,
Table fkTable,
String fkName,
KeyRule updateRule,
KeyRule deleteRule,
int deferrability) |