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

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

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

Fields in com.metamatrix.common.jdbc.metadata declared as IndexType
static IndexType IndexType.CLUSTERED
          Identifies an index as a clustered index.
static IndexType IndexType.HASHED
          Identifies an index as a hashed index.
static IndexType IndexType.OTHER
          Identifies an index as some other style of index.
static IndexType IndexType.STATISTIC
          Identifies table statistics that are returned in conjunction with a table's index descriptions.
 

Methods in com.metamatrix.common.jdbc.metadata that return IndexType
static IndexType IndexType.getInstance(int value)
           
static IndexType IndexType.getInstance(java.lang.String displayName)
           
 IndexType Index.getType()
           
 

Methods in com.metamatrix.common.jdbc.metadata with parameters of type IndexType
 void Index.setType(IndexType type)
           
 



Copyright © 2009. All Rights Reserved.