Uses of Enum Class
org.sqlite.parser.ast.LikeOperator
Packages that use LikeOperator
-
Uses of LikeOperator in org.sqlite.parser.ast
Fields in org.sqlite.parser.ast declared as LikeOperatorMethods in org.sqlite.parser.ast that return LikeOperatorModifier and TypeMethodDescriptionstatic LikeOperator
static LikeOperator
Returns the enum constant of this class with the specified name.static LikeOperator[]
LikeOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sqlite.parser.ast with parameters of type LikeOperator