|
| 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 | |
|---|---|
abstract ForeignKeyInterface |
RelationalTableInterface.addForeignKey(java.lang.String name,
RelationalKeyInterface smartUKey)
Add a foreign key to the relational table. |
abstract 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 | |
|---|---|
abstract java.util.List<ForeignKeyInterface> |
RelationalTableInterface.getForeignKeys()
Get the foreign keys associated with the relational table. |
abstract 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 | |
|---|---|
abstract void |
RelationalTableInterface.removeForeignKey(ForeignKeyInterface relationalKey)
Remove a Foreign key from the relational table. |
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||