| Package | Description |
|---|---|
| ru.curs.celesta.dbutils.adaptors | |
| ru.curs.celesta.dbutils.adaptors.ddl |
Root package of ddl adaptors.
|
| ru.curs.celesta.dbutils.meta | |
| ru.curs.celesta.score |
Package containing metadata of table structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBAdaptor.createFK(Connection conn,
ForeignKey fk)
Creates a foreign key in the DB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DdlAdaptor.createFk(Connection conn,
ForeignKey fk)
Creates foreign key in the DB.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DbFkInfo.reflects(ForeignKey fk) |
| Modifier and Type | Method and Description |
|---|---|
Set<ForeignKey> |
BasicTable.getForeignKeys()
Returns a set of foreign keys for the table.
|
Copyright © 2020 CURS. All rights reserved.