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