Uses of Class
org.teiid.language.Like.MatchMode
-
Packages that use Like.MatchMode Package Description org.teiid.language -
-
Uses of Like.MatchMode in org.teiid.language
Methods in org.teiid.language that return Like.MatchMode Modifier and Type Method Description Like.MatchModeLike. getMode()static Like.MatchModeLike.MatchMode. valueOf(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 Modifier and Type Method Description voidLike. setMode(Like.MatchMode mode)
-