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