Uses of Class
com.metamatrix.common.jdbc.metadata.Index

Packages that use Index
com.metamatrix.common.jdbc.metadata   
 

Uses of Index in com.metamatrix.common.jdbc.metadata
 

Methods in com.metamatrix.common.jdbc.metadata that return Index
 Index Catalog.lookupIndex(java.lang.String indexName)
           
 Index Schema.lookupIndex(java.lang.String indexName)
           
 Index Table.lookupIndex(java.lang.String indexName)
           
 

Methods in com.metamatrix.common.jdbc.metadata with parameters of type Index
 void Catalog.add(Index object)
           
 void Schema.add(Index object)
           
 void Table.add(Index object)
          Add a reference from this table to the specified Index.
 boolean Catalog.contains(Index object)
           
 boolean Schema.contains(Index object)
           
 boolean Table.contains(Index object)
           
 boolean Catalog.remove(Index object)
           
 boolean Schema.remove(Index object)
           
 boolean Table.remove(Index object)
           
 



Copyright © 2009. All Rights Reserved.