| Package | Description |
|---|---|
| org.tentackle.sql.metadata |
SQL metadata support.
|
| Modifier and Type | Field and Description |
|---|---|
protected ForeignKeyAction |
ForeignKeyMetaData.deleteRule |
protected ForeignKeyAction |
ForeignKeyMetaData.updateRule |
| Modifier and Type | Method and Description |
|---|---|
static ForeignKeyAction |
ForeignKeyAction.createFromAction(int action)
Creates a foreign key action from an action code.
|
ForeignKeyAction |
ForeignKeyMetaData.getDeleteRule()
Gets the delete rule.
|
ForeignKeyAction |
ForeignKeyMetaData.getUpdateRule()
Gets the update rule.
|
static ForeignKeyAction |
ForeignKeyAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForeignKeyAction[] |
ForeignKeyAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.