|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationalKeyInterface | |
---|---|
com.sas.services.information.metadata | Information Service metadata. |
Uses of RelationalKeyInterface in com.sas.services.information.metadata |
---|
Methods in com.sas.services.information.metadata that return RelationalKeyInterface | |
---|---|
RelationalKeyInterface |
RelationalTableInterface.addPrimaryKey(java.lang.String name,
java.util.List<ColumnInterface> listColumn)
Add a Primary key to the relational table. |
RelationalKeyInterface |
RelationalTableInterface.addUniqueKey(java.lang.String name,
java.util.List<ColumnInterface> listColumn)
Add a Unique key to the relational table. |
RelationalKeyInterface |
ForeignKeyInterface.getPartnerUniqueKey()
Get a partner unique key of the foreign key. |
RelationalKeyInterface |
RelationalTableInterface.getPrimaryKey()
Get the primary keys associated with the relational table. |
Methods in com.sas.services.information.metadata that return types with arguments of type RelationalKeyInterface | |
---|---|
java.util.List<RelationalKeyInterface> |
ColumnInterface.getOwningKeys()
Gets the Owning Keys of a column. |
java.util.List<RelationalKeyInterface> |
RelationalTableInterface.getUniqueKeys()
Get the unique keys associated with the relational table. |
Methods in com.sas.services.information.metadata with parameters of type RelationalKeyInterface | |
---|---|
ForeignKeyInterface |
RelationalTableInterface.addForeignKey(java.lang.String name,
RelationalKeyInterface smartUKey)
Add a foreign key to the relational table. |
void |
RelationalTableInterface.removePrimaryKey(RelationalKeyInterface relationalKey)
Remove a Primary key from the relational table. |
void |
RelationalTableInterface.removeUniqueKey(RelationalKeyInterface relationalKey)
Remove a Unique key from the relational table. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |