Uses of Class
io.trino.sql.tree.ShowCreate.Type
-
Packages that use ShowCreate.Type Package Description io.trino.sql.tree -
-
Uses of ShowCreate.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return ShowCreate.Type Modifier and Type Method Description ShowCreate.TypeShowCreate. getType()static ShowCreate.TypeShowCreate.Type. valueOf(String name)Returns 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.Type Constructor Description ShowCreate(NodeLocation location, ShowCreate.Type type, QualifiedName name)ShowCreate(ShowCreate.Type type, QualifiedName name)
-