public class CreateTable extends Statement
| Constructor and Description |
|---|
CreateTable(NodeLocation location,
QualifiedName name,
List<TableElement> elements,
boolean notExists,
List<Property> properties,
Optional<String> comment) |
CreateTable(QualifiedName name,
List<TableElement> elements,
boolean notExists,
List<Property> properties,
Optional<String> comment) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object obj) |
List<Node> |
getChildren() |
Optional<String> |
getComment() |
List<TableElement> |
getElements() |
QualifiedName |
getName() |
List<Property> |
getProperties() |
int |
hashCode() |
boolean |
isNotExists() |
String |
toString() |
getLocationpublic CreateTable(QualifiedName name, List<TableElement> elements, boolean notExists, List<Property> properties, Optional<String> comment)
public CreateTable(NodeLocation location, QualifiedName name, List<TableElement> elements, boolean notExists, List<Property> properties, Optional<String> comment)
public QualifiedName getName()
public List<TableElement> getElements()
public boolean isNotExists()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
NodeAstVisitor, use AstVisitor.process(Node, Object) instead.public List<Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.