Uses of Interface
com.sas.services.information.metadata.RelationalKeyInterface
Packages that use RelationalKeyInterface
-
Uses of RelationalKeyInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata that return RelationalKeyInterfaceModifier and TypeMethodDescriptionOMRRelationalTable.addPrimaryKey(String name, List<ColumnInterface> listColumn) RelationalTableInterface.addPrimaryKey(String name, List<ColumnInterface> listColumn) Add a Primary key to the relational table.OMRRelationalTable.addUniqueKey(String name, List<ColumnInterface> listColumn) RelationalTableInterface.addUniqueKey(String name, List<ColumnInterface> listColumn) Add a Unique key to the relational table.ForeignKeyInterface.getPartnerUniqueKey()Get a partner unique key of the foreign key.OMRForeignKey.getPartnerUniqueKey()Gets the partner Unique Key of a Foreign Key.OMRRelationalTable.getPrimaryKey()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 RelationalKeyInterfaceModifier and TypeMethodDescriptionList<RelationalKeyInterface> ColumnInterface.getOwningKeys()Gets the Owning Keys of a column.List<RelationalKeyInterface> OMRColumn.getOwningKeys()Gets the Owning Keys of a column.List<RelationalKeyInterface> OMRRelationalTable.getUniqueKeys()List<RelationalKeyInterface> RelationalTableInterface.getUniqueKeys()Get the unique keys associated with the relational table.Methods in com.sas.services.information.metadata with parameters of type RelationalKeyInterfaceModifier and TypeMethodDescriptionOMRRelationalTable.addForeignKey(String name, RelationalKeyInterface smartUKey) RelationalTableInterface.addForeignKey(String name, RelationalKeyInterface smartUKey) Add a foreign key to the relational table.voidOMRRelationalTable.removePrimaryKey(RelationalKeyInterface relationalKey) voidRelationalTableInterface.removePrimaryKey(RelationalKeyInterface relationalKey) Remove a Primary key from the relational table.voidOMRRelationalTable.removeUniqueKey(RelationalKeyInterface relationalKey) voidRelationalTableInterface.removeUniqueKey(RelationalKeyInterface relationalKey) Remove a Unique key from the relational table.