|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |