| Package | Description |
|---|---|
| org.databene.jdbacl.model |
| Modifier and Type | Method and Description |
|---|---|
FKChangeRule |
DBForeignKeyConstraint.getDeleteRule() |
FKChangeRule |
DBForeignKeyConstraint.getUpdateRule() |
static FKChangeRule |
FKChangeRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FKChangeRule[] |
FKChangeRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBForeignKeyConstraint.setDeleteRule(FKChangeRule deleteRule) |
void |
DBForeignKeyConstraint.setUpdateRule(FKChangeRule updateRule) |
Copyright © 2006–2014 Volker Bergmann. All rights reserved.