Uses of Class
org.teiid.language.Like.MatchMode

Packages that use Like.MatchMode
org.teiid.language   
 

Uses of Like.MatchMode in org.teiid.language
 

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

Methods in org.teiid.language with parameters of type Like.MatchMode
 void Like.setMode(Like.MatchMode mode)
           
 



Copyright © 2011. All Rights Reserved.