Uses of Enum
org.h2.expression.condition.CompareLike.LikeType
Packages that use CompareLike.LikeType
-
Uses of CompareLike.LikeType in org.h2.expression.condition
Subclasses with type arguments of type CompareLike.LikeType in org.h2.expression.conditionMethods in org.h2.expression.condition that return CompareLike.LikeTypeModifier and TypeMethodDescriptionstatic CompareLike.LikeTypeReturns the enum constant of this type with the specified name.static CompareLike.LikeType[]CompareLike.LikeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.h2.expression.condition with parameters of type CompareLike.LikeTypeModifierConstructorDescriptionCompareLike(Database db, Expression left, boolean not, boolean whenOperand, Expression right, Expression escape, CompareLike.LikeType likeType) CompareLike(CompareMode compareMode, String defaultEscape, Expression left, boolean not, boolean whenOperand, Expression right, Expression escape, CompareLike.LikeType likeType)