Uses of Enum Class
io.trino.sql.tree.PatternSearchMode.Mode
Packages that use PatternSearchMode.Mode
-
Uses of PatternSearchMode.Mode in io.trino.sql.tree
Subclasses with type arguments of type PatternSearchMode.Mode in io.trino.sql.treeMethods in io.trino.sql.tree that return PatternSearchMode.ModeModifier and TypeMethodDescriptionPatternSearchMode.getMode()static PatternSearchMode.ModeReturns the enum constant of this class with the specified name.static PatternSearchMode.Mode[]PatternSearchMode.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type PatternSearchMode.ModeModifierConstructorDescriptionPatternSearchMode(NodeLocation location, PatternSearchMode.Mode mode)