| Package | Description |
|---|---|
| ru.curs.celesta.dbutils.meta |
Database meta information DTO classes.
|
| ru.curs.celesta.score |
Package containing metadata of table structure.
|
| Modifier and Type | Method and Description |
|---|---|
FKRule |
DbFkInfo.getDeleteRule()
Returns foreign key rule type on deletion.
|
FKRule |
DbFkInfo.getUpdateRule()
Returns foreign key rule type on update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DbFkInfo.setDeleteRule(FKRule deleteBehaviour)
Sets foreign key rule type on deletion.
|
void |
DbFkInfo.setUpdateRule(FKRule updateBehaviour)
Sets foreign key rule type on update.
|
| Modifier and Type | Method and Description |
|---|---|
FKRule |
CelestaParser.action() |
FKRule |
ForeignKey.getDeleteRule()
Returns rule for deletion.
|
FKRule |
ForeignKey.getUpdateRule()
Returns rule for update.
|
static FKRule |
FKRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FKRule[] |
FKRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForeignKey.setDeleteRule(FKRule deleteBehaviour)
Sets rule for deletion.
|
void |
ForeignKey.setUpdateRule(FKRule updateBehaviour)
Sets rule for update.
|
Copyright © 2023 CURS. All rights reserved.