Uses of Enum Class
io.trino.sql.tree.Isolation.Level
Packages that use Isolation.Level
-
Uses of Isolation.Level in io.trino.sql.tree
Methods in io.trino.sql.tree that return Isolation.LevelModifier and TypeMethodDescriptionIsolation.getLevel()static Isolation.LevelReturns the enum constant of this class with the specified name.static Isolation.Level[]Isolation.Level.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 Isolation.LevelModifierConstructorDescriptionIsolation(Isolation.Level level) Isolation(NodeLocation location, Isolation.Level level)