Uses of Enum
org.h2.expression.condition.CompareLike.LikeType
Packages that use CompareLike.LikeType
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Condition expressions.
-
Uses of CompareLike.LikeType in org.h2.command
Methods in org.h2.command with parameters of type CompareLike.LikeTypeModifier and TypeMethodDescriptionprivate Expression
Parser.readLikePredicate
(Expression left, CompareLike.LikeType likeType, boolean not, boolean whenOperand) -
Uses of CompareLike.LikeType in org.h2.expression.condition
Fields in org.h2.expression.condition declared as CompareLike.LikeTypeMethods in org.h2.expression.condition that return CompareLike.LikeTypeModifier and TypeMethodDescriptionstatic CompareLike.LikeType
Returns 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)