Uses of Class
ru.curs.celesta.score.ForeignKey
-
Packages that use ForeignKey Package Description ru.curs.celesta.dbutils.adaptors Adaptors for various RDBMS.ru.curs.celesta.dbutils.adaptors.ddl Root package of ddl adaptors.ru.curs.celesta.dbutils.meta Database meta information DTO classes.ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of ForeignKey in ru.curs.celesta.dbutils.adaptors
Methods in ru.curs.celesta.dbutils.adaptors with parameters of type ForeignKey Modifier and Type Method Description void
DBAdaptor. createFK(Connection conn, ForeignKey fk)
Creates a foreign key in the DB. -
Uses of ForeignKey in ru.curs.celesta.dbutils.adaptors.ddl
Methods in ru.curs.celesta.dbutils.adaptors.ddl with parameters of type ForeignKey Modifier and Type Method Description void
DdlAdaptor. createFk(Connection conn, ForeignKey fk)
Creates foreign key in the DB. -
Uses of ForeignKey in ru.curs.celesta.dbutils.meta
Methods in ru.curs.celesta.dbutils.meta with parameters of type ForeignKey Modifier and Type Method Description boolean
DbFkInfo. reflects(ForeignKey fk)
-
Uses of ForeignKey in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return types with arguments of type ForeignKey Modifier and Type Method Description Set<ForeignKey>
BasicTable. getForeignKeys()
Returns a set of foreign keys for the table.
-