Uses of Interface
com.sas.services.information.metadata.KeyAssociationInterface
Packages that use KeyAssociationInterface
-
Uses of KeyAssociationInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata that return types with arguments of type KeyAssociationInterfaceModifier and TypeMethodDescriptionList<KeyAssociationInterface> ForeignKeyInterface.getAssociations()Get the column associations bind with this foreign keyList<KeyAssociationInterface> OMRForeignKey.getAssociations()Gets the key association list from a Foreign Key.Methods in com.sas.services.information.metadata with parameters of type KeyAssociationInterfaceModifier and TypeMethodDescriptionvoidForeignKeyInterface.addAssociation(KeyAssociationInterface associatoin) Add a key association to the foreign keyvoidOMRForeignKey.addAssociation(KeyAssociationInterface association) Adds key association to a Foreign Key.voidForeignKeyInterface.removeAssociation(KeyAssociationInterface association) Remove a key association from the foreign keyvoidOMRForeignKey.removeAssociation(KeyAssociationInterface association) Removes key association from a Foreign Key.