Package io.trino.sql.tree
Class SetProperties
- java.lang.Object
-
- io.trino.sql.tree.Node
-
- io.trino.sql.tree.Statement
-
- io.trino.sql.tree.SetProperties
-
public final class SetProperties extends Statement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetProperties.Type
-
Constructor Summary
Constructors Constructor Description SetProperties(NodeLocation location, SetProperties.Type type, QualifiedName name, List<Property> properties)SetProperties(SetProperties.Type type, QualifiedName name, List<Property> properties)
-
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()List<Property>getProperties()SetProperties.TypegetType()inthashCode()StringtoString()-
Methods inherited from class io.trino.sql.tree.Node
getLocation, shallowEquals
-
-
-
-
Constructor Detail
-
SetProperties
public SetProperties(SetProperties.Type type, QualifiedName name, List<Property> properties)
-
SetProperties
public SetProperties(NodeLocation location, SetProperties.Type type, QualifiedName name, List<Property> properties)
-
-
Method Detail
-
getType
public SetProperties.Type getType()
-
getName
public QualifiedName getName()
-
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
-
-