Uses of Class
org.teiid.metadata.Column.SearchType

Packages that use Column.SearchType
org.teiid.metadata   
 

Uses of Column.SearchType in org.teiid.metadata
 

Methods in org.teiid.metadata that return Column.SearchType
 Column.SearchType Datatype.getSearchType()
           
 Column.SearchType Column.getSearchType()
           
static Column.SearchType Column.SearchType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Column.SearchType[] Column.SearchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teiid.metadata with parameters of type Column.SearchType
 void Datatype.setSearchType(Column.SearchType s)
           
 void Column.setSearchType(Column.SearchType s)
           
 



Copyright © 2011. All Rights Reserved.