Uses of Interface
com.sas.services.information.metadata.ForeignKeyInterface

Packages that use ForeignKeyInterface
com.sas.services.information.metadata Information Service metadata. 
 

Uses of ForeignKeyInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata that return ForeignKeyInterface
 ForeignKeyInterface RelationalTableInterface.addForeignKey(java.lang.String name, RelationalKeyInterface smartUKey)
          Add a foreign key to the relational table.
 ForeignKeyInterface KeyAssociationInterface.getOwningForeignKey()
          Get the owing foreign Key of this association
 

Methods in com.sas.services.information.metadata that return types with arguments of type ForeignKeyInterface
 java.util.List<ForeignKeyInterface> RelationalTableInterface.getForeignKeys()
          Get the foreign keys associated with the relational table.
 java.util.List<ForeignKeyInterface> RelationalKeyInterface.getForeignKeys()
          Get associated foreign keys of the Relational Key.
 

Methods in com.sas.services.information.metadata with parameters of type ForeignKeyInterface
 void RelationalTableInterface.removeForeignKey(ForeignKeyInterface relationalKey)
          Remove a Foreign key from the relational table.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.