Uses of Enum Class
io.trino.sql.tree.ShowCreate.Type
Packages that use ShowCreate.Type
-
Uses of ShowCreate.Type in io.trino.sql.tree
Subclasses with type arguments of type ShowCreate.Type in io.trino.sql.treeMethods in io.trino.sql.tree that return ShowCreate.TypeModifier and TypeMethodDescriptionShowCreate.getType()static ShowCreate.TypeReturns the enum constant of this class with the specified name.static ShowCreate.Type[]ShowCreate.Type.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 ShowCreate.TypeModifierConstructorDescriptionShowCreate(NodeLocation location, ShowCreate.Type type, QualifiedName name)