Uses of Class
com.appslandia.common.jdbc.LikeType
-
Packages that use LikeType Package Description com.appslandia.common.jdbc -
-
Uses of LikeType in com.appslandia.common.jdbc
Methods in com.appslandia.common.jdbc that return LikeType Modifier and Type Method Description static LikeTypeLikeType. valueOf(String name)Returns the enum constant of this type with the specified name.static LikeType[]LikeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.appslandia.common.jdbc with parameters of type LikeType Modifier and Type Method Description voidStatementImpl. setLikeAny(String parameterName, String[] values, LikeType likeType, String falsePattern)voidStatementImpl. setNLikeAny(String parameterName, String[] values, LikeType likeType, String falsePattern)static StringSqlLikeEscaper. toLikePattern(String value, LikeType likeType)
-