Uses of Class
com.invirgance.convirgance.olap.sql.ForeignKey
Packages that use ForeignKey
Package
Description
Provides database representation and tools for SQL query generation
-
Uses of ForeignKey in com.invirgance.convirgance.olap.sql
Methods in com.invirgance.convirgance.olap.sql that return types with arguments of type ForeignKeyModifier and TypeMethodDescriptionTable.getForeignKeys()
Returns the List of ForeignKey objects associated with the table.Method parameters in com.invirgance.convirgance.olap.sql with type arguments of type ForeignKeyModifier and TypeMethodDescriptionvoid
Table.setForeignKeys
(List<ForeignKey> foreignKeys) Sets the provided list of ForeignKey objects to this Table.