|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface KeyAssociationInterface
Each Key association represents a pair of column from the foreign key defining table and the unique Key from the referring table
| Field Summary |
|---|
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
|---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
|---|---|
ColumnInterface |
getForeignKeyColumn()
Get the owing table Column participating in this association |
ForeignKeyInterface |
getOwningForeignKey()
Get the owing foreign Key of this association |
ColumnInterface |
getUniqueKeyColumn()
Get the Unique Key table Column participating in this association |
void |
setForeignKeyColumn(ColumnInterface column)
Set the owing table Column participating in this association |
void |
setUniqueKeyColumn(ColumnInterface column)
Set the Unique Key table Column participating in this association |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
ColumnInterface getForeignKeyColumn()
throws ServiceException,
java.rmi.RemoteException
ServiceException - - If a repository error occurs.
java.rmi.RemoteException - - In the event of remote object failure.
ColumnInterface getUniqueKeyColumn()
throws ServiceException,
java.rmi.RemoteException
ServiceException - - If a repository error occurs.
java.rmi.RemoteException - - In the event of remote object failure.
void setForeignKeyColumn(ColumnInterface column)
throws ServiceException,
java.rmi.RemoteException
column -
ServiceException - - If a repository error occurs.
java.rmi.RemoteException - - In the event of remote object failure.
void setUniqueKeyColumn(ColumnInterface column)
throws ServiceException,
java.rmi.RemoteException
column -
ServiceException - - If a repository error occurs.
java.rmi.RemoteException - - In the event of remote object failure.
ForeignKeyInterface getOwningForeignKey()
throws ServiceException,
java.rmi.RemoteException
ServiceException - - If a repository error occurs.
java.rmi.RemoteException - - In the event of remote object failure.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||