Package io.trino.sql.tree
Class ShowCreate
- java.lang.Object
-
- io.trino.sql.tree.Node
-
- io.trino.sql.tree.Statement
-
- io.trino.sql.tree.ShowCreate
-
public class ShowCreate extends Statement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShowCreate.Type
-
Constructor Summary
Constructors Constructor Description ShowCreate(NodeLocation location, ShowCreate.Type type, QualifiedName name)ShowCreate(ShowCreate.Type type, QualifiedName name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(AstVisitor<R,C> visitor, C context)Accessible forAstVisitor, useAstVisitor.process(Node, Object)instead.booleanequals(Object obj)List<Node>getChildren()QualifiedNamegetName()ShowCreate.TypegetType()inthashCode()StringtoString()-
Methods inherited from class io.trino.sql.tree.Node
getLocation, shallowEquals
-
-
-
-
Constructor Detail
-
ShowCreate
public ShowCreate(ShowCreate.Type type, QualifiedName name)
-
ShowCreate
public ShowCreate(NodeLocation location, ShowCreate.Type type, QualifiedName name)
-
-
Method Detail
-
getName
public QualifiedName getName()
-
getType
public ShowCreate.Type getType()
-
accept
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
Description copied from class:NodeAccessible forAstVisitor, useAstVisitor.process(Node, Object)instead.
-
getChildren
public List<Node> getChildren()
- Specified by:
getChildrenin classNode
-
-