Uses of Class
org.teiid.metadata.Column.SearchType
-
Packages that use Column.SearchType Package Description org.teiid.metadata -
-
Uses of Column.SearchType in org.teiid.metadata
Methods in org.teiid.metadata that return Column.SearchType Modifier and Type Method Description Column.SearchTypeColumn. getSearchType()Column.SearchTypeDatatype. getSearchType()static Column.SearchTypeColumn.SearchType. valueOf(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 Modifier and Type Method Description voidColumn. setSearchType(Column.SearchType s)voidDatatype. setSearchType(Column.SearchType s)
-