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 Table.lookupIndex(java.lang.String indexName)
           
 Index Schema.lookupIndex(java.lang.String indexName)
           
 Index Catalog.lookupIndex(java.lang.String indexName)
           
 

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



Copyright © 2009. All Rights Reserved.