Uses of Interface
com.sas.services.information.metadata.ForeignKeyInterface
Packages that use ForeignKeyInterface
-
Uses of ForeignKeyInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata that return ForeignKeyInterfaceModifier and TypeMethodDescriptionOMRRelationalTable.addForeignKey(String name, RelationalKeyInterface smartUKey) RelationalTableInterface.addForeignKey(String name, RelationalKeyInterface smartUKey) Add a foreign key to the relational table.KeyAssociationInterface.getOwningForeignKey()Get the owing foreign Key of this associationOMRForeignKeyAssociation.getOwningForeignKey()Gets the owning foreign key of the Association.Methods in com.sas.services.information.metadata that return types with arguments of type ForeignKeyInterfaceModifier and TypeMethodDescriptionList<ForeignKeyInterface> OMRRelationalKey.getForeignKeys()Gets the associated Foreign Keys of Smart Unique Key.List<ForeignKeyInterface> OMRRelationalTable.getForeignKeys()List<ForeignKeyInterface> RelationalKeyInterface.getForeignKeys()Get associated foreign keys of the Relational Key.List<ForeignKeyInterface> RelationalTableInterface.getForeignKeys()Get the foreign keys associated with the relational table.Methods in com.sas.services.information.metadata with parameters of type ForeignKeyInterfaceModifier and TypeMethodDescriptionvoidOMRRelationalTable.removeForeignKey(ForeignKeyInterface relationalKey) voidRelationalTableInterface.removeForeignKey(ForeignKeyInterface relationalKey) Remove a Foreign key from the relational table.