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

Packages that use IndexInterface
com.sas.services.information.metadata Information Service metadata. 
 

Uses of IndexInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata that return IndexInterface
 IndexInterface PhysicalTableInterface.addIndex(java.lang.String name, java.util.List<ColumnInterface> listColumn)
          Add a Index to the physical table.
 IndexInterface PhysicalTableInterface.addSimpleIndex(ColumnInterface column)
          Add a Simple Index (contains only 1 column) to the physical table.
 IndexInterface IndexInterface.convertToCompositeIndex(java.lang.String name, java.util.List<ColumnInterface> columns)
          Convert simple index (contains only 1 column) to composite index (contains more than 1 column)
 IndexInterface IndexInterface.convertToSimpleIndex(ColumnInterface column)
          Convert composite index (contains more than 1 column) to simple index (contains only 1 column)
 IndexInterface 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 IndexInterface
 java.util.List<IndexInterface> PhysicalTableInterface.getIndexes()
          Get the indexes associated with the physical table.
 java.util.List<IndexInterface> ColumnInterface.getOwningIndexes()
          Gets the Owning Indexes of a column.
 

Methods in com.sas.services.information.metadata with parameters of type IndexInterface
 void PhysicalTableInterface.removeIndex(IndexInterface index)
          Remove the index from the physical table.
 void RelationalKeyInterface.setAssociatedIndex(IndexInterface index)
          Set the associated index with a Unique/Primary Key.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.