Uses of Class
io.trino.sql.tree.SkipTo.Position
-
Packages that use SkipTo.Position Package Description io.trino.sql.tree -
-
Uses of SkipTo.Position in io.trino.sql.tree
Methods in io.trino.sql.tree that return SkipTo.Position Modifier and Type Method Description SkipTo.PositionSkipTo. getPosition()static SkipTo.PositionSkipTo.Position. valueOf(String name)Returns the enum constant of this type with the specified name.static SkipTo.Position[]SkipTo.Position. values()Returns an array containing the constants of this enum type, in the order they are declared.
-