Uses of Class
org.odpi.openmetadata.accessservices.analyticsmodeling.model.module.ForeignKey
-
Packages that use ForeignKey Package Description org.odpi.openmetadata.accessservices.analyticsmodeling.model.module -
-
Uses of ForeignKey in org.odpi.openmetadata.accessservices.analyticsmodeling.model.module
Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.model.module that return types with arguments of type ForeignKey Modifier and Type Method Description List<ForeignKey>Table. getForeignKey()Get list of foreign keys defined in the table.Method parameters in org.odpi.openmetadata.accessservices.analyticsmodeling.model.module with type arguments of type ForeignKey Modifier and Type Method Description voidTable. setForeignKey(List<ForeignKey> foreignKey)Set list of foreign keys for the table.
-