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

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
abstract  RelationalKeyInterface RelationalTableInterface.addPrimaryKey(java.lang.String name, java.util.List<ColumnInterface> listColumn)
          Add a Primary key to the relational table.
abstract  RelationalKeyInterface RelationalTableInterface.addUniqueKey(java.lang.String name, java.util.List<ColumnInterface> listColumn)
          Add a Unique key to the relational table.
abstract  RelationalKeyInterface ForeignKeyInterface.getPartnerUniqueKey()
          Get a partner unique key of the foreign key.
abstract  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
abstract  java.util.List<RelationalKeyInterface> ColumnInterface.getOwningKeys()
          Gets the Owning Keys of a column.
abstract  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
abstract  ForeignKeyInterface RelationalTableInterface.addForeignKey(java.lang.String name, RelationalKeyInterface smartUKey)
          Add a foreign key to the relational table.
abstract  void RelationalTableInterface.removePrimaryKey(RelationalKeyInterface relationalKey)
          Remove a Primary key from the relational table.
abstract  void RelationalTableInterface.removeUniqueKey(RelationalKeyInterface relationalKey)
          Remove a Unique key from the relational table.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.