Uses of Interface
com.sas.services.information.metadata.IndexInterface
Packages that use IndexInterface
-
Uses of IndexInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata that return IndexInterfaceModifier and TypeMethodDescriptionOMRPhysicalTable.addIndex(String name, List<ColumnInterface> listColumn) Adds index to a physical table.PhysicalTableInterface.addIndex(String name, List<ColumnInterface> listColumn) Add a Index to the physical table.OMRPhysicalTable.addSimpleIndex(ColumnInterface column) PhysicalTableInterface.addSimpleIndex(ColumnInterface column) Add a Simple Index (contains only 1 column) to the physical table.IndexInterface.convertToCompositeIndex(String name, List<ColumnInterface> columns) Convert simple index (contains only 1 column) to composite index (contains more than 1 column)OMRIndex.convertToCompositeIndex(String name, List<ColumnInterface> listColumn) IndexInterface.convertToSimpleIndex(ColumnInterface column) Convert composite index (contains more than 1 column) to simple index (contains only 1 column)OMRIndex.convertToSimpleIndex(ColumnInterface column) OMRRelationalKey.getAssociatedIndex()RelationalKeyInterface.getAssociatedIndex()Get the associated index with a Unique/Primary Key.Methods in com.sas.services.information.metadata that return types with arguments of type IndexInterfaceModifier and TypeMethodDescriptionList<IndexInterface> OMRPhysicalTable.getIndexes()Gets the list of index from a physical table.List<IndexInterface> PhysicalTableInterface.getIndexes()Get the indexes associated with the physical table.List<IndexInterface> ColumnInterface.getOwningIndexes()Gets the Owning Indexes of a column.List<IndexInterface> OMRColumn.getOwningIndexes()Gets the Owning Indexes of a column.Methods in com.sas.services.information.metadata with parameters of type IndexInterfaceModifier and TypeMethodDescriptionvoidOMRPhysicalTable.removeIndex(IndexInterface index) Removes the index from a physical table.voidPhysicalTableInterface.removeIndex(IndexInterface index) Remove the index from the physical table.voidOMRRelationalKey.setAssociatedIndex(IndexInterface index) voidRelationalKeyInterface.setAssociatedIndex(IndexInterface index) Set the associated index with a Unique/Primary Key.