Uses of Class
io.trino.sql.tree.PatternSearchMode.Mode
-
Packages that use PatternSearchMode.Mode Package Description io.trino.sql.tree -
-
Uses of PatternSearchMode.Mode in io.trino.sql.tree
Methods in io.trino.sql.tree that return PatternSearchMode.Mode Modifier and Type Method Description PatternSearchMode.ModePatternSearchMode. getMode()static PatternSearchMode.ModePatternSearchMode.Mode. valueOf(String name)Returns 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.Mode Constructor Description PatternSearchMode(NodeLocation location, PatternSearchMode.Mode mode)PatternSearchMode(PatternSearchMode.Mode mode)PatternSearchMode(Optional<NodeLocation> location, PatternSearchMode.Mode mode)
-