Uses of Class
io.trino.sql.tree.Isolation.Level
-
Packages that use Isolation.Level Package Description io.trino.sql.tree -
-
Uses of Isolation.Level in io.trino.sql.tree
Methods in io.trino.sql.tree that return Isolation.Level Modifier and Type Method Description Isolation.LevelIsolation. getLevel()static Isolation.LevelIsolation.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static Isolation.Level[]Isolation.Level. 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 Isolation.Level Constructor Description Isolation(Isolation.Level level)Isolation(NodeLocation location, Isolation.Level level)
-